Open the new record page of the specified app. This action will provide the specified record, allowing it to be retrieved on the new record page.
It is similar to “Open New Record Page,” but the difference is that you can additionally pass the record number.
Open the new record page in the user’s web browser and pass the record number from another record to this page.
The record number that was passed can be retrieved using “Retrieve Record Passed by Previous Page.” This allows for customization, such as opening a new record page and initializing the page’s field values based on the specified record.
Set App, Tab, App of Record to Pass,and Record Number to Pass.
Specify the destination app.
When omitted, it will be the application to be customized.
Choose whether to display in the same tab or open a new tab.
Select the app that contains the record you want to pass.
Enter the record number of the record you want to pass.
For example, if you are currently opening the record detail page and want to pass the record number of that record to the new record page, write as follows in the expression:
=Record_number
then you can get the record number.
There is a slight delay (time lag) between executing the action and the actual screen transition occurring in the browser.
If the page the user is viewing is the PC version, the destination will also be the PC version; if it is the smartphone version, the destination will also be the smartphone version. You cannot switch between the PC version and the smartphone version.
If the pop-up blocker is enabled in the user’s browser settings, the operation to open tabs from customization will be blocked. In this case, please allow pop-ups in the browser settings or use “Open the Page on Same TAB”.
You cannot connect this action to another action by “When Another Action Complete” or “When Any Action Complete.”