cancel
Showing results for 
Search instead for 
Did you mean: 

get the vallue in a grid from a bp client

Former Member
0 Kudos
173

hello experts, I created and grid , the same grid in the the payment run in the bp, i would like to get the value when i select a client, something like this:

in the simple words what i want is:

1) when a client is already created in the bp table, and in my form push the search button, how can get the selected row in the business parner in my addon?

2) to get the value of the row and save in a edit.textbox how can i get it?

thank you

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

You can used the

SelectedRows

for the Grid, see UI API reference in your SDK folder.

To get the value of specific column you can used

GetValue("Description", row_number)

see also in UI API reference in your SDK folder

Answers (0)