- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
â11-08-2023 11:43 AM
Good afternoon developers,
I need some help with an OOB script include: TMFCommonOrderAPIUtil
The backstory is that I'm in the Order Management for Telecom, Media & Tech application. I have a requirement to automatically create a customer account from an incoming payload to ServiceNow.
OOB, ServiceNow requires that the customer account exists in the platform before it will create the order. If the customer account doesn't exist, I'm given this error message:
Here's the code that I think I need to modify to create the account but so far, I'm not having any luck
mapAccount: function(orderObject) {
Could someone help me in figuring this out?
Best regards,
cnharris1
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
â11-08-2023 08:18 PM
mapAccount: function(orderObject) {
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
â11-08-2023 08:18 PM
mapAccount: function(orderObject) {
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
â11-09-2023 03:01 PM
Thanks for responding harshav! That code helped me out!