Re: audit trails display

2014-11-16 Thread Fabian Peters
Am 15.11.2014 um 19:17 schrieb Theodore Petrosky : > couple of things. Is there a component to display newValues when the > type.name is “Inserted" i.e.: > > { "releaseDate" = "2014-11-14 05:00:00 Etc/GMT"; "width" = "728"; "height" = > "90"; "current" = "true"; "description" = "sfgsdfgsd"; "c

Re: audit trails display

2014-11-15 Thread Theodore Petrosky
couple of things. Is there a component to display newValues when the type.name is “Inserted" i.e.: { "releaseDate" = "2014-11-14 05:00:00 Etc/GMT"; "width" = "728"; "height" = "90"; "current" = "true"; "description" = "sfgsdfgsd"; "company" = "Company.3"; "theInsertion" = "ERFileAttachment.4";

Re: audit trails display

2014-11-15 Thread Fabian Peters
Hi Ted, Am 15.11.2014 um 03:31 schrieb Theodore Petrosky : > I have just started implementing ERCoreBusinessLogic’s AuditTrails. This is > really good stuff. However, I had to ‘fix’ a boolean. > > In the migration of ERCoreBusinessLogic I see: > >ERXMigrationTable eRCAuditTrailTable =

Re: audit trails display

2014-11-14 Thread David Holt
Don't think there's anything in Wonder. It has been on my todo list for years. Sent from my iPad > On Nov 14, 2014, at 6:31 PM, Theodore Petrosky wrote: > > I have just started implementing ERCoreBusinessLogic’s AuditTrails. This is > really good stuff. However, I had to ‘fix’ a boolean. > >

audit trails display

2014-11-14 Thread Theodore Petrosky
I have just started implementing ERCoreBusinessLogic’s AuditTrails. This is really good stuff. However, I had to ‘fix’ a boolean. In the migration of ERCoreBusinessLogic I see: ERXMigrationTable eRCAuditTrailTable = database.newTableNamed("ERCAuditTrail"); eRCAuditTrailTable.new