Notifications
Announcements
No record found.
Hello experts ,
I need to verify if my checkbox is checked or not in Plugin;how can i achieve this?
Thank you in advance
*This post is locked for comments
Hello,
You can start here - docs.microsoft.com/.../sample-create-basic-plugin and move forward. My recommendation - just start doing plugin and ask questions once you reached some issue.
Hi David,
Try with this -
Entity entity = context.InputParameters["Target"] as Entity; if (entity.Attributes.Contains("CheckBoxFieldName")) { bool IsTrue = entity.GetAttributeValue<bool>("CheckBoxFieldName"); }
If the IsTrue value is true that means checkbox is checked otherwise unchecked.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
As AI tools become more common, we’re introducing a Responsible AI Use…
We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
SA-08121319-0 4
Calum MacFarlane 4
Alex Fun Wei Jie 2