Infotable as an parameter makes service not invoked
Hi,
We have a grid loading 10 to 20 rows of data. When we pass grid data as infotable to an input parameter to a service then the service not getting invoked.
Scenario:
1. User clicks a grid row
2. We triggered a button click event using Expression
3. On click we do some hide/collapse on container. Then we are calling a thingworx service which takes grid data as an input infotable parameter.
4. In thingworx service, we are having business logic to filter data and returned to UI to open a popup screen.
The above functionality is working on premises.
After we exposed our application to internet, Step #3 is not working. That means, Service invoke is not happening because of that grid data as an infotable input parameter to the service. I removed the grid data parameter the service got invoked.
Why this weird behaviour. Infotable as an input parameter to a service in working fine in on-premises but not in the internet. I checked service execute permissions as well, all looks good.
Please any help!
Br
Prem

