Hello,
Thered doesn't seem to be a way to pass the auth code to Laserfiche. How does one tie a transaction (on the Braintree dashboard) to an LF Form or Workflow instance?
-Ben
Hello,
Thered doesn't seem to be a way to pass the auth code to Laserfiche. How does one tie a transaction (on the Braintree dashboard) to an LF Form or Workflow instance?
-Ben
Hi Ben,
1. For displaying transaction ID on thank you page, it's not possible because payment has not been processed when thank you page is displayed. It is processed after form submission. So on thank you page there are only variables for payment gateway, merchant ID, currency and amount.
If you would like the submitter to know the transaction ID and status, I would suggest using email service task and sending an email to the submitter. There are variables for payment transaction ID and status after the message start event is processed.
2. For sending payment variables including transaction ID to Laserfiche, you can use the variable in Save to Repository service task when configuring fields.
3. For sending payment variables to Workflow, it is currently not supported.
I need to be able to provide the Transaction ID in either a Forms Report or in WorkFlow but there doesn't seem to be any way to accomplish this. Finance needs a daily report that provides information on which transaction is associated with which department. Sending an email for every single transaction will not work for what we need. Has anyone come up with a solution for this? Is there a chance this will be available in future versions?
Hi Kerzi,
There are a number of ways to address your requirement, including storing the data in Laserfiche or another database.
Have got considered creating a new post to ask this question in? I think others would find it interesting and it'll be easier for them to find.
Ben
I did consider another post but this was the only one I found that was looking for something similar. I was going to store this data into another database via WorkFlow but I don't have the option to grab this data within workflow. I will create another post.
Hi Ben,
On the instance detail page of a Forms instance, it would list the transaction id which matches the one on Braintree:
Hi Rui,
Thanks. Is there any chance of a variable? I'd like to display it on the the forms Thank You page and send it to Workflow/Laserfiche.
Here are my two scenarios:
1. Someone signed up for my event. A few days later they had to cancel. Laserfiche stores all of my event reigstration information. From there, I'd like to be identify the transaction to reverse in Braintree. I would llike to see the transaction ID from Laserfiche to use in the Braintree to refund the payment. Actually, it would be great to be able to reverse the transaction from Laserfiche, via a workflow activity for example.
2. All other payment system I use display a transaction ID of some sort. Urually a 5 digit number but the size and type is not relevent.
-Ben
Hi Ben,
1. For displaying transaction ID on thank you page, it's not possible because payment has not been processed when thank you page is displayed. It is processed after form submission. So on thank you page there are only variables for payment gateway, merchant ID, currency and amount.
If you would like the submitter to know the transaction ID and status, I would suggest using email service task and sending an email to the submitter. There are variables for payment transaction ID and status after the message start event is processed.
2. For sending payment variables including transaction ID to Laserfiche, you can use the variable in Save to Repository service task when configuring fields.
3. For sending payment variables to Workflow, it is currently not supported.
1. OK. Thanks. For the moment, the RealEx integration still has a use then, for more complex scenarios.
2. I'll give that a try. Thanks for the info.
3. Because I tried this and couldn't see the variable, so didn't think to try Save to Repository.