Description box limited on characters under Projects or Ideas
search cancel

Description box limited on characters under Projects or Ideas

book

Article ID: 229373

calendar_today

Updated On:

Products

Clarity PPM SaaS

Issue/Introduction

Please let me know the instructions on how to make the description box for Projects/Ideas be set to have infinite numbers of characters as this is the only area to put notes on ideas.

 

Environment

Release : 15.9.1

Component : Clarity MUX UI Usability

Resolution

the Description Attribute has a hard coded limit of 762 characters

https://api-broadcom-ca.wolkenservicedesk.com/attachment/get_attachment_content?uniqueFileId=R+yK9AACCaw5a0stTWFb7w==

As an alternative, you can leverage the Objective attribute, which has an ootb maximum size of 2000:

https://api-broadcom-ca.wolkenservicedesk.com/attachment/get_attachment_content?uniqueFileId=gUkdfGaYrrXmrDbW1/zFQA==

 

As an even more alternate option, you could create a custom attribute under the Idea object. Now if you do this using data type 'string', you'll still have a 2000 character limit. However if you use 'Large String - Rich text' it will have no such limit:

https://api-broadcom-ca.wolkenservicedesk.com/attachment/get_attachment_content?uniqueFileId=fsSqlIgdJ01sY0M6SyfL6A==

Important: in order to make this available in the New UX, you MUST assign an API attribute ID to the attribute.

Once you create the new attribute in Classic PPM under the Idea object, you'll need to go to Blueprints in the MUX (Administration-Blueprints) Clear any filters and select the type 'Idea' and edit the default blueprint to add this field (and optionally remove the current Description field).