cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. X

Translate the entire conversation x

How to send specifics values from a grid advanced to a service or widget?

LV_10417339
2-Explorer

How to send specifics values from a grid advanced to a service or widget?

Hello

Recently I started to use this platform, what I'm trynna do is send a value from a grid advanced to a service or widget, here's how my bindings look like: 

LV_10417339_0-1663161603128.png

 

The end-user must type an ID which I use as an input for a service (datosprueba), once the end-user presses the enter key it triggers the service and it shows him a table with the required data, that table is editable, like this:

 

LV_10417339_1-1663161984432.png

 

It is expected that the end-user fill in the "cumple" column, like this 

 

LV_10417339_2-1663162242029.png

 

This is the part which I'm struggling with, I wanna make use of that "Yes" or "No" value, so I can use it as an input in a service and store it in a database, how can I do that? I'm trynna use the edited table property, but I havent figured out yet how to properly use it, hope I made myself clear, please if any of you can help me.

 

Oh, and btw I already did this: 

 

LV_10417339_3-1663162739918.png

 

it just doesnt work, the textfield stays blank. Thanks in advance.

1 REPLY 1

  • Make grid widget property 'IsEditable" as TRUE
  • Take the "EditableTable" from widget to you custom service and do the data processing

Here some articles..

Announcements


Top Tags