How to add multiple CIs on a Change Request Record Producer thru Service Catalog

QX
Tera Contributor

Hi - I am building a simplified change request that will be submitted thru the portal. I am using a Select List and mapping it to the configuration item so the requester can provide more than one CI when needed and getting the error message when submitting. The Change gets created but only one CI is added and not all the once selected. Can anyone advice on how can I accomplish a requester to add multiple CIs thru a service catalog record producer? 

find_real_file.png

 

This is the error I get
find_real_file.png

6 REPLIES 6

ersureshbe
Giga Sage
Giga Sage
I suspect, your change request CI field type is reference and portal end it's list type. Can you check the field type in change_request form.
Regards,
Suresh.

QX
Tera Contributor

It is a reference field on the change request form. However when you start a new change, before it reaches on the Asses stage, you can add them this way. I just want them to be able to add thru the portal when creating the change. 

find_real_file.png

In your record producer, how you wrote the script you should split the comma separated values and should map it to appropriate change request.
Regards,
Suresh.

QX
Tera Contributor

I dont have a script written for it. It just map the field to the Configuration Item and and it does, but errors out and does not bring all the CIs that I add in the portal form.