cancel
Showing results for 
Search instead for 
Did you mean: 

How to open SBO system forms through vb.net code

Former Member
0 Kudos

Hi,

Suppose I am adding some data to SalesOrder form, and when I click on the Add Button I want the Journal Entry form to be opened Autmatically.

Can you tell me how to do that through VB.Net coding.

Regards,

Sudeshna

Accepted Solutions (1)

Accepted Solutions (1)

former_member184566
Active Contributor
0 Kudos

Hi Sudeshna Basu

You must use

SBO_Application.ActivateMenuItem("1281")

1281 is the ui menu id for landed costs

Answers (0)