audit-goose
Reactive icon

Audit Goose

Stable version 1.0.2 (Compatible with OutSystems 11)
Uploaded
 on 24 August 2024
 by 
5.0
 (1 rating)
audit-goose

Audit Goose

Documentation
1.0.2

How to set up an audit action

  1. Go to Audit Actions and add an action
  2. Set up all the fields except for GUID (which is set up automatically)
  3. Now on your save action, on the client side, if you want to record the location of the user, use the GetCurrentLocation() action and send it as an input to the server
  4. Now on the server side, get the old record and serialize both the old and new record and send them as inputs to Audit Goose
  5. Make sure as well to send the correct GUID of the action you created inside the CreateAuditRecord action

You are now ready to goose around!


For updating from DEV to TEST to PROD, just use the Download and Upload buttons, to download the current audit actions and update them respectively, inside Audit Actions


For checking audits from a specific record, drag and drop the AuditList block into a specific record and make sure the RecordId is filled (example below)




1.0.1

How to set up an audit action

  1. Go to Audit Actions and add an action
  2. Set up all the fields except for GUID (which is set up automatically)
  3. Now on your save action, on the client side, if you want to record the location of the user, use the GetCurrentLocation() action and send it as an input to the server
  4. Now on the server side, get the old record and serialize both the old and new record and send them as inputs to Audit Goose
  5. Make sure as well to send the correct GUID of the action you created inside the CreateAuditRecord action

You are now ready to goose around!


For updating from DEV to TEST to PROD, just use the Download and Upload buttons, to download the current audit actions and update them respectively, inside Audit Actions


For checking audits from a specific record, drag and drop the AuditList block into a specific record and make sure the RecordId is filled (example below)



1.0.0

How to set up an audit action

  1. Go to Audit Actions and add an action
  2. Set up all the fields except for GUID (which is set up automatically)
  3. Now on your save action, on the client side, if you want to record the location of the user, use the GetCurrentLocation() action and send it as an input to the server
  4. Now on the server side, get the old record and serialize both the old and new record and send them as inputs to Audit Goose
  5. Make sure as well to send the correct GUID of the action you created inside the CreateAuditRecord action

You are now ready to goose around!


For updating from DEV to TEST to PROD, just use the Download and Upload buttons, to download the current audit actions and update them respectively, inside Audit Actions


For checking audits from a specific record, drag and drop the AuditList block into a specific record and make sure the RecordId is filled (example below)