Hi,
I am trying to have create a service item that has an external call in it that fires an event for a process orchestration. I want this process orchestration to be able to add the user that ordered the service item to an AD Group. There are a number of different AD Groups that the user could get added to, so there would be some processing (which is why I do not have the AD Group attached to the service item, like normal).
I see that when a person gets added into an AD Group in AD, the VI_ADS_ADSAccountInADSGroupTotal_Insert process orchestration runs to add them to the group in AD. I created a process orchestration that has a process task of HandleObjectComponent - Insert with an ObjectType of "ADSAccountINADSGroupTotal", val_UID_ADSAccount with the UID_ADSAccount, and val_UID_ADS_Group with the UID_ADSGroup.
When I try and run this process orchestration, they get added into the ADSAccountINADSGroupTotal table, but the process orchestration to adds them to the group in AD does not run. The VI_ADS_ADSAccountInADSGroupTotal_Insert orchestration runs on INSERT_SYNC, so it is telling me that the event is not triggering.
Any thoughts?
Thanks!