Duplicate Exposed Services in Assistant

This forum allows users to post and respond to "How Do I Do ....." questions. The information contained in this forum has not been validated by K-Rise Systems and, as such, K-Rise Systems cannot guarantee the accuracy of the information.
JefferyD
Posts: 177
Joined: August 31st, 2021, 11:37 am
Contact:

Duplicate Exposed Services in Assistant

Unread post by JefferyD »

When creating a method, sub method, or list method, there may be times where a duplicate exposed service dedicated for a particular execution flow path is easier than combining all the logic into a single service. This will cause a call of that method to display multiple copies of that service in the assistant.
DuplicateServicesExample.PNG
DuplicateServicesExample.PNG (46.91 KiB) Viewed 5770 times
DuplicateServicesExample.PNG
DuplicateServicesExample.PNG (46.91 KiB) Viewed 5770 times
DuplicateAssistantServices.PNG
DuplicateAssistantServices.PNG (32.09 KiB) Viewed 5770 times
DuplicateAssistantServices.PNG
DuplicateAssistantServices.PNG (32.09 KiB) Viewed 5770 times

This can be reduced by performing the desired logic prior to the exposed service and instead only using it to consolidate the results of the different branches.
ConsolidatedServicesExample.PNG
ConsolidatedServicesExample.PNG (47.29 KiB) Viewed 5770 times
ConsolidatedServicesExample.PNG
ConsolidatedServicesExample.PNG (47.29 KiB) Viewed 5770 times
ConsolidatedAssistantServices.PNG
ConsolidatedAssistantServices.PNG (27.24 KiB) Viewed 5770 times
ConsolidatedAssistantServices.PNG
ConsolidatedAssistantServices.PNG (27.24 KiB) Viewed 5770 times
word count: 145

Tags:
Post Reply