IMPORT.LOGCLASSMETHODDATASET - 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 without needing a logbook record.

= IMPORT.LOGCLASSMETHODDATASET(logclass, methodName[, parameters, ...])

logclass - The name of the logclass that contains the method needed.

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

parameters - A parameter to pass to the method call.