I would like to use the built-in method to upsert a record (insert if not there, update if it is) to the Campaign Member table. I am only seeing the fields I can update, but not the fields needed to create a new record (contact ID and campaign ID). Am I doing something wrong? I’d like to avoid doing a router if needed.
For the upsert, I would expect to see the required fields (eg. campaignID and the other related ones like ContactID) From my understanding an upsert means that if it doesn’t find a record, it will create one. If it does find one, it will update it.
@samliew - I just wanted to see if you saw my response. The required field for CampaignID should be available in an upsert, otherwise I can’t insert a new record.