Search Results

Capability
Feature
Deployment Approach
Adding a Custom Layout and View to Distributor Application
Adding a Custom Layout and View to Distributor Application With over 50 fields, the current user interfaces for Distributor Application are no longer viable for creating and displaying entries....
Data de Publicação: 26/04/2024 20:50
Defining a State Field
Defining a State Field Delectable Bonsai wants to define a custom state field for tracking an application's progress and triggering additional business logic. Here you'll add a picklist that...
Data de Publicação: 26/04/2024 20:50
Adding Fields to the Distributor Application Object
Adding Fields to the Distributor Application Object Here you'll add general fields to the Distributor Application object for gathering additional applicant and contact information: Open the...
Data de Publicação: 26/04/2024 20:50
Modeling Data Structures
Modeling Data Structures Your first step in writing an application is to model its data structures. This requires some brainstorming about the application you want to write: Identifying the...
Data de Publicação: 26/04/2024 20:50
Creating Picklists Using REST APIs
Creating Picklists Using REST APIs The headless-admin-list-type service provides REST APIs for performing CRUD operations for picklists. Using these APIs is far more efficient than creating...
Data de Publicação: 26/04/2024 20:50
Validating Fields
Validating Fields So far, Delectable Bonsai has no way to ensure applicants provide valid, consistent data in their applications. Here you'll add validations for Distributor Application's email,...
Data de Publicação: 26/04/2024 20:50
Adding Fields Using REST APIs
Adding Fields Using REST APIs The object-admin service provides REST APIs for performing CRUD operations on object definitions, such as adding fields. Here you'll use these APIs to add business and...
Data de Publicação: 26/04/2024 20:50
Adding Picklist Fields to the Object
Adding Picklist Fields to the Object Adding picklist fields to the Distributor Application object follows the same process as any other field type, though they have some additional configuration...
Data de Publicação: 26/04/2024 20:50
Adding a Relationship Between the Object Definitions
Adding a Relationship Between the Object Definitions Delectable Bonsai must relate an application to multiple evaluations. This involves adding a one-to-many relationship in the Distributor...
Data de Publicação: 26/04/2024 20:50
Relating Object Entries
Relating Object Entries After defining an object relationship, you can relate entries in two ways: the Liferay UI or relationship REST APIs. Here you'll practice relating evaluations and...
Data de Publicação: 26/04/2024 20:50
Adding the Relationship to Custom Layouts
Adding the Relationship to Custom Layouts Relationship fields appear automatically in an object's default layout; relationship tables do not. To test the relationship, update the custom layout for...
Data de Publicação: 26/04/2024 20:50
The Clarity Story
The Clarity Story Clarity's decentralized technical infrastructure and ineffective marketing website have led to inefficiencies, high maintenance costs, and slowing growth. Founded in 2010,...
Data de Publicação: 26/04/2024 20:50
Building Enterprise Websites with Liferay
Building Enterprise Websites with Liferay In today's digital market, businesses need to provide users with engaging, personalized online experiences that distinguish their brand and drive...
Data de Publicação: 26/04/2024 20:50
Determining Data Entities
Determining Data Entities Here you'll create the Distributor Application object in four steps: Add the Distributor Application object Configure the object Add a custom field Publish the...
Data de Publicação: 26/04/2024 20:50
Setting Up the Application Evaluation Object
Setting Up the Application Evaluation Object When reviewing applications, Delectable Bonsai must store evaluation notes for each distributor application they receive. To achieve this, the...
Data de Publicação: 26/04/2024 20:50
Creating Picklists for Distributor Applications
Creating Picklists for Distributor Applications Delectable Bonsai wants to collect information to help them assess the relative value of each business opportunity. In this case, they want...
Data de Publicação: 26/04/2024 20:50
Building Clarity on Liferay
Building Clarity on Liferay In this course you'll build an enterprise marketing website for Clarity following both business and IT personas. Throughout this course, we will build an enterprise...
Data de Publicação: 26/04/2024 20:50
Module 1: Getting Started with Clarity
Module 1: Getting Started with Clarity This module was presented using slides for a live webinar audience. The formatting, presentation, and examples may differ from what is presented here as part...
Data de Publicação: 26/04/2024 20:50
Deploying the Application
Deploying the Application The Distributor Application solution incorporates several Liferay features, such as Objects, Picklists, and Workflows. It also utilizes page builder features to build...
Data de Publicação: 26/04/2024 20:50
The Liferay Solution
The Liferay Solution Liferay can centralize and simplify Clarity's IT infrastructure and empower business team members so they can deliver on their critical success factors. Liferay DXP provides...
Data de Publicação: 26/04/2024 20:50
Module 10: Building Applications
Module 10: Building Applications This module was presented using slides for a live webinar audience. The formatting, presentation, and examples may differ from what is presented here as part of...
Data de Publicação: 26/04/2024 20:50
Designing User Interfaces
Designing User Interfaces Liferay gives you the tools for creating dynamic and responsive user interfaces for your custom applications. You can use page builder features like fragments and widgets...
Data de Publicação: 26/04/2024 20:50
Using the CLI Tool
Using the CLI Tool Now that the Delectable Bonsai site is up and running on Liferay SaaS, Kyle is ready to start deploying client extensions the development team created. To get started, he needs...
Data de Publicação: 26/04/2024 20:50
Creating a Checkout Page
Creating a Checkout Page Before you can check out and submit an order, you must have a checkout page. This is also necessary for the mini cart fragment to work correctly. Creating a New Page ...
Data de Publicação: 26/04/2024 20:50
Creating the Catalog Page
Creating the Catalog Page The catalog page displays all of Clarity's products for its business customers. The page contains a list of all the products, their associated facets, and search and sort...
Data de Publicação: 26/04/2024 20:50
Creating a Product Details Page
Creating a Product Details Page The product details page displays all the information about a selected product. So far, you've only added the catalog page containing the product catalog, but you...
Data de Publicação: 26/04/2024 20:50
Building the B2C Storefront
Building the B2C Storefront Now that you've created and configured catalogs, channels, products, and warehouses, you’re all set to create and design the storefront. Preston Palmer, the site...
Data de Publicação: 26/04/2024 20:50
Adding Options
Adding Options In the first module, you created three products all having a single SKU, or Stock Keeping Unit. Often, products have multiple SKUs. For instance, a product that has different...
Data de Publicação: 26/04/2024 20:50
Creating the Shop Page
Creating the Shop Page The shop page is the first point of access to Clarity's product catalog. The page contains a list of all the products, their associated facets, and search and sort...
Data de Publicação: 26/04/2024 20:50
Creating a Discount and Enabling Guest Checkout
Creating a Discount and Enabling Guest Checkout Now, you’ll create a discount that offers a price reduction for the Maliyah eyeglasses for a limited period of time. After creating the discount,...
Data de Publicação: 26/04/2024 20:50
Creating an Orders Page
Creating an Orders Page The Orders page displays a customer's open orders and placed orders. You can select pending orders and continue to check out or delete them completely. You can select a...
Data de Publicação: 26/04/2024 20:50
Creating Product Relations
Creating Product Relations You can use product relations to display products for up-selling, cross-selling, selling spares, accessories, or complementary products based on the product being viewed...
Data de Publicação: 26/04/2024 20:50
Creating Order Types for Bulk and Regular Orders
Creating Order Types for Bulk and Regular Orders As Clarity caters to a different businesses with varying supply demands, they must offer incentives to businesses that make large purchases. Kyle,...
Data de Publicação: 26/04/2024 20:50
Setting up a Workflow for Buyers
Setting up a Workflow for Buyers Clarity wants to implement a buyer order approval workflow for its customers. Kyle Klein, the administrator, must enable the buyer order approval workflow setting...
Data de Publicação: 26/04/2024 20:50
Creating a Checkout Page
Creating a Checkout Page Before you can check out and submit an order, you must have a checkout page. This is also necessary for the mini cart fragment to work correctly. Creating a New Page ...
Data de Publicação: 26/04/2024 20:50
Customizing the B2B Experience
Customizing the B2B Experience Now that you've completed building Clarity's B2B storefront, it is time to customize the B2B experience. Liferay comes with many B2B-centric features that help...
Data de Publicação: 26/04/2024 20:50
Adding Product Specifications
Adding Product Specifications Log in as Damian Dunne, the category manager for Clarity. Damian wants to enrich the products with attributes that give more information to customers. You can use...
Data de Publicação: 26/04/2024 20:50
Configuring Products and SKUs
Configuring Products and SKUs After creating channels, a product catalog, warehouses, and products, you must now configure them. This module enriches products with information about various...
Data de Publicação: 26/04/2024 20:50
Adding Media
Adding Media So far, you've configured a product and added specifications to give more information about the product to customers. One of the main components of product information is the product...
Data de Publicação: 26/04/2024 20:50
Creating a Product Details Page
Creating a Product Details Page The product details page displays all the information about a selected product. So far, you've only added the shop page containing the product catalog, but you...
Data de Publicação: 26/04/2024 20:50
Configuring Workflows and Notifications
Configuring Workflows and Notifications Noah Norman, the order manager for Fabulous Frames, wants to review and approve orders placed by Sarah Stanley, their buyer, for budget reasons. Clarity’s...
Data de Publicação: 26/04/2024 20:50
Configuring SKUs
Configuring SKUs Now that you've configured all of the basic details for a product, it’s time to configure the SKUs. The SKUs represent the actual physical item in the warehouse. Configuring them...
Data de Publicação: 26/04/2024 20:50
Setting Terms and Conditions for Payment Methods and Shipping Options
Setting Terms and Conditions for Payment Methods and Shipping Options Clarity has terms and conditions attached to their payment methods and shipping options. Businesses must assess these terms and...
Data de Publicação: 26/04/2024 20:50
Creating Account Groups to Offer Specialized Pricing
Creating Account Groups to Offer Specialized Pricing The administrator, Kyle Klein, wants to create an account group for Platinum Accounts. These are accounts that have a long-standing relationship...
Data de Publicação: 26/04/2024 20:50
Using Price Tiers to Promote More Buying
Using Price Tiers to Promote More Buying In addition to having unique discounts for specific account groups and a discount for orders above $5000, Clarity also offers tiered pricing for some of...
Data de Publicação: 26/04/2024 20:50
Creating and Configuring Channels
Creating and Configuring Channels A channel is an avenue for selling products, such as a customer portal, a B2B marketplace, or back office phone sales. You must link a channel to a site to sell...
Data de Publicação: 26/04/2024 20:50
Configuring the DXP Cluster
Configuring the DXP Cluster You can run two docker containers to demonstrate a simple clustered environment. See Clustering for High Availability to learn more. Configuring Elasticsearch for Each...
Data de Publicação: 26/04/2024 20:50
Liferay Administrator
Liferay Administrator Is your Liferay instance installed? Now what? Whether you're on Liferay SaaS, PaaS, or self-hosted, this course covers administering your Liferay installation. You'll learn ...
Data de Publicação: 26/04/2024 20:50
Clustering
Clustering For increased reliability and performance, Liferay can be clustered. This way, if one server fails, another server continues serving data. Liferay can be configured in both a horizontal...
Data de Publicação: 26/04/2024 20:50
Setting Up and Creating Products
Setting Up and Creating Products Kyle and Damian need your help to create the required channels, catalogs, and products for the B2B and B2C stores. Kyle, the administrator, is in charge of creating...
Data de Publicação: 26/04/2024 20:50
Creating and Configuring Warehouses
Creating and Configuring Warehouses Clarity has a main warehouse in Minnesota that fulfills both their consumer and business orders, while a second warehouse in Oklahoma is solely for business...
Data de Publicação: 26/04/2024 20:50
Configuring Virtual Instances
Configuring Virtual Instances Liferay PaaS or Self-hosted You may have a business use case where you need another Liferay environment with its own set of sites, users, and organizations. Rather...
Data de Publicação: 26/04/2024 20:50
Creating and Configuring Catalogs
Creating and Configuring Catalogs Clarity caters to businesses and consumers and has a wide range of products. Damian, the category manager, must create a catalog to store these products. Some...
Data de Publicação: 26/04/2024 20:50
Configuring Instance Settings
Configuring Instance Settings Liferay instances share the same installation but are configured to serve unique digital experiences from different domain names. Each instance has its own settings. ...
Data de Publicação: 26/04/2024 20:50
Creating Products
Creating Products Clarity offers a wide range of eyeglasses, lenses, sunglasses, and more to their customers. With Liferay’s out-of-the-box product management capabilities, you can create different...
Data de Publicação: 26/04/2024 20:50
Configuring the Database
Configuring the Database Liferay supports many databases, like MySQL, MariaDB, or PostgreSQL. By default, a Liferay bundle uses an embedded HSQL database appropriate for demo purposes. For...
Data de Publicação: 26/04/2024 20:50
Configuration
Configuration The story begins after Liferay has been installed or an instance created in Liferay SaaS or PaaS. Clarity Vision Solutions' IT administrators, with your help, must get the system...
Data de Publicação: 26/04/2024 20:50
Configuring Search
Configuring Search Liferay uses Elasticsearch to search and index content. In a Liferay cluster, Elasticsearch must be installed on a separate server accessible by each node. Follow the steps below...
Data de Publicação: 26/04/2024 20:50
Creating Organizations
Creating Organizations Use Liferay to model Clarity Vision Solutions' organizational hierarchy. See Understanding Organizations to learn more. Parent and Child Organizations Create a top level...
Data de Publicação: 26/04/2024 20:50
Managing Users
Managing Users Whether you bring in users from an LDAP or create them within Liferay, use the available tools to manage your users. See Create and Manage Users to learn more. Create an...
Data de Publicação: 26/04/2024 20:50

Capabilities

Product

Contact Us

Connect

Powered by Liferay
© 2024 Liferay Inc. All Rights Reserved • Privacy Policy