system.kanoa.utilities.getPageObject(self, objName)
Retrieves an object identified by 'objName' from the kanoa session properties
Parameters
self object: The instance of the class where this method is defined.
objName String: The name of the object to retrieve. Valid options are userCRUD, itemSelection, selectors, navigation
Returns
sessionValues Dictionary Returns None if the object is not found
Example
system.perspective.print(system.kanoa.utilities.getPageObject(self, 'selectors'))
> {
'dateRange': {
'selectedRange': 'Today',
'endDate': None,
'startDate': None
},
'assetPath': None,
'woInfo': {
'product': None,
'woId': None,
'scheduleId': None
}
}