*This post is locked for comments
*This post is locked for comments
Thanks for the tips folks. Looks fairly simple. They use GP to cut PO's for medical parts. Inventory stock quantities are of no concern to them. They just want to order parts for their offices. They need the sites to be there for all items at all times. I figure just queuing up this job at night should do it.
Thanks Naga. I made a typo error. "taItemSite" is the sproc used to assign item site.
Basically 'taCreateInventorySite' will create a Site and will NOT assign sites to Items. The sproc "taItemSite" will do the job for you. As I see , it requires the below parameters (Where item number and location code are required and remaining are optional) :
@I_vITEMNMBR
@I_vLOCNCODE
@I_vBINNMBR
@I_vPRIMVNDR
@I_vLanded_Cost_Group_ID
@I_vQTYRQSTN
@I_vUpdateIfExists
@I_vUSRDEFND1
@I_vUSRDEFND2
@I_vUSRDEFND3
@I_vUSRDEFND4
@I_vUSRDEFND5
@O_iErrorState
@oErrString
Richard, you can use this in a loop to assign all locations to items. Hope this helps.
This "taCreateInventorySite" is the eConnect schema for assigning sites to items in GP. I guess, the SP name should be same as the eConnect schema name "taCreateInventorySite". Please check and let me know.
Almas Mahfooz
3
User Group Leader