|
Hi,
I have created a CI and even worklist gets triggered. But the thing is Email (which should be sent to the user and also to the approver) is not going?
If EX_TAUTH_HDR.BUSINESS_UNIT_GL = "IND01" Then
&TMP1 = TriggerBusinessEvent(BusProcess."EX_SHEET_ADVANCE", BusActivity."ENTER_TRAVEL_AUTH", BusEvent."Send Email Ind");
Else
&TMP1 = TriggerBusinessEvent(BusProcess."EX_SHEET_ADVANCE", BusActivity."ENTER_TRAVEL_AUTH", BusEvent."Send Email");
End-If;
Above code is the one that trigger's mail.
Do pleae help me in this.
also is there any specific way to trace CI flow?
|