Service connect and Referencing Specific Plants

Thanks Kevin,

It worked very well.

[Non-text portions of this message have been removed]
I have a WorkFlow that I want to act on data in one plant. It makes inventory adjustments and the adjustments are associated with warehouses in the plant. But my workflow fails with an invalid warehouse which seems to imply that I'm not actually acting on the correct plant.

I know that you have to be logged into the plant in order to make adjust transaction on the warehouse.

I have read something along the lines that the Web Services will accept a Company parameter string like CompanyID=MAIN;PlantID=PL2 and not just the simple company name (MAIN). Am I on the right track? Can I just create a Process Variable that looks like my string. above, and map it to the Company node where I would have normally mapped the MAIN value?
Carl,



You are on the right track. You can set the value of the "CompanyID"
parameter in your requests to something like "CompanyID=ABC;PlantID=123".


This is detailed on page 30 of the Web Services Developer Guide, found in
your Epicor Web Services folder.



Kevin





From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of
carl.heeder
Sent: Friday, January 06, 2012 11:02 AM
To: vantage@yahoogroups.com
Subject: [Vantage] Service connect and Referencing Specific Plants





I have a WorkFlow that I want to act on data in one plant. It makes
inventory adjustments and the adjustments are associated with warehouses in
the plant. But my workflow fails with an invalid warehouse which seems to
imply that I'm not actually acting on the correct plant.

I know that you have to be logged into the plant in order to make adjust
transaction on the warehouse.

I have read something along the lines that the Web Services will accept a
Company parameter string like CompanyID=MAIN;PlantID=PL2 and not just the
simple company name (MAIN). Am I on the right track? Can I just create a
Process Variable that looks like my string. above, and map it to the Company
node where I would have normally mapped the MAIN value?





[Non-text portions of this message have been removed]