Kearobi
06/15/2020, 9:57 PMSteve Goldberg
06/16/2020, 9:25 AMrender()
method only if the user is on a particular parent view.
I talk about it here: https://developers.suitecommerce.com/use-helper-files-services-and-contextual-rendering-in-your-extension#title4 (scroll up for the code snippet).Steve Goldberg
06/16/2020, 9:29 AMaddChildView()
and removeChildView()
and adding/removing to/from a context object is done a class basis, rather than an instance basis. If you use them, but want them to run on a case-by-case basis, then you need to add code that affects what happens when they are constructed.Kearobi
06/17/2020, 12:55 AM