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?

特殊文字の扱い

Last updated at Posted at 2024-10-07

消せないらしい

image.png

Maybe the encoding is not UTF-8

3.Encode Special Characters: Use the percent encoding format (%XX), where XX is the hexadecimal code of the special character. You can find online tools or resources to help you convert the special character to its hexadecimal code.

https://help.salesforce.com/s/articleView?id=001728579&type=1

000000000000000AAAの扱い

Idの先頭3桁でオブジェクトを特定できます。000はEmptykeyみたいですね。

Salesforce Empty Key Id - 000000000000000AAA

https://www.fishofprey.com/2011/06/salesforce-empty-key-id.html

image.png

https://www.fishofprey.com/2011/09/obscure-salesforce-object-key-prefixes.html#google_vignette

Salesforceの内部側の値みたいでです。

Apexなら Nullで指定しておけばこのIdを使用しないでOKみたいですが、

Java Script(おそらくデータローダもこれ)はこの値になるようなことが解説されています。

どうしてこのような仕様なのかは私では分からないです

Force.comで参照項目無しの場合に指定するID文字列

https://salesforce.stackexchange.com/questions/115978/empty-key-random-string-on-export

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?