This page describes the business objects which are change tracked.
|
Name |
Object Key |
Record Key |
Comments |
|---|---|---|---|
|
|
|
|
|
|
Orders |
|
|
|
|
Order |
o |
oid (int) |
|
|
|
|
|
|
|
Projects |
|
|
|
|
Project |
p |
pid (int) |
A project points to a "Resource" (which is the container of documents and their segments). |
|
|
|
|
|
|
Jobs |
|
|
|
|
Job Standard |
js |
jsid (string) |
Key format is "s{number}". Example: "s9938" |
|
Job Standard / Document |
jsd |
jid (string) did (int) |
Standard jobs can have more than one document. This object is a relational type and links the job to a "Document" (d). |
|
Job Codyt |
jc |
jsid (string) |
Key format is "c{number}". Example: "c1234" |
|
Job Codyt RevisionSet |
rs |
rsid (string) |
Represents a workflow branch for a specific language (branch/target language) |
|
|
|
|
|
|
Invoices |
|
|
|
|
Invoice |
inv |
invid (int) |
Traces creation, modification, and deletion of invoices and quotes |
|
|
|
|
|
|
Resources and docs |
|
|
|
|
Resource |
ds |
dsid (int) |
A resource can be a project memory, translation memory or termbase. It is pointed to by "Document" objects and, in case of project memories, by a "Project". |
|
Document |
d |
did (int) |
Represents a document in a project or an import batch in a translation memory or termbase. |
|
|
|
|
|
|
Companies and persons |
|
|
|
|
Master Company |
mc |
mid (int) |
Represents the platform and its configuration. |
|
Company |
c |
cid (int) |
Represents a company - basic details only. |
|
Company Address |
ca |
caid (int) |
Extended properties of a company such as address information. This object points to the company object (see the CompanyId field which maps to the cid key). |
|
Person/User |
ps |
pid (int) |
Represents a person (aka user) in the system. A person is attached to a company. |
|
|
|
|
|
|
Supplier groups |
|
|
|
|
Supplier groups |
sgroup |
groupid (int) |
Represents a static or dynamic supplier group. This object does not include the list of suppliers added to static groups. See next line for that information. |
|
Supplier groups / External suppliers |
sgroupext |
groupid (int) svcid (int) |
Changes to external supplier company services added/removed to/from static supplier groups. The "svcid" refers to a record in the supplier's price list services. |
|
Supplier groups / Inhouse suppliers |
sgroupint |
groupid (int) psvcid (int) |
Changes to internal supplier persons added/removed to/from static supplier groups. The "psvid" is the identifier of the inhouse worker's service item. This is NOT of the same type as a price list service. |
|
|
|
|
|
|
Prices and services |
|
|
|
|
Price list |
pl |
plid (int) |
A client or supplier price list. |
|
Price list service |
svc |
svcid (int) |
A service description. Each service belongs to a price list. Inhouse person services are not encoded in this object. |
|
|
|
|
|
|
User profiles |
|
|
|
|
User profiles |
uprof |
uprofid (int) |
Custom user profiles as they can be configured in "Settings" > "Access rights". Custom profiles have an ID, name, comments and the ID of the system profile from which it inherits. |
|
User profile functionality |
uproff |
uprofid (int) |
The individual access rights (functionalities) that are enabled or disabled in the user profile (only changes with respect to the inherited system profile are listed). |
|
|
|
|
|
|
Configurations |
|
|
|
|
Labels |
label |
labelid (int) |
Custom labels added to projects, jobs, resources, price lists, etc. |
|
Custom fields |
cf |
cfdom (int) cfid (int) |
Property cfdom is the object to which the custom field is attached: Project, Job, Person, etc. See settings/customfields for a list. Property cfid is the field's ID within the type of object. |
|
Workflow template |
wkftmpl |
id (int) |
Workflow template. These are listed and configured in "Settings" > "Workflow templates". |
|
Email notification template |
emailtmpl |
- |
Email notification templates. The log shows when a specific template was changed (it does not show the exact changes though). |
|
QA profiles |
qaprof |
id (int) |
QA profile. These are listed and configured in "Settings" > "QA profiles". The log shows when QA profile rules are changed (it does not show the exact changes to rules and their settings). |
|
MT profiles |
mtprof |
id (int) |
Machine translation profiles. These are listed and configured in "Settings" > "Machine translation". The log shows when a specific profile was changed (it does not show the exact changes though). |
|
Word count profiles |
wcprof |
id (int) |
Word count profiles. These are listed and configured in "Settings" > "Word count profiles". |
|
|
|
|
|
|
Security |
|
|
|
|
Failed login attempts |
badlogin |
uid (int) |
Logs failed login attempts with user ID and name, IP address and reason. Reason any of: BAD-IP (IP not permitted), BAD-PWD (invalid password), INACTIVE (user account inactive), LOCKED (too many failed logins), EXPIRED (password expired)
|