Skip to content

Commit d7dabb7

Browse files
author
Adam Rutland
authored
Merge pull request #392 from tomcsmith1990/fix-vlocity-tracking-group-query
Fix the SOQL query for the `VlocityTrackingGroup` query definition
2 parents 09505e4 + ac90f07 commit d7dabb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/querydefinition.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ VlocityWebTrackingConfiguration:
214214
query: Select Id, %vlocity_namespace%__GlobalKey__c from %vlocity_namespace%__VlocityWebTrackingConfiguration__c
215215
VlocityTrackingGroup:
216216
VlocityDataPackType: VlocityTrackingGroup
217-
query: Select Id, %vlocity_namespace%__GlobalKey__c from %vlocity_namespace%____VlocityTrackingGroup__c
217+
query: Select Id, %vlocity_namespace%__GlobalKey__c from %vlocity_namespace%__VlocityTrackingGroup__c
218218
VqMachine:
219219
VlocityDataPackType: VqMachine
220220
query: Select Id, Name from %vlocity_namespace%__VqMachine__c

0 commit comments

Comments
 (0)