Skip to main content
Could anyone please let me know if we can call a FIELD UPDATE as a Function in an Apex classF
2 件の回答
  1. 2013年8月12日 13:34
    you 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.
0/9000