Solved

Create a shop order from Project Procurement

  • 13 December 2021
  • 2 replies
  • 220 views

Userlevel 4
Badge +9

Can someone tell me how can I create a shop order from the “Demand-Misc Parts” section of Project Navigator?

The API call is PROJECT_MISC_PROCUREMENT_API.Create_Shop_Order but I don’t know which mouse event calls it.

icon

Best answer by ShawnBerk 13 December 2021, 23:42

View original

This topic has been closed for comments

2 replies

Userlevel 7
Badge +28

From a Project Activity.

First, add a part to the Demand > Misc Parts tab that is a manufactured inventory part setup to be created with a Shop Order.

 

 

Second, RMB and select Create Project Supply Request (shows disabled because I didn’t grab the screen

 

 

This will trigger the API call you mention

 

You can then RMB from the part to Shop Order Detail to see the resultant Shop Order connected to the activity you started from.

 

 

Code Part M113 has to be setup correctly to make this work

Userlevel 4
Badge +9

Yes that worked, thank you