Logging Activity

From nuBuilderForte
Revision as of 19:53, 19 December 2017 by Admin (talk | contribs) (Created page with "nuBuilder Forte can track when records are... *Added *Accessed *Edited and by whom. This information is stored as a JSON string in a field named by joining the table name ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

nuBuilder Forte can track when records are...

  • Added
  • Accessed
  • Edited

and by whom.


This information is stored as a JSON string in a field named by joining the table name with '_nulog' eg. customer_nulog

You can use a version of the SQL below to create the nulog field.

ALTER TABLE `aaa` ADD `aaa_nulog` VARCHAR(1000) NOT NULL