Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

to record custom-made transaction using SHDB

former_member552147
Participant
0 Kudos

Hi Gurus,

I am trying to record custom-made transaction using SHDB and it works very well when I process it from the transaction recorder (as a matter of fact I am trying to create deposit so in the end it creates a document). But when I transfer the recording to a program and run it as a result nothing happens and document has not been created.

Do I need to use some special techniques to record and transfer the recording to a program of custom-made transaction or manually add commitment to the code? What do I miss or it does not work with custom-made transaction?

Thank you in advance for your help.

A useful advice will be awarded!!!

1 ACCEPTED SOLUTION

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

You shouldn't have to do anything special when recording custom programs. Can I see you coding?

REgards,

Rich Heilman

3 REPLIES 3

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

You shouldn't have to do anything special when recording custom programs. Can I see you coding?

REgards,

Rich Heilman

Former Member
0 Kudos

Hi

When creating custom made transactions the coding will be created using your inputs in transaction.

Those are taken as constants.But when you are bringing it to the program you have to give the values to those constants by yourself.

In case if you have given wrong inputs it may not work or case sensitve inputs will create problem. Problem may be in the okcode fields also.

If you give me the input values and transaction name and requirements i can try to create a program.

otherwise you have to give the code to debug..that is more complicated then first

debugging without knowing the requirement.

By

Yuvaram.

former_member552147
Participant
0 Kudos

Hi,

The problem has been solved by adding commitment statement.

Thank you to all.