Details
Description
As specified in the doc on referencing custom pages, this can be done this way:
var page = pageWidgetByObjectName( "DynamicSomePage" );
However, the correct should be gui.pageWidgetByObjectName.
As specified in the doc on referencing custom pages, this can be done this way:
var page = pageWidgetByObjectName( "DynamicSomePage" );
However, the correct should be gui.pageWidgetByObjectName.