The ActionId specified was invalid for ActionType QuickAction.
この問題は、親オブジェクトのページ レイアウトの関連リストにクイック アクションを追加するという新しい機能を使用するたびに発生することがわかりました。新しいクイック アクションと、それが追加されたページ レイアウトを一緒にデプロイすると、「無効なクイック アクション: <名前>」というエラーが発生します。これは SF デプロイのバグだと思います。
回避策: 最初にクイック アクションのみをデプロイし、次にクイック アクションが関連リストにあるページ レイアウトを個別にデプロイします。これでうまくいくようです。
同じ問題に遭遇した他のユーザーの役に立つことを願っています。
I found this issue is occurring anytime I use the new-ish feature of adding a Quick Action to a related list on a parent object's page layout. If I deploy the new quick action and the page layout where it was added together, I get an error of "InvalidInvalid quick action: ". I think this is a bug with SF deployments.
Workaround: First deployed just the quick action and then separately deploy the page layout where the quick action is on a related list; this seems to work.
Hopefully that helps others that encounter this same issue.
すべては、開発者/管理者の数などの具体的な基準によって異なりますが、開発者と管理者のフローと料金ツールを組み合わせたい場合は、Salesforce 独自の DevOps Center を検討する価値があると思います。
たとえば、無料レベルの Bitbucket や github を使用できます。実際のバージョン管理のほとんどは DevOps Center によって処理されるため、git に関する知識はあまり必要ありません。
Workbench を使用してデプロイしてみてください。ここでは、コンポーネントをより簡単に取得してデプロイできます。