Question
adding a column into the existing infotable through service
I want to add a column to the info table and as well as data shape which is associated with this info table.
result.AddField({name : "isSubScribed", baseType : "BOOLEAN"});
it is added in the infotable and name is displaying on all rows. and my datashape is also not updated with this field definition. I dont want to display name on all rows and datashape should be updated with that field definition

