The User represents a registered account in Epicor CPQ. Most of the time, a block returning a user will be the logged in user that is executing the rule, however in certain cases, such as in a quote workflow, it may represent the creator or owner of a quote. All of the properties of a user are read-only.
Example:
Users have the following properties:
- billingCity (text)
- billingCountryRegion (text)
- billingEmail (text)
- billingFirstName (text)
billingLastName (text)
billingPhoneNumber (text)
billingPostalCode (text)
billingStateProvince (text)
billingStreet1 (text)
billingStreet2 (text)
canAddAttachments (boolean)
canAddComments (boolean)
canLoginToOutputBuilder (boolean)
canModifyAIIAttachments (boolean)
canModifyAIIComments (boolean)
canModifyCurrencies (boolean)
canModifyCustomers (boolean)
canModifyMedia (boolean)
canModifyProducts (boolean)
canModifyScenes (boolean)
canModifyUsers (boolean)
canSetQuoteCurrency (boolean)
canSetQuoteCustomer (boolean)
canSetQuoteDiscount (boolean)
canSetQuoteProductDescription (boolean)
canSetQuoteShipping (boolean)
canViewAttachments (boolean)
canViewComments (boolean)
canViewCost (boolean)
canViewCustomers (boolean)
canViewPrices (boolean)
canViewProducts (boolean)
canViewQuoteCurrency (boolean)
canViewQuoteCustomer (boolean)
canViewQuoteDiscount (boolean)
canViewQuoteHeader (boolean)
canViewQuoteShipping (boolean)
canViewUsers (boolean)
companyName (text)
description (text)
displayName (text)
email (text)
externalld (text)
faxNumber (text)
firstName (text)
id (number)
idCompany (number)
identity (text)
imagePath (text)
isAdmin (boolean)
isApproved (boolean)
isCompanyAdmin (boolean)
isCrmUser (boolean)
islnternal (boolean)
isSelfRegistered (boolean)
lastName (text)
mobileNumber (text)
phoneNumber (text)
roles (KbRoleArray)
shippingCity (text)
shippingCountryRegion (text)
shippingEmail (text)
shippingFirstName (text)
shippingLastName (text)
shippingPhoneNumber (text)
shippingPostalCode (text)
shippingStateProvince (text)
shippingStreet1 (text)
shippingStreet2 (text)
shipToBillingAddress (boolean)