|
Re: ticket history
Posted: 02 Nov 09 2:29 PM
|
SalesLogix tables have 2 fields to help track how created and/or last modified certain records:
CREATEUSER and MODIFYUSER
When a record is first created, both fields are set to the same UserID (same as CreateDAte and ModifyDate, they would be identical). As users work with the data, the CREATEUSER and CREATEDATE are not touched, and only the MODIFYUSER and MODIFYDATE fields are updated.
Now, this is only true for data created within the App. If you have Integration points, it will depend on how the data was created. If the code places a value under the Create User, that value will be applied. Also, it is possible to modify these 2 fields via the backend, so if users have access/knowledge they could do so (or again an integration point not properly written could as well overwrite these fields).
Also, keep in mind that CREATEDATE and MODIFYDATE will be stored as Universal Time (UTC).
|
|
|