Phillip
01/21/2020, 4:07 PMSandii
01/21/2020, 4:32 PMsetSublistValue()
call, make sure you are using the internal id of the value in the list, and not the text display. If you doing this in a client script, then you will need to use selectLine()
first and use setCurrentSublistValue()
Phillip
01/21/2020, 4:32 PMPhillip
01/21/2020, 4:39 PMPhillip
01/21/2020, 4:41 PMPhillip
01/21/2020, 4:41 PMPhillip
01/21/2020, 4:44 PMSandii
01/21/2020, 6:04 PMgetValue()
or getSublistValue()
call but I would always validate against true
or 'T'
for checkbox type fields because I never know what NS is going to return.Sandii
01/21/2020, 6:05 PMselectLine()
in the scenario of field changed, it should come into the context of the function call as context.line
Phillip
01/21/2020, 6:07 PM