On Feb 10, 2012, at 6:43 AM, Vineet Deodhar wrote: > There is a bit of extra work because of adding flag-field in fetched > dataset-row (dict). > Before saving the dataset to DB, the flag-field from each & every dict. > Otherwise it would give "FieldNotFoundException: Field 'myflag_name' does > not exist in the data set."
When creating the flag field (or any other temp field that's not part of the data set), you should set the bizobj property NonUpdateFields: bizobj.NonUpdateFields = [delFlag, ...] That tells Dabo not to try writing these fields to the backend. -- Ed Leafe _______________________________________________ Post Messages to: Dabo-users@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/67291c90-8b58-4f6e-aced-9f06c75a2...@leafe.com