Comments
Totally agree too. I still do not understand how it is possible for line items to appear in ascending order within the CRM but change to descending order when exporting to a Word or PDF document. In conversations with Microsoft Support, they told me that they use the following expression:entityExpression.Order.AddOrder("sequencenumber", Xrm.Sdk.Query.OrderType.Descending);I fail to understand why this cannot be configured to Ascending to resolve the issue, when in the .Net documentation it's says that they can do it. I am attaching the link so you can check what I am referring to: https://learn.microsoft.com/en-us/dotnet/api/microsoft.xrm.sdk.query.ordertype?view=dataverse-sdk-latestI do not understand why, if the option for Ascending order exists in the documentation, we are consistently told that it is not possible.
This was NOT completed Learn / Dynamics 365 / Dynamics 365 FinanceCreate and work with custom fieldsAdditionally, for picklist fields, the set of valid values for the custom field can be reordered, and new values can be added; however, existing values for the picklist field can't be removed.
