dw.customer
Class CustomerList
dw.customer.CustomerList
Object representing the collection of customers who are registered
for a given site. In Commerce Cloud Digital, every site has exactly
one assigned customer list but multiple sites may share a customer
list.
Properties
description
:
String
(Read Only)
Get the optional description of the customer list.
ID
:
String
(Read Only)
Get the ID of the customer list. For customer lists that were created automatically
for a given site, this is equal to the ID of the site itself.
Constructor Summary
This class does not have a constructor, so you cannot create it directly.
Method Summary
getDescription()
:
String
Get the optional description of the customer list.
Methods inherited from class
Object
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
Salesforce Commerce Cloud Courses
How to be a Certified Salesforce Commerce Cloud Developer
(SFCC Exam Q&A)
The Complete SFCC Certification Prep: 158 Exam Questions & Fresh Content. Salesforce B2C Commerce Developer Certification
Salesforce Certified B2C Commerce Developer Test | SFCC Exam
(Certification preparation Tests)
3xSFCC Certification Tests (180 Q&A): Verified exam answers for Salesforce Commerce Cloud certification exam. Are you ready to take your career to the next level as a Salesforce Commerce Cloud Developer?
SFCC Architect Certification: Latest Practice Test
(Certification preparation Tests)
Ace the Salesforce Commerce Cloud Architect Exam: Expert Guidance and Realistic Practice Questions. B2C Architect exam. SFCC Architect Certification is an important milestone for SFCC professionals.
Salesforce Commerce Cloud 201
(Spanish Intermediate Course)
Advance in Salesforce Commerce Cloud with SFRA 201: Your Intermediate Development Course in SFRA. Storefront Reference Architecture from beginner to intermediate.
Salesforce Commerce Cloud 303 - POD Alerts Cartridge
(Spanish Advanced Course)
Advanced SFCC Course. We create a Cartridge to extend Business Manager: Custom Alerts, i18N, email sending, Services, Jobs, Unit Testing.
Method Detail
getDescription
getDescription()
:
String
Get the optional description of the customer list.
Returns:
The optional description of the list.
getID
getID()
:
String
Get the ID of the customer list. For customer lists that were created automatically
for a given site, this is equal to the ID of the site itself.
Returns:
The ID of the customer list.