Home Analyst Portal

Limiting list items from an Enumeration List inside a Request Offering

Simon_ZeinhoferSimon_Zeinhofer Customer Advanced IT Monkey ✭✭✭

Hello guys,

sometimes we have to use simple lists inside a request offering, because we just don't want all enumerations from an enumeration list to be shown. Downside is, when we change an enumeration displayname, we also have to change it in every RO, where we want to map it from the simple list selection.

I had a look at the list picker inside the Dev console and it seems, the list items are received via an API call - is that correct? If yes, it should be possible to rewrite the call to e.g. another parent enumeration and show only these items. So we could just organize the enums we want inside a parent enumeration and could add a javascript file for every RO, where we want the enumerations to be rewritten, inside the custom.js

The problem is, I am not really good at javascript and so I don't know how this could be done. Especially as I am not sure, if only the API call would have to be rewritten, or some more customizations ned to be done. Has anyone an idea how this could be accomplished?

Answers

Sign In or Register to comment.