Hello,
I have 2 custom entities, Subscription and Preference.
They both share 3 fields: Individual, list, status.
When a new preference record is created, we want it to automatically check if the individual already has a Subscription record, if they do then update it, if they don't then create one.
How can I do this with a workflow?
The 2 entities currently do not have a relationship.
I thought that if I created a 1:N relationship between them, then created a workflow I could update/create a Subscription record when a Preference record was created. Sure enough, by creating a 1:N relationship I can now see 'Subscription' under the 'relate entities' heading in the Update record function, but it does not seem to work - I think this is because it doesn't know which Subscription record is the parent of the newly created Preference record (it should be the one where the individual and the list are the same).
I hope I have explained myself clearly.
Hope you can help!