RTC 6.0: Is there any possibility to Automate the Load rule creation work
Stream structure is being changed frequently and every time we need to create the new loadrule as per new structure that required a lot of time. Is there any possibility to create a custom plugin/application that can help user to create new load rule as per updated structure. I have been going through already created loadrule to understand the pattern for feasibility of this through Java. Thanks in advance.
One answer
A load rule is a XML/Text file. All data that is in the load rules is accessible using the JavaAPI.
I know that some customers generate their own load rues. Yes, you can do that.
How to hook this up and where to make this accessible is a different matter. There are numerous ways to do this. I explained how to add context menus in the Eclipse client in https://rsjazz.wordpress.com/?s=menus .
I know that some customers generate their own load rues. Yes, you can do that.
How to hook this up and where to make this accessible is a different matter. There are numerous ways to do this. I explained how to add context menus in the Eclipse client in https://rsjazz.wordpress.com/?s=menus .