Using The Constant , $Page.navigation_data, you can get the data passed from navigateTo() method.
3. Use Case
Zylker is a manufacturing organisation uses Zoho CRM. The admin wants to automatically open the Deal Create Page whenever the status in the Detail Page of Account is "Deal Creation". Also Deal Create Page should have the "Account Name" prefilled from the Detail Page of Account record."
4. Solution
If the user updates the status to "Deal Creation" in Accounts module you need get confirmation from the user and open a new Deal Create Page automatically with Account Name prefilled.
To accomplish this using Client Script, you need to create two Client Scripts.
A. Client Script for Accounts Module
B. Client Script for Deals Module
A. Client Script for Accounts Module
Create a Client Script for Detail Page of "Accounts" module with the following details and click "Next". To know more about Creating Client Script,
click here.