I have a related table to my Feature Service called "notes". I want to simply add a note to this related table that links back to my feature service. I believe i have set up the proper keys/relationship. I have also been able to cast this table as both a ServiceFeatureTable or a FeatureTable. Now i am working on simply trying to create a record that will work both online and offline. I can work out all the UI stuff, but is there a quick example of how to just make a new record with a new "note" column entry?
ServiceFeatureTable onlineFeatureTable
onlineFeatureTable = map.tables.get(0);