Question

Freeze selected fields once click on the checkbox and save screen.


Userlevel 3
Badge +6

In task screen we created a user def field as a checkbox now we want once we click on the checkbox and save the screen it should freeze some fields in the task screen.

once uncheck the checkbox it should unfreeze all the fields that were freeze.


5 replies

Userlevel 6
Badge +14

Hi @ATZSUMIT,

Do you need to do this in web client/ smart client/ mobile client?

Userlevel 3
Badge +6

In webclient /Smart client

Userlevel 6
Badge +14

Hi,

You can write a client script(to setControlEnable) and bind it to the screen event type of AfterDataLoad.

Note - You need to have 2 client scripts, 1 for Web Client & 1 for Smart Client.

Userlevel 3
Badge +6

can you tell me nearest possible client script so that i can check and modify

 

Userlevel 6
Badge +14

There are few examples in FSM(baseline) client scripts.

QUALITY_CODES_AFTER_DATA_LOAD

SCHEDULEDPROCESSES_SET_FIELDS_ENABLED

SCHEDULED_PROCESSES_ENABLE

Reply