Selecting the values in the Dynamic Field with Button action
Hi Everyone,
I do have a Button for navigation object (which was an older version button, currently this object is not available), to set up period values such as YTD, QTD, etc.
It has 3 actions
1: Set Variable Value -
2: Clear Selections in a Field - using an action - Define the Field using an expression (this action is not available in the new button object)
this action clears the field selection based on the Period ranges
3: Select a value in a Field - using an action - Define the Field using an expression (this action is not available in the new button object)
This action sets up the field based on the selection in the period drop-down (YTD, QTD, etc, variable is zBOSStateBCalendarField), for all these periods, we have created flags in the script level to set up the date ranges.
currently, these are not working, can anybody helps me to find a better solution to achieve this functionality.