Is there anyway to get the shelved alarm slider to be slid up by default? I’ve tried a few different things but the methods setShowShelve() method did not seem to work. I have also tried:
obj = event.source.parent.getComponent('Alarm Status Table')
print(obj.getPropertyValue('showManageShelf'))
print(obj.getPropertyValue('showShelve'))
obj.setPropertyValue('showManageShelf', True)
obj.setPropertyValue('showShelve', True)
But they return None before I set them and nothing happens when I execute the code. I want the alarm to have the shelf footer displayed by default like in the image below, without the user having to click the shelf icon.