cancel
Showing results for 
Search instead for 
Did you mean: 

Add On

former_member687054
Participant
0 Kudos

Hi,

we have an addon developped with VB.net.

When we prepare the addon installer, I use the release comfiguration for the add-on. I include my exe file and the dll needed too.

When I run the addon from SAP, the invoice is created but without lines ???

If I run from VB in debug mode the invoice is created with lines ???

Any idea ? Anyone has already experienced this before ?

Thank you

Jodérick

Accepted Solutions (0)

Answers (2)

Answers (2)

AdKerremans
Active Contributor
0 Kudos

Hi Joderick,

Do you have any error checking in your code?

You should at least add a globel try-catch block so all errors are caught and can be shown.

Ad

former_member687054
Participant
0 Kudos

Hi,

I'm using the sdk 2005 SP1

I don't have any error in debug or in the installed addon.

I finally found the problem, I hope. I change the order of the line field I assign, and everything works fine.

Thanks for yours help

Jo

Former Member
0 Kudos

on which version of SAP B1 you are using?

i got similar behavior on SAP B1 2005A SP01 PL2 (on Sales Orders receive an error which not appears with the debugger). i got different results when running with the debugger compare to running installed Addon.