Please help me confirm if i understand concepts right,
1. Table Contact has a field CustomerNo that refers/relates to another table Customer through TableRelation Property (specifying table name, and optionally field name (No), filter, condition)
2. Table Customer has property LookupPageId property set CustomerList. This implies that whenever ANY page opens that is bound to Contact table and has field CustomertNo enabled, when that field is tried to be looked-up, the CustomerList page shows up. What shows up in CustomerList when looking-up, depends upon if a FieldGroup is defined for Customer table or not.
Please clarify,
1. What is a FieldGroup? Can we define multiple FieldGroups for a table?
2. What is significance of setting Name as "Dropdown"? Can we set a different name?
3. Am I right to say, if a FieldGroup is defined for a table, the fields enlisted there would show up when this table is looked-up, or else only two fields would be shown (Id and description)?
*This post is locked for comments