For the relaionshisps among entities you normally have the multiple link field in one entity that relates to the other.
And you could use it [linkname]Ids to retrieve an array in the BPM with all the Ids of the other entity.
For example in the contact entity there is a field called accounts and you can use either accountsIds or accountNames to retrieve all the accounts related to a given contact
But in the entity Account I can´t find the related field contacts.
How can I get in the BPM the contacts ids related to a given account?
Thanks in advance
And you could use it [linkname]Ids to retrieve an array in the BPM with all the Ids of the other entity.
For example in the contact entity there is a field called accounts and you can use either accountsIds or accountNames to retrieve all the accounts related to a given contact
But in the entity Account I can´t find the related field contacts.
How can I get in the BPM the contacts ids related to a given account?
Thanks in advance
Comment