Loading
merge module CAs not validating
i've authored a few rows into the ModuleInstallExecuteSequence table: 1 standard action, and two CAs that reference the SA as the base action. i'll describe them below:

 

 

Action; Sequence; BaseAction; After;

 

CA1; ; LaunchConditions; 1;

 

CA2; ; LaunchConditions; 0;

 

LaunchConditions; 100; ; ;

 

 

CA1 is a foreign key into the CustomActions table, yet the validation suite gives me these errors

 

ISDEV : error ICEM12: Standard actions should not use the BaseAction and After fields in Module Sequence tables. The standard action 'CA1' has a values entered in the BaseAction or After fields of the ModuleInstallExecuteSequence table.ModuleInstallExecuteSequenceActionCA1

 

ISDEV : error ICEM12: Standard actions must have a entry in the Sequence field of Module Sequence tables. The standard action 'CA1' does not have a Sequence value in the ModuleInstallExecuteSequence table.ModuleInstallExecuteSequenceActionCA1

 

ISDEV : error ICEM12: Standard actions should not use the BaseAction and After fields in Module Sequence tables. The standard action 'CA2' has a values entered in the BaseAction or After fields of the ModuleInstallExecuteSequence table.ModuleInstallExecuteSequenceActionCA2

 

ISDEV : error ICEM12: Standard actions must have a entry in the Sequence field of Module Sequence tables. The standard action 'CA2' does not have a Sequence value in the ModuleInstallExecuteSequence table.ModuleInstallExecuteSequenceActionCA2

 

why does it think that these are standard actions??

Loading
merge module CAs not validating