# OH-Clarity-0057

### Description

When the user encounters **OH-Clarity-0057**, then following error message will appear:\
OH-Clarity-0057: Error occurred while getting 'o\_ohLastUpdate' for entity. 'o\_ohLastUpdate' attribute is not properly configured in end system as expected. configure 'o\_ohLastUpdate' field as per given in "Custom Field Configuration" section of Clarity system in Product Guide.

### Cause

When Clarity system is as target end point, the cause of this issue is that <code class="expression">space.vars.SITENAME</code> is not able to access field with 'o\_ohLastUpdate' API attribute Id or 'o\_ohLastUpdate' is not configured for an entity.

### Solution

<code class="expression">space.vars.SITENAME</code>'s prerequisite is to configure a custom field with API attribute Id with 'o\_ohLastUpdate' for an entity which needs to synchronize.\
The user can refer to [Prerequisites > Custom Field Configuration](/opstech-docs/connectors/clarity.md#custom-field-configuration).


---

# 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://opstech.gitbook.io/opstech-docs/help-center-index/troubleshooting-index/errors-index/clarity-error-solutions/oh-clarity-0057.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.
