Daniel Eliassen
04/28/2020, 2:11 PMrecord.submitFields(id, type, { fieldId: [subId1, subId3] })
which does not update record.Daniel Eliassen
04/28/2020, 2:19 PMrecord.submitFields(id, type, { fieldId: subId1 })
allows me to toggle 1 option, but performing it again for subId3 overwrites the value. I wish to make several selection active simultaneously. Which is easy to do manually but I am required to do this using a user-event.