Hello, I have two record types that are related to each other, but when I am trying to retrieve with relationship.relatedRecord.field, it displays only null, what can be the problem? How can I fix it?
Discussion posts and replies are publicly visible
If they are related 1:M and you are querying the base record (1), then you can add that field in the queryRecordType's fields parameter and it will give you the data.
Yes, but I am not querying the base record but the other one. Thanks anyways
I think for that too it should work. Did you try?
Just to avoid the confusion could you please share the Relationship diagram from the CMC Alert to Event Record