als_get_client_changes.cgi

Top  Previous  Next

Description

An important feature of AL-Desk are the audit trails available for client changes. Any changes made to client information is logged in order to see a history of changes. The als_get_changes.cgi will retrieve the client change log information for one client.  It is invoked when the following methods are invoked

 

als_insert_client.cgi
als_update_client.cgi

 

 

Example Usage        http://www.alstracker.dnsalias.com/aldesk/als_get_client_changes.cgi?client=102809

 

Inputs

Parameter

Description

Required

Example

Data Type

client

client Code

 

 

Required

client=102421

Integer

 

 

Returned Fields

#

Field Name

Description

Data Type

1

Name

Name of the Client

String

2

Code

AL-Desk Associated Code

Integer

 

 

 

 

 

xml example

 

<?xml version="1.0" encoding="utf-8" ?>

- <root>

- <clientchanges>

<row seq="19341" client="102809" voucher="0" field="hotel" fromvalue="1" tovalue="2" usercode="1" datetime="11/30/2005 9:21:13 AM" />

<row seq="19342" client="102809" voucher="0" field="lastname" fromvalue="Joness" tovalue="smith" usercode="1" datetime="11/30/2005 9:22:03 AM" />

</clientchanges>

</root>