Info Window - implement Suppress Nulls for columns
Description
some columns are in such cases, doesnt have real content but still are displayed. this could be improved by implementation of IsSuppressNull similar to AD_PrintFormatItem.
example case (from wms environment): dropshipment customers are not on all orders (DPBP, DP address, DP contact). these 3 columns will be displayed when orders has content.
behaviour: when user selects filter and info window return data into memory by query, before displaying column check column is IsSuppressNull. IF NO then display column, if YES then check is real content in array. if field has content - minimally 1 records then Display Column, if not then hide column.
solution could be helpful to better customisation in multitenant environment client setup.
Environment
None
Activity
Show:
Diego Ruiz August 22, 2020 at 4:02 PM
Triaged by Diego Ruiz,
Resolved as a potential idea due to inactivity in many years.
Please if you still want to pursue this improvement, feel free to reopen the ticket with further information.
some columns are in such cases, doesnt have real content but still are displayed. this could be improved by implementation of IsSuppressNull similar to AD_PrintFormatItem.
example case (from wms environment):
dropshipment customers are not on all orders (DPBP, DP address, DP contact). these 3 columns will be displayed when orders has content.
behaviour: when user selects filter and info window return data into memory by query, before displaying column check column is IsSuppressNull. IF NO then display column, if YES then check is real content in array. if field has content - minimally 1 records then Display Column, if not then hide column.
solution could be helpful to better customisation in multitenant environment client setup.