Tag Archives: Dynamic DML append

Dynamic assignment of Field Name to an Object before DML Operation

Hello everyone, We know that we can assign a field name after the object like(Account.name), but often we need to assign the field name dynamically object before DML Operation. But this will give an Apex error as after object name there must be a valid field name not a dynamic variable holding the field name. So here …

Continue reading