- Joined
- Mar 30, 2022
- Messages
- 4
- Reaction score
- 1
I posted this on the French forum but nobody knows. I hope that here I have a track of resolution.
Context:
* salesforce integration = Ok
* Call journaling = enabled
Problem:
call logging in salesforce also shows all calls going through digital answering machines or virtual extensions (checking schedules by services)
Looking for a way to not log calls with some Agents (extensions), I ended up finding in the model the 'SkipIf' attribute in the ReportCall and CreateCallActivity scenarios
Despite the addition of extensions to cause the Skip, consignments on the salesforce side still show these extensions
Here is the part of the xml for this scenario:
<Scenario Id="ReportCall" Type="REST">
<Request SkipIf="[ReportCallEnabled]!=True||[EntityId]==""||[Agent]=="200"||[Agent]=="850"||[Agent]=="851"||[Agent]=="852"||[Agent]=="855"||[Agent]=="800"||[Agent]=="801"||[Agent]=="802"||[Agent]=="803"||[Agent]=="804"||[Agent]=="805"||[Agent]=="806"||[Agent]=="807"||[Agent]=="808"||[Agent]=="809"||[Agent]=="810"||[Agent]=="811"" Url="/services/data/v52.0/query/?q=SELEC...... thank you in advance Cyril / French User
Context:
* salesforce integration = Ok
* Call journaling = enabled
Problem:
call logging in salesforce also shows all calls going through digital answering machines or virtual extensions (checking schedules by services)
Looking for a way to not log calls with some Agents (extensions), I ended up finding in the model the 'SkipIf' attribute in the ReportCall and CreateCallActivity scenarios
Despite the addition of extensions to cause the Skip, consignments on the salesforce side still show these extensions
Here is the part of the xml for this scenario:
<Scenario Id="ReportCall" Type="REST">
<Request SkipIf="[ReportCallEnabled]!=True||[EntityId]==""||[Agent]=="200"||[Agent]=="850"||[Agent]=="851"||[Agent]=="852"||[Agent]=="855"||[Agent]=="800"||[Agent]=="801"||[Agent]=="802"||[Agent]=="803"||[Agent]=="804"||[Agent]=="805"||[Agent]=="806"||[Agent]=="807"||[Agent]=="808"||[Agent]=="809"||[Agent]=="810"||[Agent]=="811"" Url="/services/data/v52.0/query/?q=SELEC...... thank you in advance Cyril / French User