- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2024 01:01 AM
Hello All,
I need to validate details available in section of form.
Below I have opened a SLA definition. I want to validate details available in Start condition,Pause Condition which are sections on form.
Is there any way to take control of sections through ATF?
I tried with Field value validation test step.But somehow all the variables/fields are not available there
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2024 03:30 AM
in the xml the condition should be like this -> active=true^priority=2^EQ
simply use the same in validation step
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2024 01:10 AM
the condition fields in ATF needs to be validated with an filter condition which will be a hard-coded one
You need to see in XML what's the start condition value and then use the same value in Field validation step in ATF
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2024 01:36 AM
Hello Ankur,
What exactly needs to be done for checking filter condition.
In my case I have condition fields as Start condition,pause condution.
If I want to check details under start condition,those are Active is true and priority is one of 1,2,3,4.
I used Field value validation step but there I did not find Priority option.Rest I validate dwith this step.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2024 03:30 AM
in the xml the condition should be like this -> active=true^priority=2^EQ
simply use the same in validation step
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
