Skip to content

Commit

Permalink
Add order by to attribute assignments to fix pagination issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Rutland committed May 12, 2021
1 parent 905ccca commit 9198cb3
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,20 @@
"VlocityDataPackType": "SObject",
"VlocityRecordSObjectType": "%vlocity_namespace%__DRMapItem__c"
},
{
"%vlocity_namespace%__DomainObjectAPIName__c": "JSON",
"%vlocity_namespace%__DomainObjectCreationOrder__c": 0,
"%vlocity_namespace%__DomainObjectFieldAPIName__c": "Product2:%vlocity_namespace%__AttributeAssignment__c",
"%vlocity_namespace%__FilterOperator__c": "ORDER BY",
"%vlocity_namespace%__FilterValue__c": "Id",
"%vlocity_namespace%__InterfaceFieldAPIName__c": "",
"%vlocity_namespace%__InterfaceObjectLookupOrder__c": 5,
"%vlocity_namespace%__InterfaceObjectName__c": "%vlocity_namespace%__AttributeAssignment__c",
"%vlocity_namespace%__MapId__c": "Product2 Migration122213323232221",
"Name": "Product2 Migration",
"VlocityDataPackType": "SObject",
"VlocityRecordSObjectType": "%vlocity_namespace%__DRMapItem__c"
},
{
"%vlocity_namespace%__DomainObjectAPIName__c": "JSON",
"%vlocity_namespace%__DomainObjectCreationOrder__c": 0,
Expand Down

0 comments on commit 9198cb3

Please sign in to comment.