dw.customer
Class AgentUserStatusCodes

AgentUserStatusCodes contains constants representing status codes that can be
used with a Status object to indicate the success or failure of the agent
user login process.
All Known Subclasses
See Also:
Constants
AGENT_USER_NOT_AVAILABLE
:
String = "AGENT_USER_NOT_AVAILABLE"
Indicates that the agent user is not available.
AGENT_USER_NOT_LOGGED_IN
:
String = "AGENT_USER_NOT_LOGGED_IN"
Indicates that the agent user is not logged in.
CREDENTIALS_INVALID
:
String = "CREDENTIALS_INVALID"
Indicates that the given agent user login or password was wrong.
CUSTOMER_DISABLED
:
String = "CUSTOMER_DISABLED"
Indicates that the customer is disabled.
CUSTOMER_UNREGISTERED
:
String = "CUSTOMER_UNREGISTERED"
Indicates that the customer is either not registered or not registered with the current site.
INSECURE_CONNECTION
:
String = "INSECURE_CONNECTION"
Indicates that the current connection is not secure (HTTP instead of HTTPS)
and the server is configured to require a secure connection.
INSUFFICIENT_PERMISSION
:
String = "INSUFFICIENT_PERMISSION"
Indicates that the given agent user does not have the permission
'Login_Agent' which is required to login to the storefront as an agent
user.
LOGIN_SUCCESSFUL
:
String = "LOGIN_SUCCESSFUL"
Indicates that the agent user login was successful.
NO_STOREFRONT
:
String = "NO_STOREFRONT"
Indicates that the current context is not a storefront request.
PASSWORD_EXPIRED
:
String = "PASSWORD_EXPIRED"
Indicates that the given agent user password has expired and needs to be
changed in the Business Manager.
USER_DISABLED
:
String = "USER_DISABLED"
Indicates that the agent user account has been disabled in the Business
Manager.
USER_LOCKED
:
String = "USER_LOCKED"
Indicates that the agent user account is locked, because the maximum
number of failed login attempts was exceeded.
Properties
Constructor Summary
Method Summary
Salesforce Commerce Cloud Courses
Salesforce B2C Commerce Developer - Certification Tests
Why risk failing the SFCC exam? Get 180 real questions, killer content, and everything you need to crush the Salesforce B2C Commerce Developer certification.
Becoming a Salesforce B2C Commerce Developer is your ticket to higher salaries, better job opportunities, and the credibility to stand out from the competition. But let's be honestβpassing the certification exam isn't easy. That's where we come in.
Becoming a Salesforce B2C Commerce Developer is your ticket to higher salaries, better job opportunities, and the credibility to stand out from the competition. But let's be honestβpassing the certification exam isn't easy. That's where we come in.
Salesforce Javascript Developer I - Certification Tests
Not just another prep courseβthis is your shortcut to passing. Master JavaScript for Salesforce and go from 'hoping to pass' to knowing you will. Ready to start?
This isn't just another prep courseβit's your shortcut to mastering the skills and confidence you need to pass. With multiple practice tests covering every section and a final exam simulation designed to mirror the real thing, you'll feel like you've already aced it before test day.
This isn't just another prep courseβit's your shortcut to mastering the skills and confidence you need to pass. With multiple practice tests covering every section and a final exam simulation designed to mirror the real thing, you'll feel like you've already aced it before test day.
Salesforce B2C Commerce Architect - Certification Tests
Think the Developer exam was hard? Welcome to the next level.
The Salesforce B2C Commerce Architect certification is a whole different gameβcomplex solutions, elevated difficulty, and skills that set you apart in the eCommerce industry. That's why we're including 11 downloadable PDF guides, packed with best practices and strategies to help you prepare for the exam and build confidence in every topic.
The Salesforce B2C Commerce Architect certification is a whole different gameβcomplex solutions, elevated difficulty, and skills that set you apart in the eCommerce industry. That's why we're including 11 downloadable PDF guides, packed with best practices and strategies to help you prepare for the exam and build confidence in every topic.
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