- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
11-06-2024 06:12 AM
Hi,
Has anyone already implemented an automated system for adding and removing managers from the Approvers?
Managers should be automatically added to this group and removed if they no longer have a subordinate.
Many thanks
解決済! 解決策の投稿を見る。
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
11-06-2024 04:56 PM
Hi Dedea ,
I believe this can be implemented by creating business rules. As a prerequisite, the Manager field in the User table needs to be used to link subordinates with their managers. Based on that, business rules can be created to handle the automatic addition and removal of managers.
・Automatic Addition (When a manager has subordinates)
‐Create a business rule to monitor the Manager field in the User table.
‐If a manager has subordinates (the Manager field points to another user), the manager will be added to the Approvers group.
・Automatic Removal (When a manager has no subordinates)
‐If the Manager field in the User table is set to null the manager has no subordinates), the manager will be removed from the Approvers group.
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
11-06-2024 04:56 PM
Hi Dedea ,
I believe this can be implemented by creating business rules. As a prerequisite, the Manager field in the User table needs to be used to link subordinates with their managers. Based on that, business rules can be created to handle the automatic addition and removal of managers.
・Automatic Addition (When a manager has subordinates)
‐Create a business rule to monitor the Manager field in the User table.
‐If a manager has subordinates (the Manager field points to another user), the manager will be added to the Approvers group.
・Automatic Removal (When a manager has no subordinates)
‐If the Manager field in the User table is set to null the manager has no subordinates), the manager will be removed from the Approvers group.
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
03-13-2025 06:42 AM
Thank you for your help