LoginSignup
0
0

メールテンプレートを作成するときの権限

Posted at

VS/CLI/すべてのデータの変更権限を必要としない、従来の電子メール テンプレート開発の代替手段
当社のマーケティングチームには、Lightning メールテンプレートビルダーでは処理できないメールテンプレートの要件がいくつかあるため、最近採用した開発リソースを使用してクラシックでメールテンプレートを開発しています。彼らは VS と SF CLI を使用したいと考えていますが、これには API を有効にし、すべてのデータを変更する必要があります。「すべてのデータの変更」権限を必要とせずに開発できる代替手段はありますか? 開発サンドボックスで作業していますか?

Unless you use VS and SF CLI, the following permissions seem to be all you need.

Check for these permissions under System permissions in the profile or permission set:

  • Edit Classic HTML Email Templates
  • Manage Public Classic Email Templates
  • View Setup and Configuration

Can we allow non admin user to edit classic email template?

Lightning Email Templatesなら別権限で代用できそうですが、VS and SF CLIとなるとAPIとすべての変更権限が必要だと思うな。開発方法の問題のような気がする

You can add it for users. There's a Manage Public Lightning Email Templates system permission outlined in this help doc.

You'd add that permission to a permission set and then assign that to any non-admins who need to manage email templates.

Users need the Manage Public Lightning Email Templates permission to create, edit, and delete public templates. Users with this permission, as well as users with the Modify All Data permission or the System Administration profile, can edit and delete any public templates, including ones they don’t own.

別件

It appears that '"Enable Classic email templates and related features" is not enabled in the org. You can do to resolve by using "Match Production Licenses".

Setup--> Quick find--> Company information--> Match production license
This has been identified as a bug of recent Summer '22 patch release. Kindly review KI details here.

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0