Re: ERCoreBusinessLogic Audit

2017-08-18 Thread GILQUIN Pierre
I did it but same result. I guess I will do it manually as Theodore proposes ... Thanks for your help Aaaron and Theodore Pierre Le 18.08.2017 à 16:12, Aaron Rosenzweig a écrit : Hi Pierre, Are you trying to log the creation and deletion of “PatientCenter” ? Try adding the following:

Re: ERCoreBusinessLogic Audit

2017-08-18 Thread GILQUIN Pierre
I did what you said. The config trace shows that patientCenters is key in Patient and that PatientCenter is audited : août 18 15:26:34 SSCS[2] INFO er.corebusinesslogic.audittrail.ERCAuditTrail - Configuration : { DiseaseGroupPatient = { isAudited =false; keys = (); notificationKeys = (

Re: ERCoreBusinessLogic Audit

2017-08-17 Thread GILQUIN Pierre
Thanks Aaron, The Actor is correctly set. The audit works in general but the toMany relationship is a specific problem. I try to add ERXAuditKeys also on the linking EO (PatientCenter.plist of class EOGenericRecord) but that doesnot help. others ideas ? Pierre Le 17.08.2017 à 22:23,

ERCoreBusinessLogic Audit

2017-08-17 Thread GILQUIN Pierre
Hi, From my EO Patient, I have a toMany relationship named centers. In Patient.plist, the ERXAuditKeys contains the definition (patientCenters.center) but I never get any audits. Am I missing something ? Thanks in advance Pierre ___ Do not post

Re: ERCoreBusinessLogic

2017-07-24 Thread GILQUIN Pierre
ilq...@citycable.ch>> wrote: Hi, I am interested to used ERCoreBusinessLogic framework for logging changes in EO. I didnot find any doc explaining how to implement it. At least, I think that I need to : 1) create table from the eomodel 2) use specific template (EO shoud der

ERCoreBusinessLogic

2017-07-23 Thread GILQUIN Pierre
Hi, I am interested to used ERCoreBusinessLogic framework for logging changes in EO. I didnot find any doc explaining how to implement it. At least, I think that I need to : 1) create table from the eomodel 2) use specific template (EO shoud derived from ERCStampedEnterpriseObject

Re: ERCoreBusinessLogic preferences??

2015-02-25 Thread Ramsey Gurley
> I have just implemented ERCoreBusinessLogic into my D2W app and I have a > problem with ERCPrefer. > > I am looking at my Entity List page in this case a Person. So this is a List > Person page. If I change the batchsize from the default size of 10 to 18 I > see in the

ERCoreBusinessLogic preferences??

2015-02-24 Thread Theodore Petrosky
I have just implemented ERCoreBusinessLogic into my D2W app and I have a problem with ERCPrefer. I am looking at my Entity List page in this case a Person. So this is a List Person page. If I change the batchsize from the default size of 10 to 18 I see in the ERCPefer table: 4

Re: do I have to clone ERCoreBusinessLogic?

2013-07-09 Thread D Tim Cummings
ddObserver(this, connSelector, EOModelGroup.ModelAddedNotification, null); } public final void doPatchAuditTrail(NSNotification n) { EOModel model = ((EOModel)n.object()); if ( !"ERCoreBusinessLogic".equals(model.name()) ) return; EOEntity e

do I have to clone ERCoreBusinessLogic?

2013-07-09 Thread Theodore Petrosky
i have run into a wall. the oldValues as well as newValues are hard coded to a varchar size 1000. I will never use this on anything other than Postgresql and the docs say the there is no penalty for using a column type of 'text', effectively no limit. But I will have to alter the model. I can

Re: ERCoreBusinessLogic docume-anything

2011-06-29 Thread Ramsey Gurley
> -mike >>> >>> On Jun 28, 2011, at 2:06 PM, Chuck Hill wrote: >>> >>>> >>>> On Jun 28, 2011, at 10:58 AM, Michael Gargano wrote: >>>> >>>>> Hi all, >>>>> >>>>> It seems that all th

Re: ERCoreBusinessLogic docume-anything

2011-06-29 Thread Michael Gargano
, Michael Gargano wrote: huh, cool. i did not know that. thanks. -mike On Jun 28, 2011, at 2:06 PM, Chuck Hill mailto:ch...@global-village.net>> wrote: On Jun 28, 2011, at 10:58 AM, Michael Gargano wrote: Hi all, It seems that all the cool kids are using ERCoreBusinessLogic, but I

Re: ERCoreBusinessLogic docume-anything

2011-06-28 Thread Ramsey Gurley
Jun 28, 2011, at 2:06 PM, Chuck Hill wrote: >> >>> >>> On Jun 28, 2011, at 10:58 AM, Michael Gargano wrote: >>> >>>> Hi all, >>>> >>>> It seems that all the cool kids are using ERCoreBusinessLogic, but I can&#x

Re: ERCoreBusinessLogic docume-anything

2011-06-28 Thread Ramsey Gurley
t; >> >> On Jun 28, 2011, at 10:58 AM, Michael Gargano wrote: >> >>> Hi all, >>> >>> It seems that all the cool kids are using ERCoreBusinessLogic, but I can't >>> find a lick of documentation on it. >> >> Cool kids don&

Re: ERCoreBusinessLogic docume-anything

2011-06-28 Thread Michael Gargano
huh, cool. i did not know that. thanks. -mike On Jun 28, 2011, at 2:06 PM, Chuck Hill mailto:ch...@global-village.net>> wrote: On Jun 28, 2011, at 10:58 AM, Michael Gargano wrote: Hi all, It seems that all the cool kids are using ERCoreBusinessLogic, but I can't find

Re: ERCoreBusinessLogic docume-anything

2011-06-28 Thread Chuck Hill
On Jun 28, 2011, at 10:58 AM, Michael Gargano wrote: > Hi all, > > It seems that all the cool kids are using ERCoreBusinessLogic, but I can't > find a lick of documentation on it. Cool kids don't write documentation, they write code. ;-) > I guess I only know the

ERCoreBusinessLogic docume-anything

2011-06-28 Thread Michael Gargano
Hi all, It seems that all the cool kids are using ERCoreBusinessLogic, but I can't find a lick of documentation on it. I guess I only know the secret handshake, not the super-secret handshake. :) >From poking around, I know that it logs and sends e-mails based on EO changes, >but