Community Announcements have moved! To stay up to date, please join the new Community Announcements group today. Learn more
×On the create screen, I can restrict the selection of multiple component values. However, on the view screen, users can still select more than one component value. How can I enforce the same restriction on the view screen?
Hi @Arbind Kumar ,
There's an open suggestion for that: JRACLOUD-74210: Ability to change component field type from multi-select to single select
Natively, it's probably a bit tricky. You can try to remove Components field from Edit screen and leave it only on View screen. Then, create a global or looped transition where you could put Components field on the screen which is presented during the transition, and probably configure the same thing as you did on Create screen. 👀
I've never tested it for Components, but we did something similar in one implementation project.
Cheers,
Tobi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.