Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

Valid values for all flags: Y or N


Flag NameDescription
noLoadValidationFlag

Turns off the following checks for SMF:

<EDITCHECK EXPR="!(StringLength( :tag3931: )=0) OR (|noLoadValidationFlag|='Y' or :noLoadValidationFlag:='Y')" TAG="3931" ERRORMESSAGE="PROCESSING SECURITY TYPE IS REQUIRED" />
<EDITCHECK EXPR="!(StringLength( :tag11: )=0) OR (|noLoadValidationFlag|='Y' or :noLoadValidationFlag:='Y')" TAG="11" ERRORMESSAGE="INVESTMENT TYPE IS REQUIRED" />
<EDITCHECK EXPR="!(StringLength( :tag85: )=0 AND :tag3931: != 'FWXXXX') OR (|noLoadValidationFlag|='Y' or :noLoadValidationFlag:='Y')" TAG="85" ERRORMESSAGE="ASSET CURRENCY IS NULL" />
<EDITCHECK EXPR="StringLength( :tag1432: )!=0 OR (|noLoadValidationFlag|='Y' or :noLoadValidationFlag:='Y')" TAG="1432" ERRORMESSAGE="PRIMARY ASSET TYPE IS NULL" />
<EDITCHECK EXPR="StringLength( :tag961: )!=0 OR (|noLoadValidationFlag|='Y' or :noLoadValidationFlag:='Y')" TAG="961" ERRORMESSAGE="ISSUE NAME IS NULL" />
preserveNullThis parameter is linked with tag5284, which nulls DB fields during the process of update. For example, you have 10 fields populated in the table for a record. You send a file to update it with only 7 fields and preserveNull flag set to Y - as a result, 7 fields will be updated, 3 fields will be nulled. If the flag is set to N, only these 7 fields will be updated, the other 3 fields will be left unchanged
tagNochangecaseOriginates from panels, defines for which incoming tags case should not be changed
historyOnlyFlagToggles updating data in the composite table. Insert will always be performed, update can be switched off
accountingValidationFlag

When set to Y, enables load thru panel for the data file. 

There are times when we do not need it because the validation has been embedded in Eagle ML itself (SMF reference), or it is not applicable / appropriate (load variable rates) or there are times when it is valuable to do so (add entity).

  • No labels