# Properties

The *Properties* module is where you will find the global system settings for the **Unifi** application.

## &#x20;**Integrations Enabled**

Control all integrations using this master switch.

## &#x20;**Read-only Role**

Allow users with this role to read bond records for informational purposes. Intended for giving access using related bond lists on the process tables. It does not expose the application menu. For greater control use the x\_snd\_eb.user rol&#x65;**.**

## &#x20;**System Logging**

Choose the required logging level for the application: 'debug' writes all logs to the database, 'info' writes informational, warning and error logs to the database.

{% hint style="danger" %}
Debug mode is extremely resource intensive. Only choose 'debug' for troubleshooting when session debugging is not adequate.
{% endhint %}

## &#x20;**Debug Mode**

Use for general integration debugging to capture debug messages in the console in addition to info, warn and error.

## &#x20;**Trace Mode**

Enable input/output trace logs for functions that have been wrapped for tracing.&#x20;

{% hint style="warning" %}
Requires Debug mode to be enabled.
{% endhint %}

## &#x20;**Core Debug Mode**

Enable input/output trace logs for core application methods. This produces extremely verbose logs from all core scripts which will help ShareLogic Ltd if you ever run into trouble with the app.&#x20;

{% hint style="danger" %}
Not required for general integration debugging.
{% endhint %}

The choices are:

* **Off**: No debug mode is active. *Performance is not affected*.
* **Silent**: Enhanced exception handling and error logs. *Performance is slightly affected*.
* **Trace**: Functional profiling in addition to enhanced exception handling and error logs. *Peformance is affected*. *Requires Trace mode to be enabled*.

## &#x20;**Log Portal Activities**

Turns on Activity Logs for Service Portal interfaces.

## Activity Log Cleanup

How many days should Activity Logs be kept before being removed?

{% hint style="info" %}
Default: 7.
{% endhint %}

## **Designer: Standard list columns**

Configure which columns are always shown on lists in the Unifi Integration Designer portal. Multiple columns should be separated by a comma.

## &#x20;**Orphaned Transaction Cleanup Age**

How many days should orphaned transactions be kept before they are removed?&#x20;

{% hint style="info" %}
Default: 7.
{% endhint %}

## &#x20;**Orphaned Transaction Cleanup Limit**

What is the maximum number of orphaned transactions to remove at any one time?

{% hint style="info" %}
Default: 1000.
{% endhint %}

## Complete Heartbeat Transaction Cleanup Age

How many hours should successful heartbeat transactions be kept for before they are removed?

{% hint style="info" %}
Default: 24
{% endhint %}

## **Failed** Heartbeat Transaction Cleanup Age

How many days should failed heartbeat transactions be kept for before they are removed?

{% hint style="info" %}
Default: 90
{% endhint %}

## **Enable Integration Attachments**

Enables logs and payloads generated by Unifi transaction processing to be attached to transactional records.&#x20;

{% hint style="info" %}
Logging attachments this way is now deprecated and has been replaced by the Unifi portal and Activity Log.
{% endhint %}

## Allow Unifi Files

Control whether to allow files to be created in the Unifi scope on Unifi tables (prefix x\_snd\_eb\_)

{% hint style="info" %}
Default: false
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sharelogic.com/unifi/3.1/administration/properties.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
