お気に入りMahesh Salem Infotech が「#Customer Service」で質問2013年8月12日 13:31Could anyone please let me know if we can call a FIELD UPDATE as a Function in an Apex classCould anyone please let me know if we can call a FIELD UPDATE as a Function in an Apex classF2 件の回答並び替え日付で並び替え役に立った順で並び替え日付で並び替えコメントをさらに読み込む...Jeff May2013年8月12日 13:34you don't have to call FIELD UPDATE. In Apex, you can set a field value and then use DML update to store the new value in the database.コメントを追加回答を記入...太字斜体下線取り消し線箇条書き番号付きリストリンクを追加コードブロック画像を挿入ファイルを添付リンク URLキャンセル保存0/9000返信
Jeff May2013年8月12日 13:34you don't have to call FIELD UPDATE. In Apex, you can set a field value and then use DML update to store the new value in the database.