cancel
Showing results for 
Search instead for 
Did you mean: 

How generate an Issue for Production Automatically in SDK??? PLEASE HELP!!!

Former Member
0 Kudos

Hi,

I need to create an Issue for Production Automatically for the items with Issue method = backflush (Notification) when I create a Receipt from Production in SDK.

How i can to do this???

Regards,


Daniel.

Accepted Solutions (0)

Answers (1)

Answers (1)

pedro_magueija
Active Contributor
0 Kudos

Hi Daniel,

You can capture the adding of the receipt from production (FORM_DATA_ADD event with BeforeAction = false) then create a new Issue for Production (Documents object of type oInventoryGenExit).

You can check the C:\Program Files (x86)\SAP\SAP Business One SDK\Samples\COM UI\CSharp\24.DataEvent for an example how to capture the data events.

Good luck.


Best regards,

Pedro Magueija


View Pedro Magueija's profile on LinkedIn