API enabled object not available in MUX Attributes
search cancel

API enabled object not available in MUX Attributes

book

Article ID: 395137

calendar_today

Updated On:

Products

Clarity PPM On Premise Clarity PPM SaaS

Issue/Introduction

We have got an attribute in Clarity that is API enabled, however, it is not visible on the Modern UX Administration Attributes section.

It is a very old Clarity object that existed prior to the MUX introduction.

Environment

Clarity 16.2.1

Cause

Something might have gone wrong when initially the object was API enabled.

Resolution

Run the following statement to check if the object attributes are available at the odf_attr_metadata table

  • SELECT * FROM odf_attr_metadata WHERE OBJECT_CODE = 'myobjectcode'

Run the following statement to check if the object is enabled for Field Level Security

  • SELECT is_fls_enabled FROM odf_objects WHERE code = 'myobjectcode'

If it returns a 0 value, contact support with the output and analysis of the first statement so we can provide a fix