Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 C#.net 中的 msdynamics 连接器。在连接器中,我想检索实体对象名称的列表,即潜在客户、联系人等。我还想检索相应的字段列表。我正在使用 Vs2010 并使用 Passport 登录.
我相信您正在寻找RetrieveAllEntitiesRequest,它返回所有实体(逻辑名称、属性等)的元数据。