You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Hello Team,
I have to make one field readonly/writeonly on a particular transition screen depending upon some other preconditions via behaviors.
That field is present on edit screen as well as on that transition screen but I want to control its edit behavior on transition screen by one particular project role.
Currently I used this --> if(getFieldScreen().name == "Screen Name"), but it is not working.
Kindly help me with the probable solution.
Best Regards,
Tanu Ranjan Bharadwaj
To get the screen name using the Behaviour, you could use something like:-
if(actionName == "Screen Name") {
}
For example:
if(actionName == "Create") {
}
I hope this helps to answer your question. :)
Thank you and Kind Regards,
Ram
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.