This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to move a Local Service (FSMChildService) from one FSMCategory to another one

Basically, I'm able to move nested Global services (FSMService) within multiple FSMCategories and even remove them afterwards without destroying the Global Service. How could we achieve this with a Local Service?

I was thinking something along the lines of using groovy to change the parentService of the FSMChildService object and/or modifying the definition of the FSMCategory that contains this FSMChildService.

Any feedback will be appreciated.

Thanks in advance.

-J.

Parents
  • Hi,
    Very simply, a global service can be added to any other service or category and a child service cannot be added to another service or category.
    You may have a particular reason to create a service and you don't want that service to become part of any other service, maybe because you added a rule filter to it.
    If you create a global service for your applications these services could then be added to an All Applications service or category. If you added rule filters to these global application services then these would also apply when they are part of the All Applications service. Maybe this is what you want, maybe not.
    Hope that helps,
    Kris
Reply
  • Hi,
    Very simply, a global service can be added to any other service or category and a child service cannot be added to another service or category.
    You may have a particular reason to create a service and you don't want that service to become part of any other service, maybe because you added a rule filter to it.
    If you create a global service for your applications these services could then be added to an All Applications service or category. If you added rule filters to these global application services then these would also apply when they are part of the All Applications service. Maybe this is what you want, maybe not.
    Hope that helps,
    Kris
Children
No Data