Function: get_logbook_linked_forms - j5 - 28.0 - Reference - Hexagon

j5 Framework IndustraForm API Reference

Language
English
Product
j5
Search by Category
Reference
j5 Version
2019

j5.IndustraForms.api.get_logbook_linked_forms(logbook_record=None, relationship_type=None, **kwargs)

Retrieves the IndustraForms that are linked to the provided logbook record.

This list is populated from the latest committed version of the form (a separate database session is used for the queries).

Parameters

  • logbook_record – (REQUIRED) A logbook record class instance to retrieve the linked forms for.

  • relationship_type – If provided, retrieves only linked forms of with the specified relationship to the logbook_record.

Returns

  • list - An unordered list of IndustraForm instances.

Raises

  • Exception