Hey,
I'm using SmartClient_v91p_2014-03-23_PowerEdition.
I need to create page layout that can hold several DynamicForms in various locations. This is why I will need to gather the values dynamically with
and then submit it. I would like to send the data to a certain class for processing. In DynamicForm.action document you state
so my question is how should I use the RPCManager in this context?
Thank you.
I'm using SmartClient_v91p_2014-03-23_PowerEdition.
I need to create page layout that can hold several DynamicForms in various locations. This is why I will need to gather the values dynamically with
Code:
getValues()Code:
NOTE: this is used only in the very rare case that a form is used to submit data directly to a URL. Normal server contact is through RPCManager.Thank you.