Null CONFIG_INST_REV_NUM
Hello to all,
I created a CX rule to default an option selection pending if the configuration was a new configuration. However, the statement is always evaluating to True even during reconfigurations.
Here's a snipped of my evaluation:
try
{
BomInstance root = (BomInstance)node.getRootInstance();
if (root.getInstalledRevision() == -1)
However, the installedRevision is not populated within Installed Base. Am I missing a setup? I thought this column was always populated for successful imports into the Installed base.
0