Lookup filter is used to filter records when we lookup for the records.
Used in Lookup dialogs.
In the above example, I have created a Lookup relationship(Member is parent and Interest is child).
Here, whenever we create Interest record, it will fetch only Member records with Status "New".
Output:
Related lookup filter will be automatically created in object definition.
Used in Lookup dialogs.
In the above example, I have created a Lookup relationship(Member is parent and Interest is child).
Here, whenever we create Interest record, it will fetch only Member records with Status "New".
Output:
Related lookup filter will be automatically created in object definition.
how to retrieve it into ANT?
ReplyDeleteObjectName.FieldName
CustomField
The above can be used to retrieve using ANT.