During resource assignment a user needs to configure parameters IP Service Class, Multicast IP Address and Source IP Port on the Demod Src Application function. The DTR script will transfer those values to the Network function.
Since this data needs to be in sync, is it possible to make those parameters read-only for the Network function?
Hi Jens,
It is not possible to configure a profile parameter read-only from the parameter itself.
However, in context of Interactive Automation, the profile parameter can be represented in a 'read-only' mode when the IAS script is running.
Proposals:
- Show the profile parameter value in a label/textblock
- Show the profile parameter value in a read-only/disabled textbox
- in case of number: you could use a numeric updown
- in case of Discretes: you could use a disabled dropdown
Hope this helps you further.
Hi Matthias, thank you for the suggestions. I’ll do it like that when creating my custom booking wizard.