ATG Commerce Service Center uses audit logging to record actions performed by CSR agents in the agent audit repository. To reduce the amount of data stored in this repository, you may want the audit logging system to record only certain activities and not others.

You can disable logging of an individual activity type by adding it to the disabledActivities property of the /atg/agent/logging/AgentAuditLogger component. This property is an array of the names of the activity types for which recording is disabled. For example, if you want to disable the recording of profile view events and order view events, you could set this property to ProfileViewed,ViewOrder.

If you want to disable audit logging entirely, set the logEvents property of AgentAuditLogger to false.

Event Type

Recorder

eventTypeToRecorderMap

ClaimItem

/atg/commerce/custsvc/logging/
ClaimItemRecorder

CancelOrder

/atg/commerce/custsvc/logging/
OrderEventRecorder

CreateOrder

/atg/commerce/custsvc/logging/
OrderEventRecorder

ApproveOrder

/atg/commerce/custsvc/logging/
OrderEventRecorder

RejectOrder

/atg/commerce/custsvc/logging/
OrderEventRecorder

ItemAddedToOrder

/atg/commerce/custsvc/logging/
CommerceItemEventRecorder

ItemRemovedFromOrder

/atg/commerce/custsvc/logging/
CommerceItemEventRecorder

ItemQuantityChanged

/atg/commerce/custsvc/logging/
CommerceItemEventRecorder

ExchangeOrder

/atg/commerce/custsvc/logging/
ReturnOrderRecorder

ReturnOrder

/atg/commerce/custsvc/logging/
ReturnOrderRecorder

ReceiveReturnItem

/atg/commerce/custsvc/logging/
ReceiveReturnItemRecorder

CreateOrderComment

/atg/commerce/custsvc/logging/
CreateOrderCommentRecorder

AddPaymentGroup

/atg/commerce/custsvc/logging/
PaymentGroupEventRecorder

AddShippingGroup

/atg/commerce/custsvc/logging/
ShippingGroupEventRecorder

EditPaymentGroup

/atg/commerce/custsvc/logging/
PaymentGroupEventRecorder

RemovePaymentGroup

/atg/commerce/custsvc/logging/
PaymentGroupEventRecorder

EditShippingGroup

/atg/commerce/custsvc/logging/
ShippingGroupEventRecorder

RemoveShippingGroup

/atg/commerce/custsvc/logging/
ShippingGroupEventRecorder

GrantAppeasement

/atg/commerce/custsvc/logging/
GrantAppeasementRecorder

PriceOverride

/atg/commerce/custsvc/logging/
PriceOverrideRecorder

SplitCostCenter

/atg/commerce/custsvc/logging/
SplitCostCenterRecorder

SplitShippingGroup

/atg/commerce/custsvc/logging/
SplitShippingGroupRecorder

SubmitOrder

/atg/commerce/custsvc/logging/
OrderEventRecorder

ViewOrder

/atg/commerce/custsvc/logging/
OrderEventRecorder

ViewOrderCostCenters

/atg/commerce/custsvc/logging/
OrderEventRecorder

ViewOrderPayment

/atg/commerce/custsvc/logging/
OrderEventRecorder

ViewOrderPromotions

/atg/commerce/custsvc/logging/
OrderEventRecorder

ViewOrderReturns

/atg/commerce/custsvc/logging/
OrderEventRecorder

ViewOrderShipping

/atg/commerce/custsvc/logging/
OrderEventRecorder

ViewCreditCard

/atg/commerce/custsvc/logging/
ViewCreditCardRecorder

AddOrderFixedAmountAdjustment

/atg/commerce/custsvc/logging/
OrderManualAdjustmentRecorder

RemoveOrderFixedAmountAdjustment

/atg/commerce/custsvc/logging/
OrderManualAdjustmentRecorder

SaveOrder

/atg/commerce/custsvc/logging/
OrderEventRecorder

 
loading table of contents...