XA (Xactware) Importer Settings Reference

Source: XactWareClaim.cs


Overview

This document outlines the configuration settings that control how the XA (Xactware) Importer behaves within ClickClaims CMS.

These settings impact:

  • Claim status updates
  • Closed claim protection
  • Adjuster assignment
  • Notifications
  • Data integrity during import

Closed Claim Protection Settings

SettingDescription
EDI.Xactware.DisableFileStatusChangeOnClosedClaimsPrevents file status changes on closed claims (reopens still allowed).
EDI.Xactware.DisableDateUpdateOnClosedClaimsPrevents date updates on closed claims.
EDI.Xactware.DisableDateUpdateOnClosedClaims.ExceptReOpenAllows date updates only for reopen events.
EDI.Xactware.SetHotFileFlagWhenXaMessageReceivedOnClosedClaimFlags claim when XA message hits a closed claim.

File Status & Processing Settings

SettingDescription
EDI.Xactware.DoNotAllowStatusUpdatefromHighertoLowerValuePrevents status downgrade.
EDI.Xactware.AllowToProcessWithSameFileStatusAllows updates even if status is unchanged.
EDI.Xactware.IgnoreDuplicateStatusUpdatesIgnores duplicate XA updates.
EDI.Importer.Xactware.UpdateOnDeliveryFileStatusLimitSkips Delivered updates if already advanced.
EDI.Importer.Xactware.UpdateFileStatusOnAdjusterUnassignControls revert to "Open - Not Assigned".

Adjuster Settings

SettingDescription
EDI.Importer.Xactware.AllowReassignToFlowToCmsAllows XA reassignment → CMS.
EDI.Importer.Xactware.AdjusterMustBeActiveRequires adjuster to be active.
EDI.Importer.Xactware.DeskAdjusterImportDesk adjuster logic control.
EDI.Importer.Xactware.AdjusterAssignmentControlPointTypeMaps XA control point → assignment.
EDI.Xactware.AdjusterProfileXactnetAddressIsCommaDelimitedListSupports multiple XactNet addresses.

Notification Settings

SettingDescription
EDI.Importer.Xactware.SendNotificationEmailsSends assignment notifications.
AdjusterMismatchEmailListEmails for unmatched adjusters.

Note Import Settings

SettingDescription
EDI.Importer.Xactware.ImportNoteEnabledEnables note import.
EDI.Importer.Xactware.ImportNoteTypeNote type ID.
EDI.Importer.Xactware.ImportNoteSubtypeNote subtype ID.

Carrier-Specific Settings

SettingDescription
EDI.XactWare.DoNotCreateClaimsForCarrierIDsPrevents claim creation.
EDI.Xactware.CarrierIDs.AllowDuplicateLossNoticesAllows duplicates.
EDI.Xactware.CarrierIDs.SetCarrierAttribute2AsInternalFileNumberUses XA attribute as file number.
EDI.Xactware.CarrierIDs.CheckLossAddressExistsValidates loss address.

⚙️ Vendor & Misc Settings

SettingDescription
EDI.Xactware.ImportVendorAssignmentControls vendor import.
EDI.Xactware.DoNotOverwriteInitialContactDatePreserves contact date.
EDI.Importer.Xactware.DoNotImportAttachmentsSkips attachments.
EDI.Importer.Xactware.SetClaimIsCommericalSets commercial flag.
EDI.Xactware.Import.SetMissingXAIdFills missing XA IDs.
EDI.Xactware.Import.MissingPropertyAddressHandles missing address.
Features.EDI.NullableClaimFlagsUses nullable flags.

⭐ Common Configurations (Real-World Usage)

Prevent Closed Claim Corruption (Recommended for most clients)

DisableFileStatusChangeOnClosedClaims = true DisableDateUpdateOnClosedClaims = true

Prevents XA from overwriting closed claims.


Allow Reopen Behavior (SOI / MAC scenario)

DisableDateUpdateOnClosedClaims = true DisableDateUpdateOnClosedClaims.ExceptReOpen = true

Allows reopen logic but protects data otherwise.


Enable Adjuster Sync from XA

AllowReassignToFlowToCms = true AdjusterMustBeActive = true

Keeps CMS aligned with XA adjusters.


High Volume / Noisy XA Environments

IgnoreDuplicateStatusUpdates = true AllowToProcessWithSameFileStatus = false

Reduces unnecessary processing + noise.


✅ Recommended Default Baseline (Safe Setup)

For most clients:

  • Protect closed claims ✅
  • Prevent duplicate updates ✅
  • Allow controlled reassignment ⚠️
  • Keep attachments ON unless performance issue

Troubleshooting Guide

Issue: Claim reopened unexpectedly

Check:

  • DisableFileStatusChangeOnClosedClaims
  • XA message type = Reopen?

Issue: Adjuster not reassigned

Check:

  • AllowReassignToFlowToCms = true
  • Adjuster exists + is active
  • XA ID mismatch (timing issue)

Issue: Duplicate updates / noise

Check:

  • IgnoreDuplicateStatusUpdates
  • XA sending repeated messages

Issue: Claim not updating

Check:

  • Validation failures (vehicle, policy, etc.)
  • Carrier-specific settings blocking update
  • Missing XA ID

Issue: Notes not importing

Check:

  • ImportNoteEnabled = true
  • Note type/subtype configured

⚠️ Known Gotchas

  • XA timing issues can cause:
    • Reassignment failures
    • XA ID mismatches
  • Importer may bypass UI validations
  • Closed claim protection is critical in production

Obsolete Settings

SettingNotes
CreateAdditionalEdiEventOnDateChangeRemoved (PMS#624)
CheckForWindFloodCompanionRemoved due to timeouts

Final Note

Always test changes in Staging before applying to Production — especially for:

  • Closed claim settings
  • Adjuster assignment
  • Carrier-specific rules

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article