dw.customer
Class CustomerContextMgr

dw.customer.CustomerContextMgr
Provides helper methods for managing customer context, such as the Effective Time for which the customer is shopping
at
effectiveTime
:
Date
Get the effective time associated with the customer. By default, the effective time is null.
This class does not have a constructor, so you cannot create it directly.
assign,
create,
create,
defineProperties,
defineProperty,
entries,
freeze,
fromEntries,
getOwnPropertyDescriptor,
getOwnPropertyNames,
getOwnPropertySymbols,
getPrototypeOf,
hasOwnProperty,
is,
isExtensible,
isFrozen,
isPrototypeOf,
isSealed,
keys,
preventExtensions,
propertyIsEnumerable,
seal,
setPrototypeOf,
toLocaleString,
toString,
valueOf,
values
getEffectiveTime
static
getEffectiveTime()
:
Date
Get the effective time associated with the customer. By default, the effective time is null.
Returns:
effective time. When null is returned it means no effective time is associated with the customer
setEffectiveTime
static
setEffectiveTime(effectiveTime
:
Date)
:
void
Set the effective time for the customer. Null is allowed to remove effective time from the customer.
Parameters:
effectiveTime
-
the effective time.
© Copyright 2000-2023, salesforce.com inc. All rights reserved. Various trademarks held by their respective owners.