cancel
Showing results for 
Search instead for 
Did you mean: 

Popup in matrix: Display user form from a button in matrix

Former Member
0 Kudos

Hi

I am using SBO 6.5 SDK. I am creating a addon which has a matrix in it. There should be a link button in the matrix which will display a user defined form. I need to display a link button as in Sales Opportunity system form which pops up another form for user to enter values. The calculated values are displayed back to the matrix. I have to implement a similar logic. Can anyone suggest a solution?

Thanks

Jency

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

This has been discussed in more than one previous posting. I suggest that you search on "linked button" or similar words. SBO SDK does not yet support linked buttons in a matrix.

Also linked buttons have to be assigned to a standard type from a limited list. You will need to mimic this functionality to use any document outside that list.

I have done it by activating menu events and sending keystrokes to the application (oAppl.SendKeys).