
Hi Expert,
I have a requirements to sort two field in Dynamics 365 view. "prioritycode" field is a related field and "enteredon" field in the main entity.
Below is the previous design.
Since the field is in the different entity now. I used xrmtoolbox to update the code in my view for sorting.
The fetchxml code did work, it sort it, except that its sorting first the "enteredon" and not the "prioritycode".
How can I sort this to be like SORT BY: "prioritycode" THEN BY: "enteredon"? Will sort it out first the prioritycode then the enteredon.
Thank you so much in ADVANCE!!! Happy Holiday!!!
Hi,
Can you not create Calculated field to copy value from ParentCase to main entity and use this field for ordering.
You can also create Business Rule to Copy value from Parent Case to Main entity.
The advantage is you will have control on the Order sequence.
Fetchxml main entity Order attribute will be executed first then Link entity order expression.
Please mark my answer verified if this is helpful!
Regards,
Bipin Kumar
Follow my Blog: xrmdynamicscrm.wordpress.com/