- Community Home
- >
- Software
- >
- HPE Morpheus Software
- >
- HPE Morpheus Enterprise
- >
- Re: Custom Input FieldName with Separators
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2023 03:56 AM
01-27-2023 03:56 AM
Hi ,
I am create a custom input where the fieldname is like “uni-app-app1” , “uni-app-app2” but service catalog is not accepting the inputs.
<%=customOptions.uni-app-app1%>
Is there any other way or syntax to use the input fieldname with separators ?
As per Morpheus Documentation, we can use “_” , “-” , “.” for separators.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2023 04:01 AM
01-27-2023 04:01 AM
Re: Custom Input FieldName with Separators
Please can you try <%=customOptions.“uni-app-app1”%>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2023 06:47 AM
01-27-2023 06:47 AM
Re: Custom Input FieldName with Separators
Service Catalog does not accept like “<%=customOptions.“uni-app-app1”%>”
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2023 08:26 AM
01-27-2023 08:26 AM
Re: Custom Input FieldName with Separators
yep that’s fine “” would work if you were not using double quotes around the whole variable. Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2023 07:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2023 07:06 AM
01-27-2023 07:06 AM
Re: Custom Input FieldName with Separators
@ctaylor : Can we use separators with custom inputs ? As per doc, we can but it is not working.