Open the record detail page of the specified app.
Use this to open the record detail page on the user’s web browser.
Specify App, Record number, and Tab.
Specify the destination app.
When omitted, it will be the app to be customized.
Enter the value of the record number to be displayed.
For example, you can specify the same record number as the currently displayed by the user using an expression as follows:
= Record number
If the target record has been retrieved using another action, refer to that action’s result with an expression. In the following example, after records are retrieved by action number 1, the record number of the first record among the retrieved records (which may be multiple) is specified.
= $1[0].Record number
If the app code is set in the Kintone app settings, the record number referenced by “= record number” will be a string that includes the app code. However, you don’t need to worry about it too much. The app code for the specified record number and the app code for the target app may differ. You can specify only numbers without an app code.
Choose whether to display in the same tab or open a new tab.
“When Record Details Page Displayed” occurs by the screen transition. If you want to combine the “Open Record Detail Page” with the condition “When Record Details Page Displayed,” you need to skillfully combine additional conditions; otherwise, the screen transition may repeatedly execute and not stop.
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.”