I am trying to place an electronic signature for a shipping transaction that is called from a custom form. I have a sub-collection of all Order-Line-Releases ready to be shipped through Order Shipping code in SQL. My code loops through the sub-collection, generates the esignature GUID, username, launches the electronic signature form which prompts the user to enter the password like normal. Upon successful password entry and the user clicks ok, the SLEsigAuthorizations.CreateCheckSum (Handcoded - Standard Method) is ran and I get a failure message back that states "Record Not Found". I have never done with anything with electronic signatures in Syteline/CSI before so I am not sure what the requirements are. Since this is a hardcoded method I cannot access the code to troubleshoot the issue. Any tips from fellow mongoose/Syteline/CSI developers out there?