I m currently on 25.1.2 platform while working on views, datatype and DP’s i see few rules got generated automatically in my branch pyRouting, class meta… are they required to be merged to ruleset and deploy to other env? any risk if not deployed?
These are rules that indeed, also, need to be merged and deployed. pyRoutingTable takes care of navigating to the correct locations from a Portal, and the class meta data instances are used in conjunction with class rules.
Sometimes, it does happen that these rules (Rule-DataObject also comes to mind) are generated in branch or dev rulesets, or are not removed when the corresponding data type or local action is no longer available. It’s always worth checking if the rules you didn’t create yourself are not exceptions to the rule.
Please take a look on Deployment of associated objects
Thanks, that helps