Question:
What is the meaning of the VOD_USERS_IN_MY_TERRITORY parameter in the where clause of the VMobile Object Configuration (VMOC)?
Answer:
VOD_USERS_IN_MY_TERRITORY generates a clause listing User IDs for all Salesforce users in the mobile user's Territory and sub-Territories. It includes, at least, the mobile users queried through the provided field name.
This is valid only for one level down and not for the sub-nodes.
Example:
The following:
@@VOD_USERS_IN_MY_TERRITORY:OwnerId@@
generates:
( OwnerId IN ('005d....', '005a...', ...))
Related Documentation:
CRM Help Documentation: Using VMobile Object Configurations
Send us your feedback: We are always looking for feedback to help improve our Knowledge Base! Please let us know if this article is helpful or provide feedback on how we can improve your experience by clicking here.