Sign Up Function
Table of Contents...
The Sign Up function allows you to adjust the user sign up settings for your Vertical Solutions. Some adjustable features include setting default input values, sending out email notifications, and setting custom organization variables for later use. For all these and more, the sign up function comes in handy.
Create a Sign Up Function
Follow the steps below to create a sign up function:
- Log in to the Zoho Developer Console and click Vertical Solutions.
- Select the application you'd like to modify and click Edit.
- Click Startup Actions in the left panel and select Sign Up Function.
- In the Deluge Script Editor, enter the required code.
- Click Save & Execute if you want to test your code, otherwise click Save.
Modifications to the Sign Up function can be done at any time. To delete the Sign Up Function, remove the contents from the Deluge Script Editor and click Save.
SignupMap Variable
The signupMap variable is available for sign up scripts and can be used to obtain the following parameter value from Vertical Solution.
Organization ID: The unique Organization ID of your Vertical Solution account. The syntax to obtain the org ID is
<variable_name> = input.signupMap.get("organizationId");