📅  最后修改于: 2023-12-03 15:00:03.802000             🧑  作者: Mango
The crm deal ?redirect_to
command is used in a CRM system to redirect a user to a specific page after creating a new deal. This is convenient for users as it saves time they would otherwise spend accessing the new deal from the CRM dashboard.
The syntax of the command is as follows:
crm deal ?redirect_to <URL>
The <URL>
parameter specifies the URL the user will be redirected to after creating a new deal.
The ?redirect_to
parameter specifies the URL that will be used to redirect a user to a specific page after creating a new CRM deal. For example:
crm deal "New Deal" ?redirect_to https://mycrm.com/deals/12345
In this example, after the user creates a new deal, they will be automatically redirected to the page with the URL https://mycrm.com/deals/12345
.
To use the crm deal ?redirect_to
command in markdown format, use the following code:
`crm deal "New Deal" ?redirect_to https://mycrm.com/deals/12345`
This will display crm deal "New Deal" ?redirect_to https://mycrm.com/deals/12345
in markdown format.