How to use Siebel Product Configurator API in Workflow?
What is Product Configurator API?
Siebel product configurator API is bunch of Siebel business services and methods which allows to add order item under a root customizable product which complies with rules and validations defined in product model.
It is much more cryptic and complex if one starts with the bookshelf.
his example explains how we can invoke Siebel Configurator API in correct sequence to add line items in an order.
Product Configurator API in Workflow |
Product Model used for demo :
Siebel Product Model |
- ISS Copy Service :: Load EAI
- Remote Complex Object Instance :: LoadInstance
- Remote Complex Object Instance :: CreateSession
- Remote Complex Object Instance :: SyncInstance
- Remote Complex Object Instance :: UnloadInstance
Comments
Post a Comment