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

More than 1 year has passed since last update.

Salesforce Einsteinボットのバージョンを戻す

Posted at

https://qiita.com/pilot/items/8ab80d04328fd5664fae
をやる
ただし「SFDX:マニフェストファイルのソースを組織から取得」の前にpackage.xmlに以下を含めておく

package.xml
    <types>
        <members>*</members>
        <name>Bot</name>
    </types>

Salesforceで当該ボットを無効化しておいてから、VSCodeで当該ボットのv2ファイル(v1.botVersion-meta.xml)を右クリックし、「SFDX: プロジェクトおよび組織から削除」で削除する
結果、v1.botVersion-meta.xmlファイルだけが残って、バージョンがv1に戻る

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?