Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
If we add a boolean attribute to object type like document, values show as Yes/No/undefined...Can we remove undefined here and keep only Yes/No ?
Solved! Go to Solution.
Hi @arajendren
Yes it is possible by configuration in TypeAndAttribute management layout
go to the Boolean attribute show the Layout tab and select Create layout,
You can select your attribute there and set the blank option to no
result in the wizard
PS> legal value list does not work as @Rocket_Max mentioned.
Hi @arajendren
OOTB cannot do it.
Consider setting the attribute to a character type and then setting a list of legal values or enumerations to work around it
Hi @arajendren
Yes it is possible by configuration in TypeAndAttribute management layout
go to the Boolean attribute show the Layout tab and select Create layout,
You can select your attribute there and set the blank option to no
result in the wizard
PS> legal value list does not work as @Rocket_Max mentioned.
Thank you for the solution.It worked