As of April 12th, you must go to Progress SupportLink to create new support cases or to access existing cases. Please, bookmark the SupportLink URL and use the new portal to contact the support team.
In the console, if I "blank" the data, the column doesn't show
If using business logic I set (using $set within an update) - to null or undefined or empty ("" {} []) the column still shows, generally either with the null value present, or the brackets (if that approach used)
Ideally I think I am meant to be setting to undefined and my expectation is that this will hide the column in the console. As I have hundreds of columns, this is something I want to sort out (rather than just leaving many columns there, even with no data in)
What should I be doing here to completely unset a data field (in business logic) so that the column will hide?
A B
If using business logic I set (using $set within an update) - to null or undefined or empty ("" {} []) the column still shows, generally either with the null value present, or the brackets (if that approach used)
Ideally I think I am meant to be setting to undefined and my expectation is that this will hide the column in the console. As I have hundreds of columns, this is something I want to sort out (rather than just leaving many columns there, even with no data in)
What should I be doing here to completely unset a data field (in business logic) so that the column will hide?