Dear support and all,
I'm a new bie in splendidcrm. I'm creating some filed for my company in Community version before Upgrade. I want to add filed to executive filler Male/ Female. And I got a thing that.
I add Field with Data type: Checkbox
And I want to default Value is Male. It mean that default checkbox is checked, in Edit view, if person is Female, Editor can uncheck. But I don't known how to do that. Can you help me?
Anyone who known about that, please help me to resolve.
Thanks inadvance!
Dearest,
Nguyen Quoc Nho
Instead of using a checkbox, your better option is to use a text field and a dropdown list that would contain either Male and Female. If you then make the list a required field, it will always default to the first item in the list.
Thanks to answer so quick.
That's good Idea! But in my language, Male/Female = Nam/Nữ or Nam/Nu or trai/gái or ông/bà or anh/chị So, if editor input data manual I think it's ok, but all most Data I have is Excel data, so when I import, it's not easy for me to uniform it.
So, can you show me how to do that (Checkbox with checked when open Edit view)
Thanks again!
In order to have a checkbox with a default of being checked, you would need to use the Business Rules Engine that is part of our 5.0 release. You would need to create a rule for the EditView to check the value.
Thanks, I'll try my best!