- 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 09:49 PM
Hello @Poorva Bhawsar,
Please refer to the links below:
https://www.servicenow.com/community/itsm-forum/changing-prefix-of-a-table-auto-number/td-p/734415
If it is helpful, please mark it as helpful and accept the correct solution. In the future, it might be helpful for someone to refer to this solution.
Thanks & Regards,
Abbas Shaik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2024 10:02 PM
Yeah i have already written a before BR.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2024 10:07 PM
Yes, you can try.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2024 10:16 PM
instead of update it should be insert only. But the last record is taking wrong one which is getting pulled via integration. Others are updating based on BR.