Announcements
Hi,
Can anyone help with an issue that is occuring whenever a customer raises a case from our Customer Support Portal:
When I follow through their actions locally I do not get an error, it occurs only when they attempt from their end.
Thanks
Steve
Hello Steve Pillar,
Pls check this thread for occuring whenever a customer raises a case from our Customer Support Portal
I hope it helps,
Thanks.
Please mark as verified if the answer is helpful. Welcome to join hot discussions in Dynamics 365 Portal.
Hi,
Can you please check the Scope of your flow.
Is it set to User if yes then can you please try to change to Organization.
Also, please open flow based on flow Guid mentioned in your error message and check the run history
Next thing, open up the specific workflow which is having the error,, if it is a SLA one, you should be able to find it using this fetchxml. If you don't know how. I recommend downloading XrmToolBox and using the FetchXML Builder tool.
<fetch>
<entity name="slaitem">
<filter>
<condition attribute="workflowid" operator="eq" value="21182e57-f621-ec11-b6e6-00224842313a" />
</filter>
</entity>
</fetch>
Or Search the workflow table
<fetch>
<entity name="workflow">
<filter>
<condition attribute="workflowid" operator="eq" value="21182e57-f621-ec11-b6e6-00224842313a" />
</filter>
</entity>
</fetch>
(Just double check the GUID I entered, I retyped it).
Hi,
Yes, I have several SLA's and have opened them up and resaved them but to no avail.
The strange thing is that I can raise a case from the Portal without an issue but when our customers attempt the same, they get the above error.
Steve
Do you happen to have SLA's? I had a similar issue, and I just opened up the SLA flows, and resaved them, and it worked.
André Arnaud de Cal...
294,125
Super User 2025 Season 1
Martin Dráb
232,871
Most Valuable Professional
nmaenpaa
101,158
Moderator