Hello, Does anyone have an idea how we can access ...
# suitecommerce
v
Hello, Does anyone have an idea how we can access components of the Extensibility API in a view extended from the PageTypeBaseView?
s
When do you fine the page type, pass in the container/application object as part of the options property
👍 1
It will not be available when
initialize()
is called but it will be when
beforeShowContent()
is
v
Thanks Steve, that helps. I was unaware of the options property.