I have a column backed by a display method on the SalesTableListPage. The column was added by an ISV. What is the most cleanly way to remove the column entirely making sure that the display method does not fire? Thanks!
I think that the display method won't be called if nothing needs to get the value for displaying. You can easily test the assumption, e.g. by putting a breakpoint to the display method and debugging the form.
Hey Martin. I already had a CoC extension for the form so I'm currently removing the column by calling formRun.design().removeControl(formControl.Id()); in the form init(). Does the job. I'm taking this approach thinking it would completely remove the column vs maybe just a visibility hiding per the the visible property. I'm not sure what the visible property is doing under the hood.
Which options are you considering? I can think of a single one only: setting Visible property of the column to No.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
We are honored to recognize Mansi Soni as our August 2025 Community…
A new season of Super Users has arrived, and we are so grateful for…
These are the community rock stars!
Stay up to date on forum activity by subscribing.