
2 Antworten
You can use Tooling API for querying the Metadata. Here are the steps to get this done -
- Go to Workbench
- After logging in, select REST Explorer from the Utilities menu in top right corner -
- And then enter the below lines in the search bar and click on 'Execute' button -
/services/data/v39.0/tooling/query?q=SELECT DeveloperName FROM FieldDefinition WHERE EntityDefinition.DeveloperName = 'Contact' AND LastModifiedDate = TODAY
- You will get the list of fields created today -
If you have any more queries, feel free to contact me.