Salesforce B2C Commerce 23.6 > B2C Commerce API > B2C Commerce Script > dw.customer
dw.customer
Class AgentUserStatusCodes
Object
dw.customer.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
Methods inherited from class Object
Constructor Detail
AgentUserStatusCodes
public AgentUserStatusCodes()

X Privacy Update: We use cookies to make interactions with our websites and services easy and meaningful, to better understand how they are used. By continuing to use this site you are giving us your consent to do this. Privacy Policy.