How to resolve Checkbox error on interface ?

Hi Community,

I have created a checkbox. It is coming properly on interface but when i try to save any of the values it gives error.

Here is the attached screenshot.

 

Below is the SAIL that i am using to create checkbox - 

a!checkboxField(
    label: "Tools Affected",
    labelPosition: "ABOVE",
    choiceLabels: {"1262", "1264", "1266","1268","1270","1272"},
    choiceValues: {1, 2, 3, 4, 5, 6},
    value: ri!ToolsAffected,
    saveinto: ri!ToolsAffected,
    validations: {}
),

What wrong i am doing here ?

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data