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,
    quick question on the same subject if i may:
    what then should be the advantages of using a Child Local service instead of a child global service? or what are the main differences/considerations...
    thanks a lot in advance for your help
Reply
  • Hi,
    quick question on the same subject if i may:
    what then should be the advantages of using a Child Local service instead of a child global service? or what are the main differences/considerations...
    thanks a lot in advance for your help
Children
No Data