function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Bhupathi YadavBhupathi Yadav 

Getting Error when i try cal apex method from process builderError like:

Error element myRule_1_A1 (FlowActionCall).
An Apex error occurred: System.DmlException: Process failed. First exception on row 0; first error: REQUIRED_FIELD_MISSING, missing required field: [objectId]: [objectId]
GhanshyamChoudhariGhanshyamChoudhari
if you are doing the update or insert operation, make sure you are filling all the required fields on the object. ex. if you are inserting account then you need to add account name then only you can create it.
v varaprasadv varaprasad
Hi Bhupathi,

If you have any required fields on the object. then you have to assign values to the all required fields in process builder.


Hope this helps you!
If my answer helps resolve your query, please mark it as the 'Best Answer' & upvote it to benefit others.

Thanks
Varaprasad
@For Support: varaprasad4sfdc@gmail.com