lucia问题:
如何确定CRM中终端用户正在使用哪个VMobile对象配置(VMOC)?
回答:
运行以下查询语句以确定Veeva CRM on iPad用户正在使用哪些VMOC。 其中18个x需替换为要查询用户简档的18位记录ID。
SELECT Id, OwnerId, IsDeleted, Name, CurrencyIsoCode, RecordTypeId, CreatedDate, CreatedById , LastModifiedDate, LastModifiedById, SystemModstamp, MayEdit, IsLocked, LastViewedDate, LastReferencedDate, Active_vod__c, Child_Object_Name_vod__c, Child_Relationship_vod__c, Include_Related_Objects_vod__c, Object_Name_vod__c, Parent_Object_Name_vod__c, Profile_ID_vod__c, Relationship_Field_vod__c, Relationship_Name_vod__c, Type_vod__c, Where_Clause_vod__c, Profile_Name_vod__c, Meta_Data_Only_vod__c, Account_Lookup_Field_vod__c, Device_vod__c, Exclude_Field_List_vod__c, Field_List_vod__c, Enable_Enhanced_Sync_vod__c FROM VMobile_Object_Configuration_vod__c WHERE Active_vod__c = true AND Object_Name_vod__c != null AND Device_vod__c = 'iPad_vod' AND (Profile_ID_vod__c='xxxxxxxxxxxxxxxxxx' OR Profile_ID_vod__c= null OR Profile_ID_vod__c ='') ORDER BY Profile_ID_vod__c ASC NULLS last
关联文档:
CRM在线帮助文档: Sync Overview
请告诉我们您的反馈:我们始终期待您的反馈来帮助我们提升知识库!请让我们知道这篇文章是否有帮助。您可以通过点击这里告诉我们。