Is it possible to retrieve the relation field, based on the EntityFields object?
As an example, I have a invoice that belongs to the customer. In the code, I have the CustomerID available (since it is a FK to the customer). However, I want to retrieve the Customer property (which is a field mapped based on a relation) if it exists.
It is possible to check whether a relation property exists based on the InvoiceFields.CustomerID?
Thanks in advance!
Best regards,