on 2018 Jun 05 6:48 PM
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?
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi
Did you ever found a solution? We're struggling with the same topic.
Kind Regards
Jimmy
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.