Package dw.experience.cms

Contains classes for accessing Salesforce CMS records.

ClassDescription
CMSRecordThis class represents a Salesforce CMS record, exposing its: The attributes are key value pairs:
  • the key being the attribute id as given in the type.attribute_definitions entries
  • the value being a DWScript API object resolved from the raw attribute value based on the attribute type as given in the type.attribute_definitions entries (similar to how ComponentScriptContext.getContent() exposes the raw attribute value of a Component.getAttribute(String) in shape of a DWScript API object based on the attribute type)