Search for existing answers to your product and support questions.
Familiarize yourself with our support site and learn best practices in working with our team.
Manage Service Requests, View and update service requests submitted by you and others in your organization.
Submit a new issue to our technical support team.
Oracle B2C Service insights from our Technical Support team subject matter experts
Browse resources to assist you in launching your implementation and ensure a successful go-live.
Access your OCI account.
Find product documentation for supported versions of B2C and documentation libraries for related service solutions.
You will have the tools to improve your customers' experience when you learn about all the things our products can do.
Find links for API documentation, Custom Processes, Customer Portal, and Agent Browser UI Extensibility Framework.
Explore how accelerators are designed to demonstrate how an integration scenario could be built using the public integration and extension capabilities of the Oracle B2C Service.
Prepare for a successful transition by reviewing upcoming release changes and enhancements.
Explore webinars, events, and feature kits to learn about B2C Service features, functionality, and best practices from the technical experts.
Oracle MyLearn offers a portfolio of free and paid subscription-based learning resources to help you gain valuable skills, accelerate cloud adoption, increase productivity, and transform your business.
Empower your team with the skills to implement, configure, manage, and use your applications with Customer Experience Cloud Training.
Our goal is to facilitate a friendly, supportive environment where members can easily collaborate with each other on solutions and best practices.
Ask and answer questions specific to B2C.
This is an exciting resource intended to help with your Oracle Service Cloud Analytics.
Share product improvement ideas and enhancement requests with Oracle Development, while collaborating with other Oracle customers and partners.
Update your phone number, email notification preferences, and severity 1 and severity 2 contact preferences.
View the contact managers within your organization.
Find contact information of the Technical Account Manager (TAM) and Client Success Manager (CSM) for your organization.
Environment:
Format Input Masks for Custom Fields, Phone and Postal Codes
Resolution:
You can define a mask to be used with custom text fields, country phone and country mail. When a mask is defined for a field, entries to that field must match the pre-defined formatting. For example, you can use a mask to specify the format used with telephone numbers or postal codes.
Within Oracle B2C Service, masks can be used when configuring any custom field that has a data type equal to a text field. When you hover over the Mask field, a pop-up displays that provides information about creating a mask.
You can define a mask in the custom text field for a specific number of characters, but you cannot define a minimum number of characters.
Masks are enforced on both the end-user pages and the administrative pages. Masks are not available on data imports.
Note: Masks are also used with the Countries/Provinces table. For each country defined in the list, you can specify a phone mask to define a format for telephone numbers used in that country and a postal mask to define the required format for postal codes.
When configuring a mask: you must use two characters to define an individual character within the field. The first character defines if the character is a fixed value (i.e. a dash or period within the string) or whether a specific case must be used (i.e. upper or lower case). The second character defines the type of character allowed, alpha, numeric, either, or any type of character.
The first character used to format a character is either F, U, L, or M:
The second character when defining the format of a character is either #, A, L, or C:
Telephone Number Example: Masks are commonly used to define a format to be used with telephone numbers to ensure that the area code is included with the number:
Mask: F(M#M#M#F)F M#M#M#F-M#M#M#M# Format: (###) ###-####
Note that with this mask, the first two elements of the mask, F(, define the fixed left parenthesis. The next two elements, M#, defines a mixed-case numerical value. Since numbers do not have cases, you can use M#, U#, or L# to represent a numerical value. Between the area code and the number, you can include a space which is represented by "F " -- that is, a capital F followed by a space which represents the fixed character as a space.
Note: If you wish to include phone extensions, you can use a format similar to:
Mask: F(M#M#M#F)F M#M#M#F-M#M#M#M#F M#M#M#M# Format: (###) ###-#### ####
However, if you include the mask for phone extensions, then you must enter an extension for each phone number entered. For numbers without an extension, you might enter a special sequence, such as 0000, to indicate that there is no extension for that number. If you are creating masks for fields in which data already exists, please check to make sure that any special characters do not interfere with the mask formatting. If a particular field varies in terms of length (for example, an international phone number field where the number of digits varies by country) then a mask will not be effective.
For additional information, refer to the 'Input Masks' section in the Online Help User Guide documentation. To access Oracle B2C Service manuals and documentation online, refer to the Documentation for Oracle B2C Service Products.