Browse By Tags

  • User Preference Bundler

    In switching Dbs delivered by developers and also in our attempts to finalize the v11-to-v12 migration I'm irked by constantly needing to re-fix tables and save layouts. I think there should be a preference bundler so we can, as developers, export a…
  • getPreferenceItemProperty and setPreferenceItemProperty

    Hi, I am implementing a Generic action form UI to let user pick his default group among multiple groups he belongs to. I could achieve it with adding a property to Core_GlobalLayout and write getter and setter for this with sql, but when I use API…