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?

YoomとSalesforceの連携  INVALID_SESSION_ID

Last updated at Posted at 2024-10-29

相変わらずsandboxには接続できませんね。

image.png

以下のヘルプの設定をやってみましたが、やはり INVALID_SESSION_ID エラーです。

アカウント情報をyoomのアカウントと同じメールアドレスに変えてみました。

image.png

以下のエラーに変わったということは、接続できたのかも...

[
  {
    "message": "「費用管理メインフロー」処理失敗により、このレコードを保存できません。Salesforce システム管理者に次の詳細を報告してください。An Apex error occurred: System.JSONException: Malformed JSON: Expected '[' at the beginning of List/Set\n エラー ID: 375153965-13468 (-920844619)on: Malformed JSON: Expected '[' at the beginning of List/Set\n エラー ID: 375153965-13468 (-920844619)",
    "errorCode": "CANNOT_EXECUTE_FLOW_TRIGGER",
    "fields": [

    ]
  }
]

このアカウントって何のことだろう?

エラーの中身

以下のようなJsonを期待していますが...

[
[{"column_number":"0","value":"収入印紙"},{"column_number":"1","value":"600 円 × 5 枚 = 3,000"}],
[{"column_number":"0","value":"収入印紙"},{"column_number":"1","value":"1,000 円 × 3 枚 = 3,000"}],
[{"column_number":"0","value":"切手"},{"column_number":"1","value":"460 円 × 3 枚 = 1,380"}]
]

tableのところで+を押して追加します。ここでは見た感じ[がある

image.png

取得した値にも[[がある
image.png

保存前にもちゃんとある。

image.png

しかし何故か、保存後には以下になりますね。バグだろう。これだからこんなツールは信用できん。

image.png

{"column_number"=>"0", "value"=>"収入印紙"},{"column_number"=>"1", "value"=>"600 円 × 5 枚 = 3,000"},
{"column_number"=>"0", "value"=>"収入印紙"},{"column_number"=>"1", "value"=>"1,000 円 × 3 枚 = 3,000"},
{"column_number"=>"0", "value"=>"切手"},{"column_number"=>"1", "value"=>"460 円 × 3 枚 = 1,380"}
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?