Hi Sahara, + you can retrieve values of picklist field from a given Entity, querying by Entity Logical Name, using query below YOURORG.crm4.dynamics.com/.../Microsoft.Dynamics.CRM.PicklistAttributeMetadata + If you really need to use ObjectTypeCode, you can retrieve LogicalName by OBjectTypeCode, before run query above: YOURORG.crm4.dynamics.com/.../EntityDefinitions eq 1 + More details: docs.microsoft.com/.../query-metadata-web-api www.inogic.com/.../
↧