Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Salesforce に標準フィールドの製品説明があります。各製品の説明に改行文字を入れることはできますか?できる場合はどうすればよいですか?
製品の説明は長いテキストフィールドであるため、改行は問題ありません。
あなたは、製品の説明をどのように作成しているのかを言いませんでした。それがApexであると仮定すると、これは文字列の改行を取得する方法です。
String description = 'Line 1\r\nLine2';