Hello,
I created a workflow which should send an email automatically to the owner of the task, when a new task record is created or assigned to the new owner.
The workflow itself is working, but the direct url of the task is somehow wrong.
The 'Record URL(Dynamic)' creates this sort of a link:
But the direct url of our CRM is: crmserver01.domain.com/crmserver01
When I copy the part of the generated URL "main.aspx?etc..." into the working direct url, I will directed to the record of the created task.
Basically this manually adjusted url is working:
crmserver01.domain.com/.../main.aspx
I made a custom url field, which the Record URL(Dynamic) should be generated there and for the email I placed the custom url field.
Any advice how do I fix this? Many thanks!