Like used in x++ statements, introduce : BeginsLike and EndsLike
Hello, When writing a X++ select statement that requires a like it will always translate into "where buffer.fieldId like '%TEXT%' and ...." For performance, we sometimes only to do "where like 'TEXT%'..." or " where like '%TEXT' and.... " and using the wildcard symbol on both sides prevents an ...
STATUS DETAILS
Needs Votes
Hyperlinks in Grids - allow multiple columns clickable without pre-selecting
Currently, a user will have only one column that will be hyperlinked in blue when the grid is loaded. We would like to be to have the possibility to define on the fields of a Grid which ones should be clickable immediately when the Grid is loaded. Now it only works for the first found column that...
STATUS DETAILS
Needs Votes