I want to stop Transform by checking the value of the field of the first record in Transform Map.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2018 09:44 PM
Hi Everyone,
I want to stop Transform by checking the value of the field of the first record in Transform Map.
Since OnStart has not read records yet, it can not be determined.
Can I recognize the first record on OnBefore? Is there any other good way?
regards.
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2018 11:52 PM
I referred to the following thread.
https://community.servicenow.com/community?id=community_question&sys_id=134f7e69db58dbc01dcaf3231f96198a
Query was executed in OnStart script.
And Ignore = true if it meets the condition.