Skip to main content
April 3, 2017
Question

Passing the values fom TWX to .Net page?

  • April 3, 2017
  • 1 reply
  • 3092 views

Hi!!!

I have my reports in TWX 5.3 . If I click something, that click on value or the entire row has to be passed and updated as well in .net page.

How could I make this possible?

1 reply

5-Regular Member
April 3, 2017

Hi Bavithraa Marimuthu​,

Does your .Net page support REST; if yes then you can create a custom service which takes the Row as input and POST the data to your page.

You can use POSTJSON snippet for the same.

I hope it helps.

Thanks,

Ankit Gupta

April 3, 2017

Ankit,

Could you please explain in detail?