Changes between Version 12 and Version 13 of DeveloperGuidelines/EdenMobile/Settings


Ignore:
Timestamp:
10/30/17 15:30:49 (7 years ago)
Author:
Fran Boon
Comment:

+autosync

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/EdenMobile/Settings

    v12 v13  
    99
    1010||= Setting =||= Purpose =||= Structure =||
     11|| autosync || Whether a resource should prompt to sync new/modified records directly back to the server || Boolean (Defaults to False if not defined) ||
    1112|| autototals || Allow a field to default to the sum of a set of other fields, whilst still allowing manual entry || {"sumFieldname": ["sourceFieldname1", "sourceFieldname2"]} ||
    1213|| grids || Allow a set of fields to render as a Table in the form || {"pseudoFieldname": {"r": ["rowLabel1", "rowLabel2"], "c": ["colLabel1", "colLabel2"], "f": ![["realFieldname_forR1C1","realFieldname_forR1C2"],["realFieldname_forR2C1","realFieldname_forR2C2"]]} ||