cancel
Showing results for 
Search instead for 
Did you mean: 

Save is not happening in AR invoice

RamBilasYadav
Participant
0 Kudos

Hi,

I have trapped the Click even of the Add button in AR Invoice (133) and have written some logic to update my tables when BeforeAction = False. But my logic is working fine while the actual AR Invoice saving is getting skipped. I have even set the BubbleEvent = TRUE.

What could be the reason for this behaviour? How should I go about?

Thanx in advance.

With regards,

Ram.

Accepted Solutions (0)

Answers (1)

Answers (1)

RamBilasYadav
Participant
0 Kudos

Solved that problem. Since I was in the break mode it wasnt going to the save. Once I removed all the breakpoints and then run it, its working fine. But now the problem is, My code is executed first and then the AR Invoice is being saved. So, I am missing the current invoice. My main intension is to get the current invoice being saved. How to do it? Is there any other event which I can utilize to handle my need?

With Regards,

Ram.