Requires deployed extension LB Services into Sugar Environment.
LB Services is used to call logic configured with a flowchart:
- from another flowchart
- from SugarBPM
- from an external system through Sugar REST API
- from custom code (e.g. buttons)
Sets value into result port. Value in result can be used in another flowchart, which calls the Service with Call Service. E.g. if there is a flowchart that counts Tasks for accounts, the result is the number of Tasks. This result can be used in other flowcharts to build conditions, configure messages, etc.
inputs:
service – input service which result is needed to set. Commonly it is output from On Service Call.
- Required: yes
result – input value that is needed to be used in another flowchart, which calls this one.
- Required: no
outputs:
service – the service with the updated result.
Click to rate this post!
[Total: 0 Average: 0]