Unable to Navigate to future screen
Summary:
We have a review and edit screen and we want to navigate to the edit screen once the user clicks on the edit button (using label as custom button) on the review screen, however as per javascript function( getScreens() ) we are not getting all the screens of the stage like future screens and unable to use the function - ( navigate(investigateUri) ) to navigate to edit screen which should only be visible once the user click on edit button.
Content (required):
We have a review and edit screen and we want to navigate to the edit screen once the user clicks on the edit button (using label as custom button) on the review screen, however as per javascript function( getScreens() ) we are not getting all the screens of the stage like future screens and unable to use the function - ( navigate(investigateUri) ) to navigate to edit screen which should only be visible once the user click on edit button.