legacy-knowledge-base
公開されました Sep. 10, 2025

groupidを持つサイトに基づいて通知を送信する方法

written-by

Tamas Kovacs

How To articles are not official guidelines or officially supported documentation. They are community-contributed content and may not always reflect the latest updates to Liferay DXP. We welcome your feedback to improve How To articles!

While we make every effort to ensure this Knowledge Base is accurate, it may not always reflect the most recent updates or official guidelines.We appreciate your understanding and encourage you to reach out with any feedback or concerns.

legacy-article

learn-legacy-article-disclaimer-text

問題

  • 2つの別々のサイトがある場合、それぞれに異なる通知を作成したいのですが、 groupId==<groupId of your site>という条件では別々のサイトに別々の通知を設定することができません。
    Aサイト "に "A通知 "を作成し、"Bサイト "に "B通知 "を作成した場合、"Bサイト "にトリガーがかかると、"A "と "B "の両方の通知が起動します。

環境

  • Liferay DXP 7.4

解像度

  • GroupIDはこのような条件では使用できないので、回避策としてGroupIDの代わりにChannelIDを使用したGroovyスクリプトを使用する必要がある。
  • このLPSには、このような動作を実現するためのテンプレートGroovy Scriptがあります。

追加情報

  • この解決策はコマースでも有効だ。
did-this-article-resolve-your-issue

legacy-knowledge-base