Skip to content

Commit

Permalink
Merge pull request #392 from tomcsmith1990/fix-vlocity-tracking-group…
Browse files Browse the repository at this point in the history
…-query

Fix the SOQL query for the `VlocityTrackingGroup` query definition
  • Loading branch information
Adam Rutland authored Jul 30, 2021
2 parents 09505e4 + ac90f07 commit d7dabb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/querydefinition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ VlocityWebTrackingConfiguration:
query: Select Id, %vlocity_namespace%__GlobalKey__c from %vlocity_namespace%__VlocityWebTrackingConfiguration__c
VlocityTrackingGroup:
VlocityDataPackType: VlocityTrackingGroup
query: Select Id, %vlocity_namespace%__GlobalKey__c from %vlocity_namespace%____VlocityTrackingGroup__c
query: Select Id, %vlocity_namespace%__GlobalKey__c from %vlocity_namespace%__VlocityTrackingGroup__c
VqMachine:
VlocityDataPackType: VqMachine
query: Select Id, Name from %vlocity_namespace%__VqMachine__c
Expand Down

0 comments on commit d7dabb7

Please sign in to comment.