In CRM 2011 I used File, Properties on a record to check the metadata. Where is this feature in CRM 2013?
*This post is locked for comments
In CRM 2011 I used File, Properties on a record to check the metadata. Where is this feature in CRM 2013?
*This post is locked for comments
Thanks Jason :)
Here is a Command Bar button to show form properties:
www.develop1.net/.../Form-File-3eProperties-dialog-in-CRM-2013.aspx
Nice Scott!
The File menu is no longer accessible - you can get access to the page still using a url something like:
https://<org>.crm4.dynamics.com/_forms/properties/properties.aspx?id=%7b<Record ID>%7d&objTypeCode=<Object Type code e.g. 1 for Account, 2 for Contact etc.>
You could create a Ribbon Button to show this page.
Hope this helps,
Scott