Skip to main content
Hi,

I have two different processes (p1,p2) that starts one process (p3) with IPC. I would like to check-in code which process starts P3 and hide or show some controls on P3 first client event.

Hope it make sence...

Cheers ::idea:
You can modify the IPC event code as illustrated below

 ' Set The DataField Mappings
K2.ProcessInstance.DataFields.Item("ParentProc").Value = K2.ProcessInstance.Process.Name
K2.BindField(IPCBindType.ProcData, "ParentProc", "IPCProc_ParentProc", IPCBindDirection.InOut)

Reply