Click or drag to resize

MessageHeaderUserCode Property

A user code that can be entered for the purposes of marking which user entered or modified data.
Namespace:  ASI.TAM.API.Web.EpicSDK
Assembly:  ASI.TAM.API.Web.EpicSDK (in ASI.TAM.API.Web.EpicSDK.dll) Version: 2021.1.0.1
Syntax
public string UserCode { get; set; }

Return Value

Type: String
Remarks

Typically, this property is used to alter what is written to the InsertedByCode and UpdatedByCode columns. These columns are primarily used for reporting purposes, but on occassion, the data from these columns can appear on the Epic UI.

There are a few exceptions where this field will modify other columns:

  • Activity: ClosedBy, ReopenedBy
  • Opportunity: ClosedBy

If this property is left blank, the EpicSDKUser will be defaulted as it was previously.

Currently, this field will only affect tables that are affected by SDK methods with the following licenses:

  • Activity
  • Policy
  • Contact
  • Opportunity
  • Client
  • Line
  • Company
  • Employee
  • Broker
  • Commissions
  • Attachment
  • Certificate
  • Service
  • Transaction
  • Claim

There is a plan to eventually support this property for all SDK methods. Until then, the InsertedBy and UpdatedBy Columns will continue to default to EpicSDKUser.

See Also