Search Results

Capability
Feature
Deployment Approach
Product Management Permissions
Product Management Permissions With Liferay Commerce, you can use permissions to control access to Product Management applications and resources in the Commerce tab of the Global Menu (Global...
Publikationsdatum: 26.04.2024 20:50
Application Development
Application Development Sometimes Liferay's out-of-the-box features don't cover all the functionality you need. When this happens, you can develop your own applications that interface with Liferay...
Publikationsdatum: 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. With Liferay's page builder features, you can use fragments...
Publikationsdatum: 26.04.2024 20:50
Adding Pages for Distributor Application
Adding Pages for Distributor Application Pages are the primary building blocks of Liferay sites. Delectable Bonsai's design team has created and exported three placeholder pages for use with the...
Publikationsdatum: 26.04.2024 20:50
Adding the Distributor Application Widget to the Overview Page
Adding the Distributor Application Widget to the Overview Page Delectable Bonsai wants to provide prospective distributors with a UI for viewing and editing their applications. While they could...
Publikationsdatum: 26.04.2024 20:50
Creating a Display Page for Distributor Applications
Creating a Display Page for Distributor Applications Published objects are integrated with the Info framework, so you can select them as the content type for display page templates. When selected,...
Publikationsdatum: 26.04.2024 20:50
Implementing Business Logic
Implementing Business Logic Business logic refers to the rules and processes that determine how an application behaves within a system to meet business needs. Implementing business logic...
Publikationsdatum: 26.04.2024 20:50
Adding an Approval Workflow
Adding an Approval Workflow After adding the applicationState field, Delectable Bonsai wants to implement a workflow for reviewing and approving changes made to applications. Currently, all updates...
Publikationsdatum: 26.04.2024 20:50
Adding Notification Actions
Adding Notification Actions Delectable Bonsai wants to improve visibility for new applications. They also want to automate updates for applicants, notifying them when their application is received,...
Publikationsdatum: 26.04.2024 20:50
Automating Account Creation
Automating Account Creation To complete the onboarding flow, Delectable Bonsai wants to enable managers to create business accounts for approved applications easily. Each account should be named...
Publikationsdatum: 26.04.2024 20:50
Managing Access to Data
Managing Access to Data Delectable Bonsai wants to ensure that all authorized users can submit distributor applications. They also want to allow a limited number of employees to view all submitted...
Publikationsdatum: 26.04.2024 20:50
Adding Details to the Success Page
Adding Details to the Success Page When users submit a distributor application, the success page appears: Application Submission. Currently, this page only includes a banner image. Delectable...
Publikationsdatum: 26.04.2024 20:50
Adding the Form to the Apply Page
Adding the Form to the Apply Page By default, each object definition uses a layout for entry creation. Besides layouts, Liferay provides form fragments that you can map to custom objects for...
Publikationsdatum: 26.04.2024 20:50
Importing Fragments for the Distributor Application Pages
Importing Fragments for the Distributor Application Pages Published objects are integrated with Liferay's core frameworks, so you can map page fragments to object entries, such as form fragments...
Publikationsdatum: 26.04.2024 20:50
Adding Notification Templates for Distributor Application
Adding Notification Templates for Distributor Application To this point, Delectable Bonsai's Distributor Application has no automated notifications for entry events. This means administrators must...
Publikationsdatum: 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...
Publikationsdatum: 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...
Publikationsdatum: 26.04.2024 20:50
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....
Publikationsdatum: 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...
Publikationsdatum: 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,...
Publikationsdatum: 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...
Publikationsdatum: 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...
Publikationsdatum: 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...
Publikationsdatum: 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...
Publikationsdatum: 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...
Publikationsdatum: 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...
Publikationsdatum: 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,...
Publikationsdatum: 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...
Publikationsdatum: 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...
Publikationsdatum: 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...
Publikationsdatum: 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...
Publikationsdatum: 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...
Publikationsdatum: 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...
Publikationsdatum: 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...
Publikationsdatum: 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...
Publikationsdatum: 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...
Publikationsdatum: 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...
Publikationsdatum: 26.04.2024 20:50
Modeling Data Structures
Modeling Data Structures Your first step in building an application is to model its data structures by considering the types of data entities you want to store and manipulate, the attributes of...
Publikationsdatum: 26.04.2024 20:50
Module 12: Troubleshooting
Module 12: Troubleshooting 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 the...
Publikationsdatum: 26.04.2024 20:50
Client Extensions
Client Extensions Client Extensions are the recommended way to customize and extend Liferay. You can deploy client extensions to any Liferay environment, whether it's Liferay SaaS, Liferay PaaS, or...
Publikationsdatum: 26.04.2024 20:50

Capabilities

Product

Contact Us

Connect

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