Welcome to Zuora Product Documentation

Explore our rich library of product information

Z logger fields

The Z logger fields capture various details such as error messages, log levels, and user information to aid in tracking and debugging processes.

Field label and API name

Type and description

Details (zqu__Details__c)

Long Text Area(131072)

This field stores the time spent on the server side during the preview call, rules execution, and saving preview metrics. This field populates only for Info type logs.

Duration (zqu_Duration__c)

Number(18,0)

This field stores the duration of the method executed. It is populated only for Info-type logs and was added in Quotes version 10.41.

Error Message (zqu__Error_Message__c)

Text Area (255)

This field stores the description of the generated error.

Keep? (zqu__Keep__c)

Checkbox

This field stores information on whether the record should be deleted or retained.

Log Level (zqu__Log_Level__c)

Picklist

This field stores the type of the log record. Picklist values:

  • Error

  • Info

  • Debug

Log Name

Auto Number

This field stores the name of the record in the format Log-{0000}.

Method Name (zqu__Method_Name__c)

Text(255)

This field stores the method name from which the log record is created in the format 'ClassName.MethodName'. Starting with Quotes version 10.41, this field is also populated for error logs.

Parent Id (zqu__Parent_Id__c)

Text(255)

This field stores the parent record's ID [Account/Opportunity/Quote] for tracking purposes.

Stack Trace (zqu__Stack_Trace__c)

Long Text Area(131072)

This field stores the stack trace to identify where the error is generated in the code.

User Id (zqu_User_Id__c)

Text(255)

This field stores the ID of the logged-in user. This field was added in Quotes version 10.41.