texei / texei-sfdx-plugin

Texeï's plugin for sfdx
https://texei.github.io/texei-sfdx-plugin/
BSD 3-Clause "New" or "Revised" License
122 stars 37 forks source link

Import Decision Matrix (CalculationMatrix) Issue #128

Open cnbeaner-AAS opened 1 year ago

cnbeaner-AAS commented 1 year ago

Within Financial Service Cloud (or possibly as part of a vlocity license) there is a Decision Matrix, which is an aggregate of 4 objects - CalculationMatrix, CalculationMatrixVersion, CalculationMatrixColumn, and CalculationMatrixRow. Creating a matrix creates a version, but rows have a relationship to versions, so when we use Texei to import a matrix we can't import the version (because they have a version number system, and the version 1 is taken already), and thus cannot import any rows.

We tried just filling in an Id manually to do it as a secondary step ,but it doesn't seem to recognize it.

Is there any workaround here, or way to query the intended relationship at the time of import?