How to access a record producer's name from within the record producer scriptIssue Navigate to Service Catalog >> Record Producer >> Select required Record Producer ItemScroll down to the related lists and go to "Variables" tab >> Click on "New" button to create a variable on the Record Producer and enter required fields like Question, Name and any other details. Please click on hidden checkbox if you do not want it to appear on the SC item page. Give it a Default value as: javascript:current.cat_item (see below) Click on the "Submit" button to save or right click on the header and click on Save. Then you can go to script section of the record producer and use the newly created variable in the script code e.g. producer.sample_rp_name.name (to obtain the name) and click on the Save button to save the updated data in the script "producer.sample_rp_name.name" will return the Translated name of the record producer, dependent on the session language.To obtain the English translation utilise "getValue()" e.g. "producer.sample_rp_name.name.getValue()".