cancel
Showing results for 
Search instead for 
Did you mean: 

How load a b1f file as XML using SAPBusinessOneSDK?

g_catena
Explorer
0 Kudos

Hi to all,

is it possible to load dinamically and show a form b1f as XML?

I've tried with Application.LoadBatchActions and it seems to work, but retrieving the form with Application.Forms.Item it throws an Invalid Form exception.

And then how add, always dinamically, the specifics item events provided by B1 studio for VS?

Thanks

Gianni

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member233854
Active Contributor
0 Kudos

Hi,

Please have a look at this video

https://www.youtube.com/watch?v=1PEcVa1e-9s

Open form is showed in 11:30

g_catena
Explorer
0 Kudos

Hi,

thanks for the answer, I already saw this video, but my goal is different.

I don't want instantiate the form directly from the class, I need to load the form as XML using LoadBatchActions or FormCreationParams.XmlData with AddEx.

It works with a .srf file and managing the ItemEvent, but I'd like to use .b1f files and its specific items events.

I hope to have been clearer.