Share all details related to your problem, including any error messages you may have received.
Hi Community,
I have a requirement which is to add a column to the list of access reviews within a selected certification. In order to achieve this I’ve added a new ColumnConfig into the UIConfig Attribute: , but so far it has only added the column without the corresponding information.
Is it necessary to create a rule to populate that new column?
Hi,
You can only display in the column that would contain attribute which is available on the object. As farvas i remember the only extensible certification related attribute is certificationItem. What you see in this screen is AccessReview object. That means you cannot extend it with any custom attribute ergo you cant display it here.
What you did with the UIConfig is correct as long as you use attribute available in AccessReview class.
As @kjakubiak mentioned, you can only display values which are part of that object and Certification is the only object available. Please find the below screenshot from Whitepaper for your reference.