SDK 3 : how to acces non displayed form variable

cancel
Showing results for 
Search instead for 
Did you mean: 
anakin59490
Established Member II

SDK 3 : how to acces non displayed form variable

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

1 Reply
anakin59490
Established Member II

Re: SDK 3 : how to acces non displayed form variable

OK i add it on the form as hidden !