Hi, I'm looking to filter the booking UI in SRM so that all of the profile values are not shown. As an example, below I'd like the user to just select the Ingress Port SFP and Destination IP. The profile load does the rest so I really don't need to show the rest of the profile. I'll be adding a lot to it so it's better if it's all hidden. I expect I need to change the (or create my own) SRM_CreateNewBooking script but couldn't find where the profiles are loaded.
Thanks!
Hi Ross,
Indeed, you will need to have your own script, as that functionality currently does not exist.
You can find that in script SRM_AssignProfilesAndResourcesToCustomServiceDefinition (called by SRM_CreateNewBooking) method BuildParameters.
Note: Please be aware that if you edit the script, when you install a new SRM package your custom script will be overridden.
Alternatively you can suggest a new feature DataMiner Feature Suggestions - DataMiner Dojo