Search Results

All Results 7006
ソート
Resource Type
Applicable Versions
Deployment Approach
Capability
Feature
エクスプレッションビルダー検証のリファレンス
Expression Builder Validations Reference Liferay 7.4 U67+/GA67+ You can create object field validations using Liferay's Expression Builder. This tool provides an integrated editor for quickly...
ビューにフィルターを追加する
Adding Filters to Views Liferay 7.4 U49+/GA49+ When designing a custom view, you can determine which fields appear as filter facets. Also, you can set default filters that apply automatically to...
SugarCRM でオブジェクトを使用する
Using Objects with SugarCRM [Release Feature](../../../../security-and-administration/administration/configuring-liferay/feature-flags.md#release-feature-flags) You can create objects that map to...
Automate.ioを使用して、オブジェクトデータをGoogle シートと同期する
Using Automate.io to Sync Object Data with Google Sheets Liferay 7.4+ Here you'll learn how to use webhooks to trigger sync tasks between Liferay Objects and Google Sheets using Automate.io....
IFTTTを使用して、オブジェクトデータをGoogle シートと同期する
Using IFTTT to Sync Object Data with Google Sheets Liferay 7.4+ Here you'll learn how to use webhooks to trigger sync tasks between Liferay Objects and Google Sheets using IFTTT. Syncing your data...
Integratelyを使用して、オブジェクトデータをGoogle シートと同期する
Using Integrately to Sync Object Data with Google Sheets Liferay 7.4+ Here you'll learn how to use webhooks to trigger sync tasks between Liferay Objects and Google Sheets using Integrately....
Makeを使用して、オブジェクトデータをGoogle シートと同期する
Using Make to Sync Object Data with Google Sheets Liferay 7.4+ Here you'll learn how to use webhooks to trigger sync tasks between Liferay Objects and Google Sheets using Make (formerly...
Workatoを使用して、オブジェクトデータをGoogle シートと同期する
Using Workato to Sync Object Data with Google Sheets Liferay 7.4+ Here you'll learn how to use webhooks to trigger sync tasks between Liferay Objects and Google Sheets using Workato. Syncing your...
Pabblyを使用して、オブジェクトデータをGoogle シートと同期する
Using Pabbly to Sync Object Data with Google Sheets Liferay 7.4+ Here you'll learn how to use webhooks to trigger sync tasks between Liferay Objects and Google Sheets using Pabbly. Syncing your...
サービスビルダーアプリケーションとオブジェクトの統合
Integrating Service Builder Applications with Objects You can integrate existing Service Builder applications with the Objects framework. Once integrated, your custom entities become unmodifiable...
候補リストのエクスポートとインポート
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),...
候補リスト権限の管理
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...
権限設定フレームワークの統合
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...
オブジェクトでフォームを使用する
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...
Wyzebulbを使用して、オブジェクトデータをGoogle シートと同期する
Using Wyzebulb to Sync Object Data with Google Sheets Liferay 7.4+ Here you'll learn how to use webhooks to trigger sync tasks between Liferay Objects and Google Sheets using Wyzebulb. Syncing...
Zapierを使用して、オブジェクトデータをGoogle シートと同期する
Using Zapier to Sync Object Data with Google Sheets Liferay 7.4+ Here you'll learn how to use webhooks to trigger sync tasks between Liferay Objects and Google Sheets using Zapier. Syncing your...
オブジェクトアプリケーションの権限
Objects Application Permissions Liferay DXP 2023.Q4+/Portal GA102+ The Objects application is integrated with the permissions framework, so you can assign application and resource permissions to...
ピックリストの作成
Creating Picklists Liferay 7.4 U72+/GA72+ Picklists are lists of name/key pairs stored as string values. Once defined, you can use the lists with object definitions to populate single or multiple...
ゲストユーザーエントリの管理
Managing Guest User Entries When you create an object and its application UI, unauthenticated users cannot add object entries, even if you add an object-backed application to a page and grant the...
ワークフローデザイナー
Workflow Designer Subscription The Workflow Designer's user interface was refreshed in Liferay DXP 7.4 Update 20. The look and feel of the new builder is improved and the user experience is more...
タスクノードの割り当て
Assigning Task Nodes Subscription Task nodes require interaction by people. To alert and associate tasks with the right people, use notifications and assignments, respectively. You can assign task...
ワークフローのアクションと通知の設定
Configuring Workflow Actions and Notifications Subscription Using the workflow designer, users can configure Workflow Actions and notifications for each node. Actions are very adaptable and you...
フォークと結合の使用
Using Forks and Joins Subscription Here you'll learn how to use the Fork, Join and Join XOR nodes. These nodes are useful for workflow processes that have multiple reviewers like the...
ワークフローの移行
Workflow Transitions Subscription Transitions represent the paths a workflow can traverse. In the Workflow Designer's palette, transitions are the arrows connecting the workflow nodes: ...
条件エバリュエーターの作成
Creating a Condition Evaluator A Workflow condition node uses a Groovy script to determine the proper transition a workflow item traverses. Instead of writing logic in Groovy directly in a workflow...
ワークフローでのスクリプトエンジンの使用
Using the Script Engine in Workflow As of DXP 2024.Q3, scripting is disabled by default. You can enable it in System Settings → Script Management (under the Security category). Add Groovy scripts...
ワークフロータスクの作成
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...
ワークフローデザイナーの概要
Workflow Designer Overview Subscription The Process Builder's workflow designer is a graphical interface for creating workflow process definitions. The convenient drag and drop interface makes...
XMLワークフロー定義の作成
Crafting XML Workflow Definitions As of DXP 2024.Q3, scripting is disabled by default. You can enable it in System Settings → Script Management (under the Security category). All Workflow...
アクションエグゼキュータの作成
Creating an Action Executor Workflow nodes can contain elements that execute custom logic via Groovy scripts. approve
ワークフロー定義ノードリファレンス
Workflow Definition Node Reference Node elements and their sub-elements are fundamental building blocks making up workflow definitions. Nodes often reflect the real life stages of the review...
ワークフロータスクノードリファレンス
Workflow Task Node Reference As of DXP 2024.Q3, scripting is disabled by default. You can enable it in System Settings → Script Management (under the Security category). Tasks are the part of the...
ワークフローコンテクストの利用
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...
ワークフロー通知テンプレート変数
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. ...
ワークフローの概要
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...
アセットの確認
Reviewing Assets When an asset's workflow is activated, one or more users must review it before publication. You can assign workflow review processes to specific users or to a particular Role (for...
ワークフローの有効化
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...
Analytics Cloud
Analytics Cloud Collecting analytics data is a crucial part of any business. Liferay offers an analytics tool that's integrated with DXP to provide useful information on who visits your site and...
アナリティクス ダッシュボードの表示
Viewing the Analytics Dashboard After syncing data, Analytics Cloud automatically begins tracking site visitors and how they interact with your content. The following tools are available for...
A/Bテスト分析
A/B Tests Analytics A/B testing evaluates the effectiveness of content pages by testing a variant design against the control design (i.e., the original). This process involves creating a page...
ワークフロー統計情報:レポート
Workflow Metrics: Reports Subscription Open the Workflow Metrics from the Applications Menu (Applications Menu) (Control Panel → Workflow → Metrics) and you immediately see metrics on each...
ワークフローメトリクスの使用
Using Workflow Metrics Subscription This feature works only with Elasticsearch. Workflow Metrics gives insight into the time spent to complete certain workflow events. To use it, set up...
メンバー
People Better understanding individual users and users in aggregate is key to offering excellent service. Analytics Cloud provides the tools to better understand both. By building robust Individual...
訪問者プロフィール
Individual Profiles Many individuals visit your sites. Learning who they are and their activities and interests helps you improve business with them. Individual profiles help your Sales, Customer...
個人ダッシュボード
Individuals Dashboard The Individuals dashboard provides a broad range of analytics data about your visitors and how they interact with your Site. To view the dashboard, Click Individuals in...
セグメント分析
Segments Analytics Segments aggregate individuals based on common attributes and behavior. For example, you can create a segment that contains users interested in a given topic, work in a specific...
メトリクスの説明
Metrics Description See the description of various metrics used by Analytics Cloud and how they are calculated. A/B Testing - Estimated Time to Declare Winner This is the duration the A/B test...
タッチ ポイント
Touchpoints Touchpoints reflect the many different ways your users and customers interact with your brand. Analytics Cloud presents a broad range of analytics data that combines traditional page...
ドキュメントとメディア分析
Documents and Media Analytics Documents and media files are assets you want site users to look at or download. Analytics Cloud provides insights on user engagement with your documents and media...
フォーム分析
Forms Analytics Forms are important direct data gathering tools for enterprises. Are your web forms providing you invaluable information or turning users away? Analytics Cloud gives you important...
セグメントの作成
Creating Segments Segments created in Analytics Cloud sync with Liferay DXP. However, segments created in Liferay DXP do not sync with Analytics Cloud. Click Segments in the navigation panel. A...
多要素認証
Multi-Factor Authentication Multi-factor authentication (MFA) is required for all Analytics Cloud users. This additional layer of security helps to protect users from cyberattacks such as phishing...
資産分析
Assets Analytics Assets are individual pieces of content that exist on site pages in your Liferay Analytics Cloud data sources. Assets are Content residing on a page. Registered, tracked, and...
ブログ分析
Blogs Analytics Blogs entries are important content on websites. They attract readers who return to view new blog posts and interact in discussion. Analytics Cloud gives you important insights...
イベント分析
Events Analytics As individuals visit and interact with your site, Analytics Cloud tracks these events. Many of these events that take place on your Liferay DXP instance are set up to be tracked...
サードパーティのウェブサイトでのイベントの追跡
Tracking Events in Third Party Websites You can use Analytics Cloud to track events for analysis on websites not built on Liferay DXP by adding JavaScript code to the and of your HTML pages: ...
ページ分析
Pages Analytics For pages, Analytics Cloud Registers and tracks pages for analysis the first time the Analytics Cloud client detects a Page interaction. Queries pages on a schedule for...
興味と検索用語
Interests and Search Terms Finding out topics people are interested in helps you relate your products and services to them. Analytics Cloud's insight empowers you with rich, easy-to-understand...
サイト分析
Sites Analytics Liferay Analytics Cloud provides a sites dashboard for each Property in your Workspace. For example, when Creating a Property each Property can be associated with one site or can be...
パス分析
Paths Analytics Path analytics identifies how visitors arrive on a site page and where they go next. Knowing how your users are coming and going can empower you to better tailor your site's content...