SNOW-CSA • Practice Test 18
Free SNOW-CSA practice test — 15 questions with explanations. Set 18. No signup required.
An incident has state set to 'In Progress' (value 2). When the user loads the form or updates the state, what is the resulting form behavior?
Refer to the exhibit.
UI Policy Record:
Table: incident
Condition: current.state == 2
Actions:
- Set 'assigned_to' mandatory: true
- Set 'assignment_group' visible: false
Conditions: On load, On update
Client Script (on change of state):
function onChange(control, oldValue, newValue, isLoading, isTemplate) {
if (newValue == 2) {
g_form.setMandatory('assigned_to', true);
}
}