Is there any way to trigger a synchronization project from a process step? I tried triggering the RUN event using the FIREGEN process task, but it is triggering an ad hoc projection. Please suggest.
Is there any way to trigger a synchronization project from a process step? I tried triggering the RUN event using the FIREGEN process task, but it is triggering an ad hoc projection. Please suggest.
Hi,
You need ProjectorComponent - FullProjection .... parameter is UID_DPRProjectionStartInfo.
HTH, B.
I am trying to trigger it from a custom post sync process based on UNSROOTB table. So parameter UID_DPRProjectionStartInfo is not found in UNSRootB
Then I would suggest having some code in the parameter UID_DPRProjectionStartInfo that 'gets' the value you need based on your use case.
Thanks ..This worked
Thanks ..This worked