Perform Operations on Non-Primary BC through a Workflow
Submitted by dtadmin on Sun, 09/11/2011 - 21:21
User wants to perform operations on Service Request BC while the workflow is based on Quotes.
Solution:
An Out of the Box Business Service “Inbound E-mail Database Operations “ can be used for the same. Advantages-
1) Siebel Operations need the workflows to be BO based where as no such requirements are there for Inbound E-mail Database Operations
2) You can query as many BC (from different BO) you want
3) The BO instance is not loaded in the memory throughout the workflow
Valid Operations:
InsertRecord
|
Input Arguments
|
Output Arguments
|
|
BusObj – Business Object Name
BusComp – Business Component Name
Field: FieldName – Fields Name which needs to be set during Insert and in pass field value as literal or Process Property
|
Error Code – Error code during execution of method
Error Message – Error Message during execution of method
Object Id – Row Id of record created
|
FindRecord
|
Input Arguments
|
Output Arguments
|
|
BusObj – Business Object Name
BusComp – Business Component Name
ValueFields – List of comma-separated fields to get values from. Each field is passed back in one output argument, with name set to field name, and value set to field value.
For Example – Id,Account Id,Contact Id etc
QueryFields – List of comma-separated fields to query on. Query values are passed in additional arguments, with one argument per field. For Example – Id,Account Id,Contact Id etc
|
Error Code – Error code during execution of method
Error Message – Error Message during execution of method
Object Id – Row Id of record created
|
UpdateRecord
|
Input Arguments
|
Output Arguments
|
|
BusObj – Business Object Name
BusComp – Business Component Name
Field: FieldName – Fields Name which needs to be updated and in pass field value as literal or Process Property.
Id – Row Id of record which needs to be Updated
|
Error Code – Error code during execution of method
Error Message – Error Message during execution of method
|
DeleteRecord
|
Input Arguments
|
Output Arguments
|
|
BusObj – Business Object Name
BusComp – Business Component Name
Id – Row Id of record which needs to be Updated
|
Error Code – Error code during execution of method
Error Message – Error Message during execution of method
|
Related Articles:
Browse Categories
User login
Navigation
Popular content
- Autosys Job Handling (13,609)
- GE UNIVERSAL REMOTE INSTRUCTIONS (12,357)
- Siebel User properties (9,094)
- Test 1 - NC Drivers License Test - DMV Question Dump (8,770)
- Making a View "Read Only" based on a criteria: Aspect User Property (4,216)
- Siebel Application Response Measurement (SARM) (4,144)
- Siebel Predefined Queries (PDQ) – Reference (4,080)
- Siebel Server Component Event Logging (3,662)
- Strategies for Building Team Cohesion (3,153)
- How to create the EBC’s in Siebel (3,085)
Readers who viewed this page, also viewed:
- Siebel Development Standards (55.6%)
- Siebel Scripting – Advanced Concepts (55.6%)
- Siebel session hints (55.6%)
- How to Troubleshoot Database Errors Caused by Deleting Repositories using Siebel Tools (44.4%)
- Siebel Reporting XSLFunctions Library Methods in Siebel BI Publisher (44.4%)
- What to expect from Open UI for Siebel CRM (44.4%)
- How to import data to a LOV Type column? (44.4%)
- Automatic Logoff from the Siebel Client session, based on specific conditions. (44.4%)
- Duplicate Records after Export in Siebel (44.4%)
- Siebel Multi Lingual Changes – Considerations (44.4%)
