cancel
Showing results for 
Search instead for 
Did you mean: 

Save modified form in SAP BO

Former Member
0 Kudos

Hi,

I modified the Production Order adding a ComboBox and this save some value to OWOR Database.

I change this using the SAP Business one studio, but I want to know how can I to save this Form modified inside SAP?

Regards.

Accepted Solutions (1)

Accepted Solutions (1)

pedro_magueija
Active Contributor
0 Kudos

Hi Pablo,

Do you mean replace the standard form with yours? This is not possible. What you can do is capture the load event of the corresponding form and "apply" your modifications.

If this wasn't quite what you meant, please elaborate.


Best regards,

Pedro Magueija


View Pedro Magueija's profile on LinkedIn

Former Member
0 Kudos

Can you provide me a example?

Many thanks.

edy_simon
Active Contributor
0 Kudos

Hi Pablo,

You need to create an Addon for this.

You can take a look at the Sample in the SDK on how they modify the Order screen :

C:\Program Files (x86)\SAP\SAP Business One SDK\Samples\COM UI\CSharp\11.SystemFormManipulation

Regards
Edy

pedro_magueija
Active Contributor
0 Kudos

Hi Pablo,

Like pointed out the Samples in the SDK are your best starting place. I'll just complement Edy's answer by saying that for one item (like in your case) it's ok to add it programmatically. But if you plan to add many items, you should consider using Xml. See the WorkingWithXml sample for a starting point.

Good luck.


Best regards,

Pedro Magueija


View Pedro Magueija's profile on LinkedIn

Answers (0)