How to fetch Parent Record values using Salesforce uiRecordApi in Lightning Web Component?
In Salesforce SOQL, we use dot notation to get the parent record information. Similarly, we can do the same in the Lightning Web Component uiRecordApi. Sample Lightning Web Component: HTML: ....