Creating Package in Salesforce through Apex SDK
Thursday, August 30, 2018 at 07:41amHello everyone,
My end goal is to send an e-SignLive Package automatically when a certain custom object is created.
I was wondering if it was possible to link the custom object to the e-SignLive Package (the same way as when using a button or Visualforce page with ParentId) through an Apex Trigger. I can't find any way to do so in the documentation provided -- it can create the Package and send it no problem, but it would be stored outside Salesforce.
And trying to replicate the custom button's actions through HTTP requests in Apex seems impossible as they are GET requests that include scripts that must execute, without mentioning possible issues with oauth.
Any way to accomplish this?
Reply to: Creating Package in Salesforce through Apex SDK
Tuesday, September 4, 2018 at 08:59am