@servicenow/sdk - v4.7.0
    Preparing search index...
    • Creates a form definition (sys_ui_form) for a ServiceNow table with sections and layout blocks.

      The Form API creates the following ServiceNow records:

      • sys_ui_form — Main form record linking table and view
      • sys_ui_form_section — Join table linking form to sections
      • sys_ui_section — Section records with caption and layout
      • sys_ui_element — Individual field elements within sections
      • sys_ui_annotation — Annotation records (when type: 'annotation')

      Type Parameters

      Parameters

      Returns Form<T>