ABOAutoOrderSalesCopy

Siebel 7.8.2.5 - Sales
You can create an Order by clicking on "Auto Order" button in the Quote Applet. This method is called "ABOAutoOrderSalesCopy" and is a vanilla method and the methods are not exposed to edit. It calls a WF called "SIS OM Quote To Order Workflow PMT Version". The Business Services invoked by this WF are not editable.
Now, I have a few custom fields in Quote that I need to populate when I create the Order. Is there anyway I can edit the WF
OR
Can I write a custom WF/Script to replicate the functionality + handle the additional fields.
Is there a document that explains what the method "ABOAutoOrderSalesCopy" does?
Raghu

Hi Raghu,
Its better to get in touch with your technical manager for getting access to support web,
best way of doing this is to contact oracle support raise an SR that will give you prompt results*
Siebel Bookshelf version 7.8 > Siebel Order Management Guide > Using Asset-Based Ordering > About Asset-Based Ordering
Perform the following configuration steps to be able to copy custom fields from Quote Line Items to Order Line Items.
In Siebel Tools
Extend tables S_ORDER_ITEM and S_QUOTE_ITEM to accommodate custom columns. For ease of maintenance, both tables should have the same column names for the extension columns.
Expose custom columns in :
Order Entry - Line Items
Quote Item
Quote Item (No Link)
Order Entry - Line Items (Simple)
For Siebel version 7.7 and higher, also expose the columns in two additional business components:
MACD Quote Item
MACD Order Entry - Line Items
Expose the custom fields in the user interface (UI). appropriate applets.
Add the following user property to the SIS OM PMT Service business service for each custom field:
Name = SIS OM Quote.Line Item:SIS OM Order.Line Item Map N (where N is the next higher incremental number)
Value = [CustomField]:[CustomField]
Define the field mapping for the high performance quote to order method by adding the following business component user property to the Order Entry – Orders business component for each custom field:
Name = Quote To Order Line Item Map N (where N is the next higher incremental number)
Value = CustomField:CustomField
For Siebel version 7.7 and higher, perform these additional steps:
6. Define the custom field as an integration component field under MACD Order Entry - Line Items integration component of MACD Order Entry integration object.
7. Define the custom field as an integration component field under MACD Order Entry - Line Item’s integration component of SIS OM Order integration object.
8. Define the custom field as an integration component field under MACD Quote Item Integration component of MACD Quote integration object.
9. Define the custom field as an integration component field under MACD Quote Item integration component of SIS OM Quote integration object.
Compile the changes into the Siebel Repository file (.srf).
In the Siebel Client Application
Mobile Web Client and Dedicated Client
If it does not already exist, create a [InfraObjMgr] section in the Siebel configuration file (.cfg). Then add the parameter AssetBasedOrderingEnabled = TRUE. Otherwise, just add this parameter to the existing [InfraObjMgr] section.
Web Client
The server component parameter Order Management - Enable Asset Based Ordering must be set to True in order to use the asset-based order workflows associated with the Configure and Submit buttons. Perform the following steps:
For Siebel version 7.5.x:
Navigate to the Server Administration screen.
Select Components in the Show drop-down.
Query for the object manager of the application.
Click the Component Parameters View tab.
Query for parameter: Order Management - Enable Asset Based Ordering.
Set the Current Value to True and save the record.
Perform the above for the object manager of each application you want to use.
Restart the Siebel Server.
For Siebel version 7.7 and higher:
Navigate to Administration – Server Configuration.
Click the Components view tab.
Query for the application object manager.
Click the Parameters view tab.
Query for parameter: Order Management - Enable Asset Based Ordering.
Set the Value to True and save the record.
Perform the above for the object manager of each application you want to use.
Restart the Siebel Server.
NOTE: The parameter AssetBasedOrderingEnabled will only work if the license keys in the database has the Order Management module. To implement Asset-based Ordering and the functionality described in this Technical Note, the Siebel Order Management Module must be licensed. To purchase the Siebel Order Management module, consult with your Technical Account Manager or Siebel Sales Representative.
Test the Application
Start the Siebel client application.
Navigate to the Accounts screen.
Drill down on any account name.
Click on New to create a new quote.
Add one product to the quote.
Open the Line Item Detail view.
Observe the new custom fields.
Enter a value for each custom field.
Convert the quote to an order.
Drill into the order.
Navigate to the Line Detail View for the order.
Confirm that the custom fields have been copied from the quote.
Submit the order.
Edited by: Goud_22 on Feb 22, 2010 1:51 PM

Similar Messages

Maybe you are looking for