How product Inventory created
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2022 05:18 AM
Hi All,
Wanted to know how product inventory created from customer order line item in TSM module .Kindly share some link which i can refer ,Is there some script or Worklfow ?
Regards,
Vinita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2022 10:25 PM
Hello VR,
Greetings!
The product inventory for the customer orders are created on the order is approved and are updated on the product order of your order line item(SD version).
If you want to look at the code which is responsible to create inventories, the code is part of application "Product Inventory Advanced".
You can refer to below script include which runs in backend and gets the inventory created.
script include: - TMFProductInventoryAPIUtil
main function: - insertInventory
Please back-trace this function so that you can get how it is invoked and what is the trigger for it.
Hope this helps.
If my answer resolves your issue, please mark my answer as ✅ Correct & Helpful based on the validations.
Thank You!
Regards,
Kailash
LinkedIn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2022 10:04 PM
Hello VR,
Greetings!
Could you please confirm if the comment above has helped you and you have now got the flow?
request you to mark the answer as correct so that the thread can be closed.
Thank You!
Regards,
Kailash
LinkedIn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2022 01:53 AM
Actually I am looking for How creation of product inventory depend on Order line item Quantity and characteristics .This is not given in
script include: - TMFProductInventoryAPIUtil
main function: - insertInventory
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2022 07:40 AM
There is an amazing training on now learning that demos order decomposition its a boot camp course
https://nowlearning.servicenow.com/lxp?id=learning_path_prev&path_id=458d8d961b10b410a9c0a717624bcb09
