cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Can we implement the Inbound Service Interfaces available in the Repository explorer in c4c SDK?

Former Member
0 Kudos
362

We want to trigger a piece of code (absl script) from SDK during Business Partner replication from ecc. Can it be implemented through the Inbound Service Interfaces available in the repository explorer. if yes, then how can these interfaces be implemented?

Accepted Solutions (0)

Answers (2)

Answers (2)

thomaskenner
Participant

Hi,

is there any reason why you cannot use the AfterModify or BeforeSave Actions on the standard BO? They should be triggered by the Replication, too.

If you want the ABSL code only to be executed for the replication, eg. you could use the Context.GetCurrentIdentityUUID() and load the identity to check if it is your technical User you use for the replication.

HTH

Thomas

Jimmy1
Participant
0 Kudos

Hi

Did you ever found a solution? We're struggling with the same topic.

Kind Regards

Jimmy