Data Integration Superbadge challenge 3
Synchronize Salesforce opportunity data with Square Peg's PMS external system
in process builder apex class named as ProjectCalloutService is not showing process builder but in the developer console available.
Please kindly find the attachment of screenshot for your quick refrence.
help..
1 条评论
To invoke an apex class method from a process builder apex class should have a method with @InvocableMethod annotation.Please check if there is any such method in ProjectCalloutService class