- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2024 09:28 PM
Hi Community,
I have some data getting pulled from snowflake into servicenow custom table. In servicenow, i have given a prefix there but as its getting pulled from snowflake, its mapping with the prefix which is there in snowflake for number field.
I want to change the prefix of the number field to that which i have given in number maintenance table.
How to change the prefix for the data which is getting pulled via integration.
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2024 10:24 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2024 10:24 PM
I fixed it, it should be after insert/update instead of before.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2024 10:15 PM
Also, the last record is using same prefix which is getting pulled from snowflake. It should take the one which i am updating using this BR.