1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

管理パッケージ

Last updated at Posted at 2024-03-08

API キーなどの機密情報を保存する際のセキュリティを強化するために、カスタム設定またはカスタム メタデータ タイプを利用できます。

これらの Salesforce プラットフォーム機能の実装に関する詳細なガイダンスについては、提供されている参照リンクを確認してください。

  1. カスタム メタデータ タイプ - API キー セキュリティのレシピ
  2. Trailhead モジュール: プラットフォーム機能を使用して秘密を保護する

これらのリソースは、Salesforce で API キーを管理および保護するための安全なアプローチを確保するための貴重な洞察と手順を提供します。

image.png

キャッシュの問題ではないかと回答されています。
シークレットモードあるいは他のブラウザで試してみてください。

https://stackoverflow.com/questions/16455991/cannot-package-new-logo-for-salesforce-manage-package

https://trailhead.salesforce.com/trailblazer-community/feed/0D54S00000PfCiWSAV

That object name is already in use

I had another package with the same namespace and I think, for some reason the version create program on SFDC side changed to suddenly start enforcing uniqueness?? I ended up using a different namespace and it worked. Not sure why the package version create chose now to start giving error when I had been doing this for 39 versions. Not a great solution but for me it will work.

同じ名前空間を持つ別のパッケージがありましたが、何らかの理由で SFDC 側のバージョン作成プログラムが変更され、突然一意性の強制が開始されたと思います。最終的には別の名前空間を使用することになり、うまくいきました。39 バージョンにわたってこれを実行していたのに、パッケージ バージョン作成でエラーが発生し始めたのはなぜかわかりません。優れた解決策ではありませんが、私にとってはうまくいきます。

1
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
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?