When exporting a Calculation Matrix using the Vlocity Build Tool (VBT), the exported calculationmatrixname_version.json file may be missing the %vlocity_namespace%__CalculationMatrixRow__c node.
In a successful export, this node acts as the navigation link to the associated rows.json file. When this node is missing, the relationship between the matrix version and its data is severed, resulting in an incomplete DataPack that lacks all critical row and column values.
To ensure consistent exports regardless of matrix size, you must switch to a Version-Based Export strategy. This bypasses the API chunking logic entirely.
Open your Vlocity Build Tool Job File (.yaml).
Add the following parameter to your configuration:
separateMatrixVersions: true
When separateMatrixVersions: true is enabled, the VBT uses a custom JavaScript export path. Instead of receiving data in potentially "overwrite-prone" chunks from the API, it executes a single query to retrieve all rows at once for the matrix version. This ensures that the %vlocity_namespace%__CalculationMatrixRow__c node is always present and correctly points to the rows.json file, regardless of how large the matrix is.
005319593

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.