legacy-knowledge-base
公開されました Jul. 2, 2025

ユーザーのアクティビティ履歴の全体像を把握するにはどうすればよいでしょうか?

written-by

Kanchan Bisht

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

問題

  • ユーザーがどのように、誰によって作成されたかを調べる方法はありますか?

Environment

  • Liferay DXP 7.2

解決策

  • 以下の手順を使用して、ユーザー アクティビティを追跡できます。
    • 「テスト」ユーザー (管理者ユーザー) でログインします。
    • 新しいユーザー (名前: user1 u1、スクリーン名: user1) 作成し、 管理者 役割を割り当てます。
    • Control Panel-> User and Organization-> [new user]クリックし、新しく作成されたユーザーの UserId を取得します。 例: '34869'
    • 次に、 コントロール パネル -> 構成> 監査に移動します。
    • 「34869」を リソース ID として検索します
    • この ID を持つ複数のエントリを受け取ることができます。そのうちの 1 つは 'Add' as Resource Actionで、特定の ユーザー ID および ユーザー名によって追加されたことを示します。
  • これらの UI 値はテーブルから取得されます 'audit_auditevent'User1U1-createdUsertest2.jpgTest-createduserUser1U1.jpg
  • 簡単に言えば、ユーザー情報の追跡に関心がある人は、Liferay DB の user_ エンティティと audit auditevent エンティティにチェックインする可能性があります。

追加情報

  • Liferay DB を使用してユーザーを作成および保存すると仮定します。
did-this-article-resolve-your-issue

legacy-knowledge-base