Solved
after adding a new column in an existing infotable and how should I update that column with data
- July 14, 2018
- 1 reply
- 2623 views
I have added one column issubscribed to an existing infotable with the following code.
result.AddField({name : "isSubScribed", baseType : "BOOLEAN"});
column added successfully, and when i run that service i got this output which is in attached image. after that i created one mashup for that service also and when i run that mashup am unable to see that column at all on view mashup. i want to to show that column issubscribed on mashup with check boxes and when i check that box that row will get selected and event will be triggered or another service should execute.

