Search Results

Capability
Feature
Deployment Approach
Managing Picklist Permissions
Managing Picklist Permissions Liferay 7.4+ Picklist is integrated with Liferay's permissions framework. This means you can assign application and resource permissions to user roles to determine...
发布日期: 2024-4-26 下午8:57
Understanding Object Integrations
Understanding Object Integrations Published custom objects are integrated with Liferay's core frameworks, so you can leverage Liferay's features to build unified experiences across the platform....
发布日期: 2024-4-26 下午8:57
Exporting and Importing Picklists
Exporting and Importing Picklists You can transfer picklists between environments as JSON files using Liferay's export/import framework. Exporting Picklists Open the Global Menu (Global Menu),...
发布日期: 2024-4-26 下午8:57
Using nestedFields to Query Related Entries
Using nestedFields to Query Related Entries Liferay 7.4 U69+/GA69+ The nestedFields parameter causes Liferay to return multiple levels of related object entries in a single GET request. Pass the...
发布日期: 2024-4-26 下午8:57
Using nestedFields to Audit Entry History
Using nestedFields to Audit Entry History Liferay 7.4 U72+/GA72+ When you enable entry history for an object definition, you can use the nestedFields parameter with REST APIs to audit entry...
发布日期: 2024-4-26 下午8:57
Picklists API Basics
Picklists API Basics Liferay provides the headless-admin-list-types REST APIs for creating and managing picklist definitions (ListTypeDefinition) and their entries (ListTypeEntry). You can view and...
发布日期: 2024-4-26 下午8:57
Using Custom Object APIs
Using Custom Object APIs Liferay 7.4+ When you publish a custom object definition, Liferay generates default REST APIs for interacting with the object and its data. These APIs vary depending on...
发布日期: 2024-4-26 下午8:57
Assets Framework Integration
Assets Framework Integration Coming Soon!
发布日期: 2024-4-26 下午8:57
Object API Basics
Object API Basics When you publish an Object, Liferay automatically generates REST APIs for it. These APIs differ for Company and Site scoped Objects, but they all use the c/[pluralobjectlabel]...
发布日期: 2024-4-26 下午8:57
Using Aggregation Terms with REST APIs
Using Aggregation Terms with REST APIs When querying Object entries using REST APIs, you can use an Object's fields as facet criteria for aggregating entry data. To do this, add the...
发布日期: 2024-4-26 下午8:57
Using Batch APIs
Using Batch APIs When you publish an Object, Liferay automatically generates REST APIs for it. These include the batch APIs for bulk POST, PUT, and DELETE operations. Here you'll use cURL commands...
发布日期: 2024-4-26 下午8:57
Permissions Framework Integration
Permissions Framework Integration Liferay 7.4+ Published objects are integrated automatically with Liferay's permissions framework. You can manage user access to an object and its entries with...
发布日期: 2024-4-26 下午8:57
Using Relationship REST APIs
Using Relationship REST APIs Liferay 7.4 U70+/GA70+ When you add relationships to custom or system objects, Liferay generates REST endpoints for accessing those relationships. You can relate and...
发布日期: 2024-4-26 下午8:57
Creating the Role Change Request App
Creating the Role Change Request App Subscribers The Role Change Request App starts with the employee submitting a request form. Processing then proceeds to the Current Manager, then to the...
发布日期: 2024-4-26 下午8:57
Creating a Workflow Powered Application
Creating a Workflow Powered Application Subscribers Workflow Powered Applications require data from multiple stakeholders. These process-driven applications can go through multiple stages before...
发布日期: 2024-4-26 下午8:57
App Builder
App Builder Available: Liferay CE/DXP 7.3 (deprecated and removed in 7.4) App Builder is a low-code application development solution for Liferay DXP. Build a data model, define the application's...
发布日期: 2024-4-26 下午8:57
JARs Excluded from WABs
JARs Excluded from WABs [Liferay-generated web application bundles (WABs) are stripped of third party JARs that contain packages that Liferay exports already. Deploying the same third party...
发布日期: 2024-4-26 下午8:57
Using Fragments to Build Forms
Using Fragments to Build Forms Liferay 7.4 2023.Q3+/GA92+ Liferay includes form fragments for building object forms in content pages. To build a form, add a form container to a content page or...
发布日期: 2024-4-26 下午8:57
Using Forms with Objects
Using Forms with Objects Liferay 7.4+ Liferay objects are integrated with the Forms application, so you can design forms for receiving user input and creating object entries. To do this, first add...
发布日期: 2024-4-26 下午8:57
Tooling
Tooling Liferay's developer tools run the gamut from standard build scripting, to lightweight CLI utilities, and all the way to a full-blown IDE based on Eclipse. This is to serve all developers,...
发布日期: 2024-4-26 下午8:57
Reference
Reference App Builder Deploying WARs (WAB Generator) JARS Excluded from WABs
发布日期: 2024-4-26 下午8:57
Migrating to Liferay Objects
Migrating to Liferay Objects Dynamic Data Lists is deprecated and scheduled for removal by the end of 2024. To prevent data loss and achieve the same functionality, please migrate your structures...
发布日期: 2024-4-26 下午8:58
Example: Using Hidden Fields with Form Rules
Example: Using Hidden Fields with Form Rules Configure Forms fields as hidden in the Advanced configuration tab. Hide fields using the advanced setting. There's a hidden field in this form. It...
发布日期: 2024-4-26 下午8:58
Using the Autofill Rule
Using the Autofill Rule The autofill rule filters a form field's options based on pre-configured conditions. If you already have a data provider enabled, the autofill rule is the next step in...
发布日期: 2024-4-26 下午8:58
Using the Jump to Page Rule
Using the Jump to Page Rule Use a Jump to Page rule to navigate automatically to a specific page in the form based on one or more conditions. This is useful if some pages do not apply to all the...
发布日期: 2024-4-26 下午8:58
Using the Enable-Disable Rule
Using the Enable-Disable Rule An enable/disable Rule makes a field editable based on one or more conditions. This is useful for entering optional information or gathering data from only users who...
发布日期: 2024-4-26 下午8:58
Using the Calculate Rule
Using the Calculate Rule Users can create Calculate rules that populate a numeric field by calculating its value based on other fields. For example, a Calculate rule can calculate a camp or...
发布日期: 2024-4-26 下午8:58
Using Forms to Poll Users
Using Forms to Poll Users In previous versions of Liferay, Site Administrators had access to a dedicated Polls application in the Site Administration → Content and Data menu. This application was...
发布日期: 2024-4-26 下午8:58
Configuring Form Notifications
Configuring Form Notifications You can configure the Forms app to send a notification email each time a form entry is submitted. If you have enabled workflow for the form, you may not need to...
发布日期: 2024-4-26 下午8:58
Redirecting Users on Form Submission
Redirecting Users on Form Submission By default, when a user submits a form response, they are directed to a success page. This behavior can be configured to instead redirect a user to a specific...
发布日期: 2024-4-26 下午8:58
Notifications
Notifications Liferay provides integrated notification tools, so you can ensure users are alerted to platform events. For Liferay DXP, this includes email and website notifications for the...
发布日期: 2024-4-26 下午8:58
Workflow
Workflow Liferay DXP ships with a workflow engine that allows reviewing and approving content such as Blogs, Web Content, or Wikis before publication. Define any number of business...
发布日期: 2024-4-26 下午8:58
Form Rules Overview
Form Rules Overview Forms can be dynamic, where the answer to one question changes the rest of the form. One answer may allow skipping the next three questions, while another requires answering...
发布日期: 2024-4-26 下午8:58
Managing Data Definitions
Managing Data Definitions There are several ways to manage your data definitions: edit, manage templates, configure permissions, copy, or delete. To begin managing your data definitions, ...
发布日期: 2024-4-26 下午8:58
Form Rules
Form Rules Form Rules Overview Using The Autofill Rule Using the Calculate Rule Using the Enable Disable Rule Using the Jump to Page Rule Using The Require Rule Using the Show Hide Rule ...
发布日期: 2024-4-26 下午8:58
Introduction to Forms
Introduction to Forms Liferay Forms gives you robust form building capability so you can gather user data that you need (for example, customer feedback, a job application). The application can be...
发布日期: 2024-4-26 下午8:58
Using the Show-Hide Rule
Using the Show-Hide Rule Users can use a Show action show a field if a condition is met. Otherwise, this field is hidden. This example uses a camp registration form with two text fields: I am...
发布日期: 2024-4-26 下午8:58
Using the Require Rule
Using the Require Rule Use a Require rule to make a field required based on one or more conditions. Require Rules work in association with other Rules, such as the Show Rule. To demonstrate,...
发布日期: 2024-4-26 下午8:58
Sharing Forms and Managing Submissions
Sharing Forms and Managing Submissions Sharing Forms Managing Form Entries Form Reports Configuring Form Notifications Using Forms with a Workflow Enabling CAPTCHA on Form Submissions ...
发布日期: 2024-4-26 下午8:58
Kaleo Forms
Kaleo Forms Kaleo Forms
发布日期: 2024-4-26 下午8:58
Managing Form Entries
Managing Form Entries Once users begin submitting form entries, you can access the form entry data through the UI or export the data to a different file format for further analysis and review. ...
发布日期: 2024-4-26 下午8:58
Form Reports
Form Reports 7.3, 7.4 Once users begin submitting form entries, you can access a field-by-field report on the form's records: Navigate to the Forms application. In the Product Menu (Product...
发布日期: 2024-4-26 下午8:58
Kaleo Forms
Kaleo Forms Kaleo Forms is deprecated as of Liferay 7.4 2023.Q3. Use business processes for Liferay Objects (i.e., objects, workflow, and form container fragments) instead. Liferay's Kaleo Forms...
发布日期: 2024-4-26 下午8:58
Enabling CAPTCHA on Form Submissions
Enabling CAPTCHA on Form Submissions CAPTCHA can be enabled to deter automated form submissions. To enable CAPTCHA: Click the form's Options button (Options) and select Settings. Navigate to...
发布日期: 2024-4-26 下午8:58
Creating Workflow Tasks
Creating Workflow Tasks Subscription The default Single Approver Definition offers a simple introduction to workflow tasks. It has only two task nodes: Review and Update. The workflow enters the...
发布日期: 2024-4-26 下午8:58
Workflow Notification Template Variables
Workflow Notification Template Variables Liferay 7.3+ Some variables are auto-injected into the workflow notification context. These are handy to use in your workflow notification templates. ...
发布日期: 2024-4-26 下午8:58
Using the Script Engine in Workflow
Using the Script Engine in Workflow As of DXP 2024.Q2/Portal 7.4 GA120, scripting is disabled by default. You can enable it in System Settings → Script Management (under the Security category). ...
发布日期: 2024-4-26 下午8:58
Working with Workflow Context
Working with Workflow Context Workflows in Liferay are used as approval processes. At each step of the process, the workflow has certain data that's available in a Map object referred to in your...
发布日期: 2024-4-26 下午8:58
Introduction to Workflow
Introduction to Workflow Liferay DXP ships with a workflow engine that allows users to review and approve content such as Blogs, Web Content, Wikis before they are published. The Workflow...
发布日期: 2024-4-26 下午8:58
Activating Workflow
Activating Workflow You can activate a workflow process for an asset type either across the DXP instance or only on a specific site. When a workflow process is activated across the instance for a...
发布日期: 2024-4-26 下午8:58
Implementing a Custom SLA Calendar
Implementing a Custom SLA Calendar Coming soon!
发布日期: 2024-4-26 下午8:58
Default Fragments Reference
Default Fragments Reference Liferay provides a variety of fragments out-of-the-box, so you can start building your solution right away. To view available fragments, begin editing a content page or...
发布日期: 2024-4-26 下午8:59
Styles Reference
Styles Reference All fragments have a Styles settings section except for the Collection Display fragment. Use the style settings to configure your fragments' look and feel. Many of these options...
发布日期: 2024-4-26 下午8:59
Fragment Sub-Elements Reference
Fragment Sub-Elements Reference In addition to General and Style settings, many fragments include sub-elements with their own configuration options. To access these options, begin editing a page or...
发布日期: 2024-4-26 下午8:59
Advanced Settings Reference
Advanced Settings Reference Available 7.4 U37+/GA37+ All Liferay's default fragments include advanced settings except for the Collection Display fragment. Advanced settings can add custom CSS to a...
发布日期: 2024-4-26 下午8:59
Localizing Fragment Configuration Fields
Localizing Fragment Configuration Fields Available: Liferay DXP/Portal 7.4+ When using Liferay Fragments, you can localize the following Fragment configuration fields to match your target...
发布日期: 2024-4-26 下午8:59
Content Page Editor UI Reference
Content Page Editor UI Reference For Liferay 7.4 U37+/GA37+ Using the content page editor, you can add and configure elements in a content page. To open the content page editor, go to a content...
发布日期: 2024-4-26 下午8:59
Using Content Pages
Using Content Pages By default, Liferay DXP uses the content page type, which provides a convenient user interface for managing and editing page content and design. With content pages, you can use...
发布日期: 2024-4-26 下午8:59
Adding Elements to Content Pages
Adding Elements to Content Pages After you create a content page, you can add widgets and fragments to define the page's content and structure. To add elements, Navigate to the content page and...
发布日期: 2024-4-26 下午8:59
Updating Page Permissions
Updating Page Permissions By default, when users join a site, they can see all of its pages. However, you can configure permissions for individual pages to restrict access based on user roles. ...
发布日期: 2024-4-26 下午8:59

Capabilities

Product

Contact Us

Connect

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