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!!!