After following the instructions below, a button should appear in the List View of the Accounts module. Clicking this button will generate a new random test account in the Accounts module.
-
In Zoho CRM, navigate to Settings -> Modules and Fields -> Accounts -> Links and Button Tab.
-
Click New Button. Name the button, then select List View-Utility Menu from the Where would you like to place the button? pick list.
-
Select Writing Funtion from the What action would you like the button to perform? pick list.
-
Name your function. Once complete, this should naviate to the Deluge editor.
-
Open the .dg file in this repo, copy the contents, and paste it into the editor. No arguments are needed.
-
Ensure the account_map variable contains the correct API names for your particular Account module. The fields included are Account_Name, Billing_Street, Billing_City, Billing_State, Billing_Code, Billing_Country, Website, Phone, Account_Type.
-
Click Save in both the editor, then in the Create Your Button screen.
- Deluge