function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Saloni KhedkarSaloni Khedkar 

Epicor ERP integration to SFDC

Hi,
I would like to get some solutions in regards to our integration with ERP.
We have a concept of - Part on Fly. These are parts that created on customer configuration and requests. These parts are not stored in the part master of ERP, rather used on the quote directly. 
These parts, when synced to SFDC, are brought in as "WIP" (Write in Parts)

The issue here is - OpportunityLineItem.ProductCode is mapped with ERP.Partnum field. When an update is performed on the opportunity, SFDC Opportunity syncs back to ERP, replacing the actual part with - WIP
In this case, we are losing the data in our system. 

How do we avoid writing back WIP to ERP from SFDC ?
How to maintain Part on Fly in SFDC ?
Can we copy the value coming from ERP in SFDC with the value not being part of SFDC product object ?

Thank you for help in advance.