You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we create a calculated column on a grid (example orders) and the sort on it, the sort definition contains the definition of the column as well as the name.
This means a name lookup doesn't work.
The way to resolve this is to either:
a) strip out the column definition fields from the name
b) get the UI to only send the name and not the full definition.
Doing a will protect from both scenarios.
The text was updated successfully, but these errors were encountered:
Bug Report
When we create a calculated column on a grid (example orders) and the sort on it, the sort definition contains the definition of the column as well as the name.
This means a name lookup doesn't work.
The way to resolve this is to either:
a) strip out the column definition fields from the name
b) get the UI to only send the name and not the full definition.
Doing a will protect from both scenarios.
The text was updated successfully, but these errors were encountered: