Home Forums Development Issue in Auditing in Admin Workspace

Viewing 3 reply threads
  • Author
    Posts
    • #8409
      sayna sahusayna sahu
      Participant

      There is one Boolean attribute Active,I want to log the auditing of this attribute in Admin Workspace. I have set the updateAudit=True for this attribute, but still its not auditing in Admin Workspace but in contact application its auditing properly. I also found that most of the attribute of the entity class is auditable in admin workspace but this attribute is not auditing.

      How can I get the audit log for active attributes in Admin Audit log.

      0
    • #8417
      Sam Marteysamuel.martey
      Participant

      Hi Sayna,

      ‘updateAudit’ and ‘readAudit’ on attributes are currently ONLY shown in the Contact application in the context of the object for which you made changes. The Admin Audit Trail only shows attribute changes that happen when an ‘audited’ event is invoked from the client. An ‘audited’ event is one that has ‘audit=true’ set. This means that if you set ‘updateAudit’ to true on an attribute that is changed through a class that does not have its ‘update’ event audited, you will not see it in Admin.

      Note that this is different from ‘readAudit’ and ‘updateAudit’ on attributes. Event auditing is the only thing that shows up in the Admin application and it only shows attributes that have changed when that event is called.

      0
    • #8426
      sayna sahusayna sahu
      Participant

      Hi Samuel,

      The Audit event was been called while changing the attribute, but its still not logging in Admin,Even I tried with ‘audit=true’  for audit and update event of the class is also set as audit=’true’. Still its not auditing the attribute.

      Can you please provide me the step to audit any attribute in Admin.

      0
    • #8467
      Sam Marteysamuel.martey
      Participant

      Hi Sayna,

      This does seem strange. Would you be able to attach your meta class definition here so that we can take a look at it?

      I would like to understand your configuration to better assist you.

      Regards

      0
Viewing 3 reply threads
  • You must be logged in to reply to this topic.