Siebel IP2016 - Activity template with custom view mode on Action
Hello everybody,
I have a question about Activity template (Administration - Data > Activity Templates) on Siebel IP2016 when using a custom view mode on Action BC.
Let me explain the scenario: we customized the view mode of Action BC making it similar to the one of the Account BC. So, we did:
- create a new column on S_EVT_ACT, named X_BU_ID
- create a custom intersection table between Action and Position BCs, named CX_ACT_POSTN
- create some MVLs and adjust the view mode (BusCompViewMode)
Similarly to the creation of an account, that use BU_ID column and S_ACCNT_POST intersection table, when we create an activity the column X_BU_ID is populated with the OrganizationId() value of the creator and a new record is automatically craeted on the intersection table CX_ACT_POSTN with the ROW_ID of our new activity and the ROW_ID of the position of the creator. No issue on this customization, everything works fine.