We tried adding custom field to the Dynamics 365 Finance and Dynamics 365 Supply Chain Management for entities we are creating. Our expectation is to have these fields part of metadata when retrieved after custom field addition. But we could not see the field in the metadata and also in the data for that particular entity.
Below is the example for better understanding the use case we are trying.
We added new Employee (Human resources => Workers => Employees) named "Prashanth" and added new field named "Test Mobile Number". The employee object created with new field and available on UI. Here when we tried to retrieve the employee "Prashanth" using OData API using https://xxxxxxxxxx.cloudax.dynamics.com/data/Employees?$filter=FirstName eq 'Prashanth' request URL the result does not have field "Test Mobile Number" added. We also could not find this field in the metadata (/data/$metadata) results. Similarly for custom entities which are not available in metadata.
Any pointers will help us on finding the custom fields and custom entities added using APIs instead looking into the application through instance UI. Thanks in advance.