vlocityinc / vlocity_build

Vlocity Build is a command line tool to export and deploy Vlocity DataPacks in a source control friendly format through a YAML Manifest describing your project. Its primary goal is to enable Continuous Integration for Vlocity Metadata through source control. It is written as a Node.js module.
MIT License
115 stars 98 forks source link

FilterFields of OverrideSettings not working for Vlocity Objects #174

Closed rajatshilwant closed 5 years ago

rajatshilwant commented 5 years ago

Vlocity Build Tool Issue.zip Hi Team, In my Job file while exporting data from one of our developers environment, I have tried to filter out one of the custom fields Load_ID__c present on the vocity as well as Salesforce objects using OverrideSettings FilterFields as per the documentation provided. It seems to be working for SObjects like Product2, Pricebook2, PricebookEntry but is not working for Vlocity objects like Rules, Calculation Matrices, Calculation Procedures,etc. I need your help with getting the export out without this field. Also I have attached the job file for your reference.

rutlabaga commented 5 years ago

Sorry for the late response. The syntax is actually just with vlocity_namespace__ItemImplementation__c instead of vlocity_cmt__ItemImplementation__c. But this may be a hassle to add to all your objects. It may be easier to change the Field Level Visibility for the user doing the export to remove this field.