Hi Guys,
I am trying to validate the values on my form use "== False" which works with text and boolean based fields, but not with relationship (onetomany) based fields. What syntax should I be using?
Example code below:
if self.item_group == False:
error_message = error_message + "\n Item Group "
Appreciate any assistance.
Thanks,
Damien