This section describes the method for updating the configurable application variables of an existing application.
Status setAppConfigurableVars(String name, FieldArray fieldArray, String zoneName)
Parameters
Parameters
Notes
Required?
String name
Name of the application in the format application name for global applications or organization name/application name for organization applications.
Y
FieldArray fieldArray
Array of fields where each field contains the details of the configurable application variable of the application.
Y
String zoneName
Name of the zone in which the application is updated. If the zone name is not specified, then the application is updated in default zone.
N
Data returned
Return Type
Notes
Status
Status of the method invocation.
Note:
To update the configurable application variable file using the web service method, you must first upload the file to the server using the FileUpload servlet interface and then use the web service method to update the variable. The value specified for the file variable is the name of the file uploaded using the FileUpload servlet interface.