Order of EIM execution on Siebel base tables
Hi Friends,
I have a question related to 'Order of EIM execution on Siebel Base tables'.
The Requirement is...
To create an 'Explicit Primary Mapping' on S_ORG_EXT table so that while populating S_PER_COMM_ADDR via EIM, we can set S_ORG_EXT.X_PR_CM_ID(this is Foreign Key to S_PER_COMM_ADDR) table using EIM_COMM_ADDR table.
Initial state :
There was no EIM mapping between EIM_COMM_ADDR and S_ORG_EXT and S_PARTY.
What I did...
- First, I created EIM mapping from EIM_COMM_ADDR to S_ORG_EXT. Very basic minimum mapping(by comparing the mapping of EIM_ACCOUNT1 to S_ORG_EXT).