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