Configure My Assessment Cards & Surveys .do page

toneyvecchio1
Tera Expert

Hi Team!

We are firing up Demand and looking into modifying the page for My Assessments & Surveys: assessment_list.do

I am unable to find that URL anywhere in my CMS. Though I am not very CMS familiar I pretty much searched everywhere I could find and am at a loss. Could anyone explain how I might modify this page?

Ultimately my goal is on the nice display page is to use the Demand Name instead of "Demand" in both locations so that stakeholders.. you know.. know what Assessment they are about to take. I think I should be able to figure it once I can find it any help of course is appreciated!

SN Dev - Surveys.png

11 REPLIES 11

myee
Kilo Expert

The My Assessments & Surveys page is rendered by the UI Page assessment_list


peteborder
Kilo Explorer

Hi Tony



Were you able to find a way to grab the name of the Demand?   I have been looking at this for a couple of hours now but I can't see to determine where it is stored.



Any help would be appreciated


Not entirely, here's where I got to:


UI Page > assessment_list like Michael said, down in Client Script section I think the stuff in line 49-52:


function buildBody(data, id) {


var viewSurveyLink = 'asmt_metric_type.do?sys_id=' + data[id+1] + '&sysparm_view=' + data[id+9];;



From here, you can get to a work around. Go to Assessment > Metric Definition> Types. I only have one record, its for demand and if you change the Name column it will change whats displayed as the survey header but its static across all survey cards. Maybe theres a way but Its one variable used in each instance of it. Maybe if each card is coded separately, set a static number of card spots.



Or ya, I settled with "Project Inquiry". Anyone gets further go feel free to share


Hi Tony



Thanks for the response.   I was hoping to be able to display the actual name of the Demand (for example 'iPads for all' or 'HR report' etc). I'll keep digging and let you know if I able to achieve this.



Pete