Hi.
I need to change by an automation, the name of a parameter on a specific element.which function could we use?
Only one element should be affected by this change.
Thanks
Hi Henri,
I would say that to override a parameter name, the best would be to use an information template as described in Creating an information template | DataMiner Docs:
Kind regards,


If you wish only to change this for a single element, it should be possible by following this guide: https://docs.dataminer.services/dataminer/Operator_guide/Parameters/Changing_the_way_parameters_are_displayed/Changing_parameter_names_for_a_particular_element.html

Yes, I knew this way. But I need to do the chnage using an automation script.
Regards

Hi Henri,
To change a parameter name using Automation, you would need to use SLNet messages.
However, please note that SLNet messages are subject to change, and therefore their use is not recommended, as breaking changes might be introduced in future versions of DataMiner.
More information can be found here:
I did a quick check to understand which SLNet calls are involved, and it’s not very straightforward to implement this directly in code.
If you only need to rename the parameter for a single element, I’d suggest doing it manually, as Catarina recommended.
Kind regards,
Hi. We need to change only one element.
So the Information template is not the solution.
Regards.