Customize

Open Record Edit Page

Summary

Open the record edit page of the specified app.

How to use

Use this to open the record edit page on the user’s web browser.

Parameters

Set App, Record Number, and Tab.

App

Specify the destination app.

When omitted, it will be the app to be customized.

Record Number

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 one, the record number of the first retrieved record among potentially multiple records is specified.

= $1[0].Record_number

If you have set the app code in the Kintone app settings, the record number referenced by “= Record_number” will be a string that includes the app code, but you don’t need to worry too much about the app code. The app code of the specified record number and the app code of the destination app can be different. You can specify only numbers without an app code.

Tab

Choose whether to display in the same tab or open a new tab.

Precautions

When Record Edit Page Displayed” occurs by the screen transition. If you want to combine the “Open Record Edit Page” with the condition “When Record Edit Page Displayed,” you need to skillfully combine additional conditions; otherwise, the screen transition may repeatedly execute and not stop.

Restrictions

  • 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.”