Question:
Is a where clause that uses a Like operator in conjunction with the @@ variable supported on VMobile Object Configurations (VMOCs)?
Example:
WHERE (Profile_vod__c LIKE '%@@VOD_SF_PROFILEID@@%')
Answer:
The LIKE Operator and @@ variables are not supported.
During sync an error appears: ^ ERROR: no viable alternative at character '%'.
Related Documentation:
CRM Help Documentation: N/A