tracelog EntityType

A trace log.

Entity set path:
[organization URI]/api/data/v9.2/tracelogs
Base type:
crmbaseentity
Display name:
Trace
Primary key:
tracelogid
Primary key attribute:
text
Operations supported:
POST GET DELETE

Properties

Properties represent fields of data stored in the entity. Some properties are read-only.

Name Type Details
canbedeleted Edm.Boolean

Indicates if this trace log can be deleted.

Display name: Trace CanBeDeleted Flag

Default options
Values Label
1 Yes
0 No
collationlevel Edm.Int32

Indicates the collation level

Display name: Collation Level

createdon Edm.DateTimeOffset

Time the error is created and logged.

Display name: Created On

Read only
errordetails Edm.String
errortypedisplay Edm.String

Display name: Trace Error Details

isunique Edm.Boolean

Tells if this traceLog is created uniquely(only one) for the associated entity.

Display name: Is Unique Trace

Default options
Values Label
1 Yes
0 No
level Edm.Int32

Information about the trace level.

Display name: Level

Default options
Values Label
1 Information
2 Warning
3 Error
machinename Edm.String
modifiedon Edm.DateTimeOffset

Time the error is updated and logged for the same regarding object.

Display name: Last Update On

Read only
text Edm.String

Text of the trace.

Display name: Text

timezoneruleversionnumber Edm.Int32

For internal use only.

Display name: Time Zone Rule Version Number

traceactionxml Edm.String

XML representation of the trace actions.

Display name: Trace Actions XML

tracecode Edm.Int32

Error code.

Display name: Error Code

tracedetailxml Edm.String

XML representation of the trace details.

Display name: Trace Detail XML

tracelogid Edm.Guid

Unique identifier of the trace.

Display name: Trace

traceparameterhash Edm.Int32

Stores the hash of the entity object associated with this tracelog. Hash is computed using the object type code and its id.

Display name: Trace Parameter Hash

Read only
traceparameterxml Edm.String

XML representation of the trace parameters.

Display name: Trace Parameter XML

tracestatus Edm.Boolean

Status about the trace.

Display name: Trace Status

Default options
Values Label
1 Success
0 Failure
utcconversiontimezonecode Edm.Int32

Time zone code that was in use when the trace was created.

Display name: UTC Conversion Time Zone Code

Lookup properties

Lookup properties are read-only, computed properties which contain entity primary key Edm.Guid data for one or more corresponding single-valued navigation properties. More information: Lookup properties and Lookup property data.

Name Single-valued navigation property Description
_createdby_value createdby

Unique identifier of the user who created the trace.

_createdonbehalfby_value createdonbehalfby

Unique identifier of the delegate user who created the trace.

_modifiedby_value modifiedby

Unique identifier of the user who modified the trace.

_modifiedonbehalfby_value modifiedonbehalfby

Unique identifier of the delegate user who modified the trace.

_organizationid_value organizationid

Unique identifier of the organization associated with the trace.

_parenttracelogid_value parenttracelogid

Indicates the parent ID of the trace log.

_regardingobjectid_value regardingobjectid_emailserverprofile
regardingobjectid_mailbox

Regarding mailbox or email server profile.

Single-valued navigation properties

Single-valued navigation properties represent lookup fields where a single entity can be referenced. Each single-valued navigation property has a corresponding partner collection-valued navigation property on the related entity.

Name Type Partner
createdby systemuser lk_tracelog_createdby
createdonbehalfby systemuser lk_tracelog_createdonbehalfby
modifiedby systemuser lk_tracelog_modifiedby
modifiedonbehalfby systemuser lk_tracelog_modifiedonbehalfby
organizationid organization organization_tracelog
parenttracelogid tracelog tracelog_parent_tracelog
regardingobjectid_emailserverprofile emailserverprofile tracelog_EmailServerProfile
regardingobjectid_mailbox mailbox tracelog_Mailbox

Collection-valued navigation properties

Collection-valued navigation properties represent collections of entities which may represent either a one-to-many (1:N) or many-to-many (N:N) relationship between the entities.

Name Type Partner
tracelog_parent_tracelog tracelog parenttracelogid

See also