Hi AX people,
As we all know, the field, "Priority" of the table smmLeadTable has a data type of STRING. Basically, my client wants to be able to filter Priorities having less than 30 (Meaning, on the listpage, hit Ctrl+G, type "<30" on the Priority column), but this will be unpredictable simply because the said field is string and not numeric (integer, real, etc.). My solution is to just change the data type from string to int on the smmLeadPriorityTable and smmLeadTable, so using mathematical filter criteria like "<30" or ">=100" will work fine. However, I think that this will have impact on AX. To see what I mean, go to Sales and Marketing > Common > All Leads, hit Ctrl+G and type "<30" or any value on the Priority column of the listpage and you'll see that the filtered results are wrong (the listpage will show values of Priority less than 30 but will also show values greater than 30. What do you think of my solution? I think that this problem is invalid because the user wants to do mathematical filtering on a field that is string data type.
*This post is locked for comments
I have the same question (0)