Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

@W-17214526 : missing Name field in querydefinition.yaml #698

Open
wants to merge 2 commits into
base: beta
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lib/querydefinition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -185,13 +185,13 @@ Promotion:
query: Select Id, Name, %vlocity_namespace%__GlobalKey__c from %vlocity_namespace%__Promotion__c
QueryBuilder:
VlocityDataPackType: QueryBuilder
query: Select Id from %vlocity_namespace%__QueryBuilder__c
query: Select Id, Name from %vlocity_namespace%__QueryBuilder__c
RateBand:
VlocityDataPackType: RateBand
query: Select Id, Name from %vlocity_namespace%__RateBand__c
RelationshipGraph:
VlocityDataPackType: RelationshipGraph
query: Select Id from %vlocity_namespace%__RelationshipGraph__c
query: Select Id, Name from %vlocity_namespace%__RelationshipGraph__c
Rule:
VlocityDataPackType: Rule
query: Select Id, Name, %vlocity_namespace%__GlobalKey__c from %vlocity_namespace%__Rule__c
Expand Down