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:
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 =
(
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,
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
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
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
> 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
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
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
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
> -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
, 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
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
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&
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
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
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
17 matches
Mail list logo