RTC 6.0: Is there any possibility to Automate the Load rule creation work
![]()
Naveen Tyagi (197●36●148)
| asked Jun 16 '16, 3:00 a.m.
edited Jun 17 '16, 12:42 p.m. by David Lafreniere (4.8k●7)
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
![]()
Ralph Schoon (61.8k●3●36●43)
| answered Jun 16 '16, 3:24 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
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 . |