- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2023 12:36 AM
Hi,
If i am running the Back ground script i can see the incident record why i can see this record only.
any specific reason why i am able to see
INC0010001
Please find the attached SS for the same please help me out the clear explanation on the same.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2023 01:07 AM - edited 08-17-2023 01:11 AM
Hi @kranthi2 , Sorry got you question wrong this is something reply for the same
As you have used If condition it will exit the loop with the First ever satisfactory condition, That means "INC0010001" is the first record in the loop which satisfies the query condition and terminates the loop.
Please find below image for the same:
Thanks & Regards,
Eswar Chappa
Mark my answer correct and Helpful if this helps you 😀
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2023 01:11 AM
Thanks for the explanation Eswar. this is what i am expecting