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
I think while querying record you need to define a!relatedRecordData() in relatedRecordData inside a!queryRecordTypea!relatedRecordData() Function
I tried, but the alert to event record is in a many-to-one relationship with cmc alerts and it is not working. But it is interesting because I never used the relatedRecordData and the data in other grids are displayed
Yes it will work only for one-to-many relationship