Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

In this page:

...

Code Block
languagexml
<COL TAG="W_NOOVERRIDE_SEC_RES_OPTION" EXPRESSION="'ALLOW_DUPL_XREF'"/>

Case Insensitive Option

Sometimes you want to force xrefs be loaded in upper case for a record to make them case insensitive. Use the following element in the incoming message:

Code Block
languagexml
<assetResolutionOption>CASE_INSENSITIVE</assetResolutionOption

...

Code Block
languagexml
<COL TAG="CONFIG_SEC_RES_OPTION " EXPRESSION="'CASE_INSENSITIVE'"/>

Skip Security Resolution Option

Info

Asset Resolution Option = ‘SKIP’ is available only when you update an SMF record. Security Resolution logic can be skipped only if the SMF record exists in DB.

To skip security resolution logic, use the value 'SKIP'. Can be used for Main Security Resolution logic as well as for Underlying Security Resolution in the corresponding EagleML element.

Case 1. Main Security Resolution skipped, Underlying Security Resolution applied. genericSMF/assetResolutionOption = 'SKIP':

Code Block
languagexml
<assetResolutionOption>SKIP</assetResolutionOption>

Case 2. Underlying Security Resolution logic skipped, Main Security Resolution applied. genericSMF/UnderlyingModel/assetResolutionOption = 'SKIP':

Code Block
languagexml
<UnderlyingModel>
    ...
    <assetResolutionOption>SKIP</assetResolutionOption>
    ...
</UnderlyingModel>

Case 3. Both Main and Underlying Security Resolution logic skipped.

genericSMF/assetResolutionOption = 'SKIP' and
genericSMF/UnderlyingModel/assetResolutionOption = 'SKIP':