Aug 19, 20221:07 PM - edited Aug 20, 20227:06 AM
Contributor | Gold Partner
can someone please assist me to know how a can make a ticket record automatically associated with a custom object via form submission, its works for custom to custom just fine, thank you
do i need custom code action to create an association between the records everytime the form is submitted. that is... within ticket workflow, get a recordID where one ticket property matches a custom object property, get the ID, then associate the records. see below
will the results be auto association of records for these 2 objects? (for example via form submission) OR are these values referring to the record's objectID's"
am i associated records? or Objects? with this PUT request?
actually refers to the records, not the objects, its very confusing that the word object gets used for records also. it think its better to say "object record" when referring to an instance of an OBJECT.
that is does {objectId} refer to the record details?
actually refers to the records, not the objects, its very confusing that the word object gets used for records also. it think its better to say "object record" when referring to an instance of an OBJECT.
that is does {objectId} refer to the record details?
ok so i was on the right track, its working. feel free to ask if i can assist anyone else. that is to associate ticket RECORD with custom object RECORD. (Python)