IMPORT.LOGMETHODDATASET - j5 - 28.0 - Administration & Configuration - Hexagon

j5 IndustraForm Designer Reference

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

Imports data produced by a Python method defined on the logclass for the given logbook record.

= IMPORT.LOGMETHODDATASET(logbook, logid, methodName[, parameters, ...])

logbook - The name of the logbook to query from.

logid - The logid of the record to use for the method call.

methodName - The name of the method to call on the logclass (method should be declared with @j5.IndustraForms.api.industraform_parent_method_dataset).

parameters - A parameter to pass to the method call.