Entity Name is partially shown in the Take Assessment formDescriptionassessment_take2 page not showing whole entity text valueSteps to Reproduce Impersonate system admin Make sure that your instance has a GRC plugin Create a survey or assessment instance with metric type 'Risk assessment'Impersonate the assigned to and Go to the assessment instance link [GRC Attestation view]Take assessment and you will see Entity name is cut out. For example, it is "Entity: Business Application: Attendance" instead of "Entity: Business Application: Attendance & Payroll Management System"WorkaroundIn the table asmt_metric_type_group, there is a field called 'name'<element label="Name" max_length="40" name="name" type="string" display="true" /> In the backend, this field is copied to the label.When the policy and compliance attestation is created, the metric type group name is used to save entity name, but the entity name is truncated because of length limitation. In order to solve the issue, the max_length of metric type group's Name has to be increased. // max_length="100" would be a good one. Please change the max length of asmt_metric_type_group.name and test again with a new assessmentRelated Problem: PRB1449063