- Joined
- Mar 8, 2022
- Messages
- 41
- Reaction score
- 7
I need all outgoing calls with calltype=outbound and from agent 303 and 304 to be reported in the call journal, while those from other agents are not.
i try this but not working:
<Request SkipIf="[IIf([ReportCallEnabled]!=True||[EntityId]=="",True,[IIf([CallType]!=Outbound,True,[IIf([Agent]!=303,True,[IIf([Agent]!=304,True,False)])])])]"
Thanks
Martina
i try this but not working:
<Request SkipIf="[IIf([ReportCallEnabled]!=True||[EntityId]=="",True,[IIf([CallType]!=Outbound,True,[IIf([Agent]!=303,True,[IIf([Agent]!=304,True,False)])])])]"
Thanks
Martina