Documentation
LOG
usage
<SEARCH>
<LOG>
<INFO>
[<USERID operator="{=,IN,starts-with,contains,GT=,LT=,GT,LT,NOT IN,NEQ,!=}"/>]
[<DATE operator=""/>]
[<COMMAND operator=""/>]
[<MODULE operator=""/>]
[<ELEMENTID operator=""/>]
[<OPERATION operator="">{append,remove,modify}</OPERATION>]
[<SERVICE operator="">{INFO,DEP,COMM,CATEG,DESC}</SERVICE>]
[<FIELD operator=""/>]* only if <SERVICE>INFO,DESC,DEP,COMM</SERVICE>
[<CATEGORYID operator=""/>]* only if <SERVICE>CATEG</SERVICE>
[<VALUE operator=""/>]* only if <SERVICE>INFO,DESC,DEP,COMM</SERVICE>
[<LANGUAGEID operator=""/>]* only if <SERVICE>DESC</SERVICE>
[<COMMENTID'operator=""/>]* only if <SERVICE>COMM</SERVICE>
[<TYPE operator=""/>]* only if <SERVICE>DEP</SERVICE>
</INFO>
</LOG>
<RETURN>
[<INFO>
[<USERID/>]
[<DATE/>]
[<COMMAND/>]
[<MODULE/>]
[<ELEMENTID/>]
[<OPERATION/>]
[<SERVICE/>]
[<FIELD/>]
[<CATEGORYID/>]
[<VALUE/>]
[<LANGUAGEID/>]
[<COMMENTID'/>]
[<TYPE/>]
</INFO>]
[<USER>
[<INFO/>]
[<DESCRIPTIONS/>]
[<CATEGORIES/>]
</USER>]
[<PAGINATE display="" page=""/>]
</RETURN>
</SEARCH>
paramètres
USERID: the user who made the modification
DATE: the modificationdate
COMMAND: the xSushee command executed (CREATE or UPDATE)
MODULE: the type of the modified object
ELEMENTID: the ID of the modified object
OPERATION: the operation, if the modification was on these services : DEPENDENCY, COMMENT, CATEGORY, DESCRIPTION
SERVICE: the service concerned
FIELD: the field modified
VALUE: the value
CATEGORYID: only if service is CATEGORY, the ID of the category assigned/removed
LANGUAGEID: only if service is DESCRIPTION, the languageID
COMMENTID: only if service is COMMENT, the ID of the comment created/updated
TYPE: only if service is DEP, the dependencytype used
Search in the sushee history log (element modifications history)
exemples
Modifications made on a contact
<SEARCH>
<LOG>
<INFO>
<MODULE operator="=">CONTACT</MODULE>
<ELEMENTID operator="=">1857</ELEMENTID>
</INFO>
</LOG>
</SEARCH>
Modifications made on the contact by the user itself
<SEARCH>
<LOG>
<INFO>
<USERID operator="=">1857</USERID>
<MODULE operator="=">CONTACT</MODULE>
<ELEMENTID operator="=">1857</ELEMENTID>
</INFO>
</LOG>
</SEARCH>
Voir aussi :
ACTIVITYLOG
Log user actions