Hi,
I am by no means a programmer, but would like to use javascript to set a (yes/no) field value based on a selected option(s) in a multiple choice field. This must happen when the form is submitted, after normal record rules have executed. Is this possible?
For each option selected in the multiple choice field I want to set a Yes/No value in another, matching field.
The reason for this is that I want to create a new connected record (using record rules) for each option selected, but still want to be able to return to the form without creating new records for options previously selected every time the form is submitted. The Yes/No field is to indicate that the record for that option is already created and should not be created again. Please let me know if there is an alternative to javascript.
Thanks...