Hi all,
I need a SQL query which returns the display labels for the fields on the form for a entity.
E.g I created a new attribute 'Employer2' with Attribute/field display name as 'Employer2' on an account entity. However when i add it to the form, I changed the Label [field properties] for this field to 'Second Employer'.
Another example could be for the owner field. I changed the label for this Owner field as 'Primary Owner' on a account form.
As a result of SQL query, I would like to see the display label on the form and the schema name for the field as shown below.
Second Employer new_Employer2
Primary Owner ownerid
I have a query which return the field display name and schema name but I needed the form display name which could be different than the field display name.