Adding Site to Existing Part

I have a workflow in Service Connect that looks like this:

I can’t seem to find a method in the Part BO to be able to add a site to an existing part.

Did you try adding a plant in Part Maintenance with tracing turned on?

I saw:

<businessObject>Erp.Proxy.BO.PartImpl</businessObject>
  <methodName>GetNewPartPlant</methodName>
...
<businessObject>Erp.Proxy.BO.PlantImpl</businessObject>
  <methodName>GetList</methodName>
...
<businessObject>Ice.Proxy.Lib.ClientCacheImpl</businessObject>
  <methodName>GetClassInformation</methodName>
...
 <businessObject>Erp.Proxy.BO.PartImpl</businessObject>
  <methodName>Update</methodName>

When creating a new Site for a part, you need to add the Plant and a default Warehouse

1 Like

Thank you for the response. No I didn’t do the tracing… Should’ve I’ll remember that for next time! Thanks. I found that I needed to call GetNewPartPlant, but the rest of that blurb is super helpful. I’ll have to implement it in