Hi,
Is it possible to change a form values (UserLogonName) of request provisioning from approval node ??
I've created the form, as shown in the following picture.
I must to modify the LogonName in the approval phase.
Thanks in advance
Kind regards
Andrea Saldamarco
Firstly the purpose of "Submitted Form" is to show "what" been submitted, so it is always read only.
To have editable field in approval workflow, is to use "Default Approval Form", add with a text field that "get" the submitted form value of "LOGONNAME". Then this field will assign to AFXCUSTOM_LOGONNAME variable
On AFX Connector, the field LOGONNAME will mapped to ${Custom.logonname}
This is the way to retrieve value from submitted form and based on the modified value in text field(LOGONNAME) of "Default Approval workflow", it will pass into AFX connector.