I want to get the ID's of all the Process Builder (that I created) into an Apex Class.
Is there any way to do this by means of Metadata API (or) Is there any API directly to retrieve them?
4 respostas
Hi Everyone,
Thanks for the suggestions. But I already asked this question in stackexchange already
and @Head In Cloud, I think you didn't understand my question properly. I don't want the Record ID that is going in the Process Builder. I want all the Process Builder IDs in an Apex Class. Means, for every Apex Class or Trigger or Page or Object Record, There will be a certain ID within the Salesforce Database. Likewise, there is a ID for the Process Builder as I have seen in WorkBench.I want that ID to be used in the Apex Class. Hope you Understands it...
But Thanks for the reply.