SimpleFormElement.updateName (Method)
Updates the name of the a simple form.
Returns:
Void
Arguments:
Name | Type | Required | Description |
---|---|---|---|
formID | SimpleFormID_Standard | Required | A simple form's ID. |
formName | SimpleFormName_Valid | Required | The simple form's name. |
Context:
License Requirements | SimpleForm |
Permission Requirements | SimpleForm:Admin |
Deny Context | None |
Require Context | AuthoringEnabled |
Author Lock | (not required) |
Transaction Logging | If transaction logging is enabled at the site level, calls to this method will be logged |
Customization | Customization is not supported for this method. |
Error Codes:
Code | Error Message |
---|---|
45000 | You cannot update the name of a custom element. |
45001 | The specified name already exists. |
Notes:
None