Creates a form definition (sys_ui_form) for a ServiceNow table with sections and layout blocks.
sys_ui_form
The Form API creates the following ServiceNow records:
sys_ui_form_section
sys_ui_section
sys_ui_element
sys_ui_annotation
type: 'annotation'
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 viewsys_ui_form_section— Join table linking form to sectionssys_ui_section— Section records with caption and layoutsys_ui_element— Individual field elements within sectionssys_ui_annotation— Annotation records (whentype: 'annotation')