SDK 3 : how to acces non displayed form variable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2018 09:37 AM
Hi,
I need to use variable retrieved from task-edit process :
request :
response that contains variable i need to use:
This variable "wfvd_nomService" is not displayed on the form...
I use jQuery to manipulate displayed form variable ex :
$('#page_x002e_data-form_x002e_task-edit_x0023_default_prop_wfvd_nomPatient').val(splits[0].trim());
but I don't find how to use and manipulate json variables that are not displayed on form
Thank you
Labels:
- Labels:
-
Alfresco Content Services
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2018 05:23 AM
OK i add it on the form as hidden !
