Hi
I am trying to create a service definition that requires a custom property "Bitrate".
However, the current booking manager is used for all the service definitions and all of them do not need "Bitrate" property except what I am going to create.
Is there any way I can only show this property when the user selects that specific service definition?
For instance, I only want the Bitrate property to be displayed when I select the "1021U - ETS silver (unicast)" service definition.
Please see the attached screenshots below.
But if I select another service definition, the property should not be displayed (like the ETS gold).
Please see the attached screenshots below.
Thanks.
Jason,
Performing calculation is something supposed to happen inside the Profile-Load script ( or using a mediation snippet on Profile Parameter level ).
From what I've understood here, end users also want to see the calculated value. In that case, you have 2 options :
- Option 1: implement a custom booking wizard that will be fully tailored to the needs of the end users.
- Option 2: add 2 bitrate parameters in your profile definition. The first one filled in by the user and the second updated via a DTR rule.
Thanks, Emmanuel, we will check on these options.