0

Multiple Choice - trigger

I have a multiple choice field that I would like to use as a checklist of things to do. For example: the checklist has radiobuttons with the steps to complete. When complete its fields each corresponding radiobutton should be selected. It's possible?

2 replies

null
    • Sebastian_Werner
    • 5 yrs ago
    • Reported - view

    This should be possible with scripting, in the change trigger of a field, you check if the field satisfies the condition to be considered completed. If so, you would get the values of the checklist into an array, remove the value related to the field that the trigger is executing for and then reassign the resulting array back to the checklist.

    • Leonid_Semik
    • 5 yrs ago
    • Reported - view

Content aside

  • 5 yrs agoLast active
  • 2Replies
  • 1963Views