Forums

In my current setup, I have a main custom object with two buttons: "Generate Contract" and "Send For Sign Off". The first button uses Conga Composer to generate the contract document and saves it to the main custom object. The second button creates the transaction pragmatically and navigate the user to the transaction record.

I want to relate transactions to my custom main object. I've tried populating the parentid field but I get an "Invalid Parent Id" error message. What are the steps to relate a transaction to a custom object record pragmatically?