Logs
- In the View section, select an appropriate list view from the drop-down list to go directly to that list page, or click Create New View to define your own custom list view. List views let you display a list of records that match specific criteria.
- In the Recent section, select an item from the drop-down list on the right to display a brief list of the top records matching that criteria. The choices are listed in the table that follows.
- From the list, you can click any object name to go directly to its detail.
- To change the value of an editable field shown in the list double-click it, enter the value you want and click Save.
Recent Choice |
Description |
|
---|---|---|
Recently Viewed |
The last 10 or 25 records you viewed, with the most recently viewed item listed first. This list is derived from your recent items and includes records owned by you and other users. |
|
Recently Created |
The last 10 or 25 records you created, with the most recently created item listed first. This list only includes records owned by you. |
|
Recently Modified |
The last 10 or 25 records you updated, with the most recently updated item listed first. This list only includes records owned by you. |
The Logs tab contains the events that occur while processing records in the background. You can use the Logs tab to monitor background processes such as creating billing documents for several contracts. When notified by email or Chatter, you can view the logs created during a billing process by clicking the link in the message.
Queueable Apex or Batch Apex
Depending on the value of the Use Queueable custom fields in the Background Process Settings custom setting, the Logs tab records events that occur during Batch Apex or Queueable Apex jobs for background Billing Central processes. For information about changing this, see Background Process Settings and Background Processes.
If using Queueable Apex, a scheduled job check runs at the interval set in the Job Check Interval field in the Background Settings custom setting. See Job Check Interval. Logs are created for the background Billing Central process that is currently running. If an entire background process fails, errors are logged against the record on which the errors occurred. The records that failed are retried one by one.
If using Batch Apex, a single Batch Apex job is created. If validation errors occur while that job is running, the job is retried once, however records that exceed Salesforce limits are not retried.
You can schedule a job to delete old logs and jobs.