i want to create a custom field using API and set the default value “true” of my field. but i can’t
here is my payload..
{ "name": "sync_odoo", "label": "Sync Odoo", "description": "", "groupName": "contactinformation", "type": "bool", "fieldType": "booleancheckbox", "formField": True, "displayOrder": 2, "options": [ {"label": "Yes", "value": "true", "displayOrder": 1}, {"label": "No", "value": "false", "displayOrder": 2}, ],},