'not_update_fields': The Fields Not Active In Editing Mode

'not_update_fields' Setting Overview

Enabling the Setting

'not_update_fields' Setting Overview

This setting's value stores the list of fields that should not be activated on the Edit action (clicking the Edit button on program's main toolbar).

Enabling the Setting

Note: Before proceeding, get acquainted with the Settings Levels section of LyciaLowCode Settings page (the concept of scopes is essential for configuring multiple interactions and the multitable support).

The definitions like LET <setting_variable>.<setting_name> = <value> refer to the InteractForm_Settings level, while LET <setting_variable>.views["<db_table_name>"].<setting_name> = <value> refers to the View level.

This setting can be defined for:

InteractForm_Settings level: No

View level: Yes

Setting format:

<InteractForm_Settings>.views["<db_table_name>"].not_update_fields DYNAMIC ARRAY OF STRING

Example:

LET l_settings.views["test_05"].not_update_fields = ["test05.test05_varchar","test05.test05_int"]

Note: Alternatively, you can specify this setting in JSON array in .fm2 form file by the following example: Defining Settings in .fm2 Form File.

 

Return to top

 

Contact Us

Privacy Policy

Copyright © 2024 Querix, (UK) Ltd.