Hide the edit button for an offer by referencing a value from a flexfield.
in Learning
Summary:
We created a flexfield that indicates when an offer has a completed status. It only displays the value yes or no. If the value is no, the edit button should be visible; if it shows the value yes, the edit button should be hidden, preventing any further changes to the offer.
We are trying to use PageComposer, adding a condition to the button's visibility. We are implementing this configuration but without success.
#{ not securityContext.userInRole['WLF_LEARNING_SPECIALIST_JOB_CUSTOM_RH_DESC_V2'] and (bindings.ClsAttribute3.inputValue eq 'Não' or empty bindings.ClsAttribute3.inputValue) }
and tried this too
Tagged:
0