Configure a server action button - j5 - 30 - Administration & Configuration - Hexagon

j5 IndustraForm Designer Reference

Language
English
Product
j5
Search by Category
Administration & Configuration
j5 Version
30

The Server Action Button type is selected, the following fields appear.

Logbook

Allows you to specify a logbook (for example, general_logbook for Operations Logbook and handover_logbook for Shift Handover) so that you can look for the method in that logbook.

Log ID

Log ID is an extension of the Logbook box above. It allows you to call methods bound to a specific entry in the logbook.

If you use the Logbook parameter without specifying a Log ID, the Method Name requires an @classmethod.

Logbook and Log ID work in a similar way to the LOGMETHODDATASET methods:

  • If you don’t specify either of them, it’s similar to MYLOGMETHODDATASET.

  • If you only specify the logbook, it’s similar to LOGCLASSMETHODDATASET.

  • If you specify the logbook and log ID, it’s similar to LOGMETHODDATASET.

  • You can’t only specify the log ID.

Method Name

Determines what method is used. This method is the action or function that j5 runs as a result of the button being pressed (for example, sends an email).

Method Arguments

If the method (entered in the Method Name box) requires arguments to be passed to it, you can specify the arguments here.

Button Label

Determines what text is displayed on the button.

Disabled If

Disables the button when the entered formula resolves to True.