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