on 2017 Nov 28 9:59 AM - last edited on 2024 Feb 04 12:42 AM by postmig_api_4
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
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
94 | |
9 | |
8 | |
8 | |
6 | |
5 | |
5 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.