Difference between revisions of "Pandora - Returns All Webforms Recordset"
From SmartWiki
(Created page with ' webform_list(flag/callbackfunc,actionname,formid,scoreid,filter,order) {| border="1" !Parameter !Description |- |'''Flag'''||True or false, send synchronously or asynchronously…') |
(No difference)
|
Latest revision as of 09:44, 6 August 2010
webform_list(flag/callbackfunc,actionname,formid,scoreid,filter,order)
Parameter | Description |
---|---|
Flag | True or false, send synchronously or asynchronously. |
Callbackfunc | Function to be used after the asynchronous function call. |
actionname | |
formid | Web form id. |
scoreid | |
Filter | The criteria to apply on the return records. |
Order | The field to be ordered by for the return records. |
Returns | ssRecordSet object |