text
stringlengths 65
20k
|
---|
Subsequently, the main flow calls two subsidiary integration flows to fetch the corresponding customer and inventory item details from NetSuite.The subsidiary flows check if the particular customer and inventory item records exist in NetSuite.If the records exist, the subsidiary flows return the internal IDs of the records to the main flow.If records don't exist (that is, if it's a new customer or a new inventory item), the subsidiary flows create a new customer record and/or a new inventory item record in NetSuite and return the internal IDs of these records to the main flow.After it receives the necessary details, the main flow creates a new sales order in NetSuite, thereby synchronizing the data between Oracle CX Sales and B2B Service and Oracle NetSuite.Note: You can run this recipe for one Oracle CX Sales and B2B Service product group at a time.For successful execution of the recipe, you must add only one product group to the opportunity in Oracle CX Sales and B2B Service, and you must not add a product item to the opportunity.System and Access Requirements Oracle Integration, Version 21.1.2.0.0 (210129.2200.39447) or higher Oracle NetSuite, Version 2018.1.0 Oracle CX Sales and B2B ServiceAppendix A Enterprise Resource Planning (ERP) Recipes A-167An account on Oracle NetSuite with the Administrator role Accounts on Oracle CX Sales and B2B Service with the Administrator role and the Sales User role (in order to create and close opportunities) Integration Schemas This section describes the integration flows present in the recipe package.Main Integration Flow - Create Sales Order in NetSuite This integration flow is triggered when an opportunity is closed with the status Won in Oracle CX Sales and B2B Service.It receives the customer and inventory item details associated with the opportunity won, and it calls the subsidiary integration flows to fetch the corresponding customer and inventory item details from NetSuite.After it receives the details, the main flow creates a new sales order in NetSuite.Subsidiary Integration Flow - Fetch Customer Record from NetSuite This integration flow is triggered by a REST service from the main integration flow.As a parameter, it receives the PartyId (AccountId ) of the customer record associated with the opportunity won in Oracle CX Sales and B2B Service.Using this parameter, the flow checks if the corresponding customer record exists in NetSuite.If the record exists, it returns the internal ID of the record to the main flow.
|
The subsidiary flows check if the particular customer and inventory item records exist in NetSuite.If the records exist, the subsidiary flows return the internal IDs of the records to the main flow.If records don't exist (that is, if it's a new customer or a new inventory item), the subsidiary flows create a new customer record and/or a new inventory item record in NetSuite and return the internal IDs of these records to the main flow.After it receives the necessary details, the main flow creates a new sales order in NetSuite, thereby synchronizing the data between Oracle CX Sales and B2B Service and Oracle NetSuite.Note: You can run this recipe for one Oracle CX Sales and B2B Service product group at a time.For successful execution of the recipe, you must add only one product group to the opportunity in Oracle CX Sales and B2B Service, and you must not add a product item to the opportunity.System and Access Requirements Oracle Integration, Version 21.1.2.0.0 (210129.2200.39447) or higher Oracle NetSuite, Version 2018.1.0 Oracle CX Sales and B2B ServiceAppendix A Enterprise Resource Planning (ERP) Recipes A-167An account on Oracle NetSuite with the Administrator role Accounts on Oracle CX Sales and B2B Service with the Administrator role and the Sales User role (in order to create and close opportunities) Integration Schemas This section describes the integration flows present in the recipe package.Main Integration Flow - Create Sales Order in NetSuite This integration flow is triggered when an opportunity is closed with the status Won in Oracle CX Sales and B2B Service.It receives the customer and inventory item details associated with the opportunity won, and it calls the subsidiary integration flows to fetch the corresponding customer and inventory item details from NetSuite.After it receives the details, the main flow creates a new sales order in NetSuite.Subsidiary Integration Flow - Fetch Customer Record from NetSuite This integration flow is triggered by a REST service from the main integration flow.As a parameter, it receives the PartyId (AccountId ) of the customer record associated with the opportunity won in Oracle CX Sales and B2B Service.Using this parameter, the flow checks if the corresponding customer record exists in NetSuite.If the record exists, it returns the internal ID of the record to the main flow.If the record doesn't exist (that is, if it's a new customer), the flow fetches the account details of the customer record from Oracle CX Sales and B2B Service and creates a new customer record in NetSuite.
|
If the records exist, the subsidiary flows return the internal IDs of the records to the main flow.If records don't exist (that is, if it's a new customer or a new inventory item), the subsidiary flows create a new customer record and/or a new inventory item record in NetSuite and return the internal IDs of these records to the main flow.After it receives the necessary details, the main flow creates a new sales order in NetSuite, thereby synchronizing the data between Oracle CX Sales and B2B Service and Oracle NetSuite.Note: You can run this recipe for one Oracle CX Sales and B2B Service product group at a time.For successful execution of the recipe, you must add only one product group to the opportunity in Oracle CX Sales and B2B Service, and you must not add a product item to the opportunity.System and Access Requirements Oracle Integration, Version 21.1.2.0.0 (210129.2200.39447) or higher Oracle NetSuite, Version 2018.1.0 Oracle CX Sales and B2B ServiceAppendix A Enterprise Resource Planning (ERP) Recipes A-167An account on Oracle NetSuite with the Administrator role Accounts on Oracle CX Sales and B2B Service with the Administrator role and the Sales User role (in order to create and close opportunities) Integration Schemas This section describes the integration flows present in the recipe package.Main Integration Flow - Create Sales Order in NetSuite This integration flow is triggered when an opportunity is closed with the status Won in Oracle CX Sales and B2B Service.It receives the customer and inventory item details associated with the opportunity won, and it calls the subsidiary integration flows to fetch the corresponding customer and inventory item details from NetSuite.After it receives the details, the main flow creates a new sales order in NetSuite.Subsidiary Integration Flow - Fetch Customer Record from NetSuite This integration flow is triggered by a REST service from the main integration flow.As a parameter, it receives the PartyId (AccountId ) of the customer record associated with the opportunity won in Oracle CX Sales and B2B Service.Using this parameter, the flow checks if the corresponding customer record exists in NetSuite.If the record exists, it returns the internal ID of the record to the main flow.If the record doesn't exist (that is, if it's a new customer), the flow fetches the account details of the customer record from Oracle CX Sales and B2B Service and creates a new customer record in NetSuite.Finally, it returns the internal ID of this record to the main flow.Appendix A Enterprise Resource Planning (ERP) Recipes A-168Subsidiary Integration Flow - Fetch Inventory Item Record from NetSuite This integration flow is triggered by a REST service from the main integration flow.
|
If records don't exist (that is, if it's a new customer or a new inventory item), the subsidiary flows create a new customer record and/or a new inventory item record in NetSuite and return the internal IDs of these records to the main flow.After it receives the necessary details, the main flow creates a new sales order in NetSuite, thereby synchronizing the data between Oracle CX Sales and B2B Service and Oracle NetSuite.Note: You can run this recipe for one Oracle CX Sales and B2B Service product group at a time.For successful execution of the recipe, you must add only one product group to the opportunity in Oracle CX Sales and B2B Service, and you must not add a product item to the opportunity.System and Access Requirements Oracle Integration, Version 21.1.2.0.0 (210129.2200.39447) or higher Oracle NetSuite, Version 2018.1.0 Oracle CX Sales and B2B ServiceAppendix A Enterprise Resource Planning (ERP) Recipes A-167An account on Oracle NetSuite with the Administrator role Accounts on Oracle CX Sales and B2B Service with the Administrator role and the Sales User role (in order to create and close opportunities) Integration Schemas This section describes the integration flows present in the recipe package.Main Integration Flow - Create Sales Order in NetSuite This integration flow is triggered when an opportunity is closed with the status Won in Oracle CX Sales and B2B Service.It receives the customer and inventory item details associated with the opportunity won, and it calls the subsidiary integration flows to fetch the corresponding customer and inventory item details from NetSuite.After it receives the details, the main flow creates a new sales order in NetSuite.Subsidiary Integration Flow - Fetch Customer Record from NetSuite This integration flow is triggered by a REST service from the main integration flow.As a parameter, it receives the PartyId (AccountId ) of the customer record associated with the opportunity won in Oracle CX Sales and B2B Service.Using this parameter, the flow checks if the corresponding customer record exists in NetSuite.If the record exists, it returns the internal ID of the record to the main flow.If the record doesn't exist (that is, if it's a new customer), the flow fetches the account details of the customer record from Oracle CX Sales and B2B Service and creates a new customer record in NetSuite.Finally, it returns the internal ID of this record to the main flow.Appendix A Enterprise Resource Planning (ERP) Recipes A-168Subsidiary Integration Flow - Fetch Inventory Item Record from NetSuite This integration flow is triggered by a REST service from the main integration flow.As parameters, it receives prodgroupid and prodgroupname of the inventory item associated with the opportunity won in Oracle CX Sales and B2B Service.
|
After it receives the necessary details, the main flow creates a new sales order in NetSuite, thereby synchronizing the data between Oracle CX Sales and B2B Service and Oracle NetSuite.Note: You can run this recipe for one Oracle CX Sales and B2B Service product group at a time.For successful execution of the recipe, you must add only one product group to the opportunity in Oracle CX Sales and B2B Service, and you must not add a product item to the opportunity.System and Access Requirements Oracle Integration, Version 21.1.2.0.0 (210129.2200.39447) or higher Oracle NetSuite, Version 2018.1.0 Oracle CX Sales and B2B ServiceAppendix A Enterprise Resource Planning (ERP) Recipes A-167An account on Oracle NetSuite with the Administrator role Accounts on Oracle CX Sales and B2B Service with the Administrator role and the Sales User role (in order to create and close opportunities) Integration Schemas This section describes the integration flows present in the recipe package.Main Integration Flow - Create Sales Order in NetSuite This integration flow is triggered when an opportunity is closed with the status Won in Oracle CX Sales and B2B Service.It receives the customer and inventory item details associated with the opportunity won, and it calls the subsidiary integration flows to fetch the corresponding customer and inventory item details from NetSuite.After it receives the details, the main flow creates a new sales order in NetSuite.Subsidiary Integration Flow - Fetch Customer Record from NetSuite This integration flow is triggered by a REST service from the main integration flow.As a parameter, it receives the PartyId (AccountId ) of the customer record associated with the opportunity won in Oracle CX Sales and B2B Service.Using this parameter, the flow checks if the corresponding customer record exists in NetSuite.If the record exists, it returns the internal ID of the record to the main flow.If the record doesn't exist (that is, if it's a new customer), the flow fetches the account details of the customer record from Oracle CX Sales and B2B Service and creates a new customer record in NetSuite.Finally, it returns the internal ID of this record to the main flow.Appendix A Enterprise Resource Planning (ERP) Recipes A-168Subsidiary Integration Flow - Fetch Inventory Item Record from NetSuite This integration flow is triggered by a REST service from the main integration flow.As parameters, it receives prodgroupid and prodgroupname of the inventory item associated with the opportunity won in Oracle CX Sales and B2B Service.Using these parameters, the flow checks if the corresponding inventory item record exists in NetSuite.
|
Note: You can run this recipe for one Oracle CX Sales and B2B Service product group at a time.For successful execution of the recipe, you must add only one product group to the opportunity in Oracle CX Sales and B2B Service, and you must not add a product item to the opportunity.System and Access Requirements Oracle Integration, Version 21.1.2.0.0 (210129.2200.39447) or higher Oracle NetSuite, Version 2018.1.0 Oracle CX Sales and B2B ServiceAppendix A Enterprise Resource Planning (ERP) Recipes A-167An account on Oracle NetSuite with the Administrator role Accounts on Oracle CX Sales and B2B Service with the Administrator role and the Sales User role (in order to create and close opportunities) Integration Schemas This section describes the integration flows present in the recipe package.Main Integration Flow - Create Sales Order in NetSuite This integration flow is triggered when an opportunity is closed with the status Won in Oracle CX Sales and B2B Service.It receives the customer and inventory item details associated with the opportunity won, and it calls the subsidiary integration flows to fetch the corresponding customer and inventory item details from NetSuite.After it receives the details, the main flow creates a new sales order in NetSuite.Subsidiary Integration Flow - Fetch Customer Record from NetSuite This integration flow is triggered by a REST service from the main integration flow.As a parameter, it receives the PartyId (AccountId ) of the customer record associated with the opportunity won in Oracle CX Sales and B2B Service.Using this parameter, the flow checks if the corresponding customer record exists in NetSuite.If the record exists, it returns the internal ID of the record to the main flow.If the record doesn't exist (that is, if it's a new customer), the flow fetches the account details of the customer record from Oracle CX Sales and B2B Service and creates a new customer record in NetSuite.Finally, it returns the internal ID of this record to the main flow.Appendix A Enterprise Resource Planning (ERP) Recipes A-168Subsidiary Integration Flow - Fetch Inventory Item Record from NetSuite This integration flow is triggered by a REST service from the main integration flow.As parameters, it receives prodgroupid and prodgroupname of the inventory item associated with the opportunity won in Oracle CX Sales and B2B Service.Using these parameters, the flow checks if the corresponding inventory item record exists in NetSuite.If the record exists, it returns the internal ID of the record to the main flow.
|
For successful execution of the recipe, you must add only one product group to the opportunity in Oracle CX Sales and B2B Service, and you must not add a product item to the opportunity.System and Access Requirements Oracle Integration, Version 21.1.2.0.0 (210129.2200.39447) or higher Oracle NetSuite, Version 2018.1.0 Oracle CX Sales and B2B ServiceAppendix A Enterprise Resource Planning (ERP) Recipes A-167An account on Oracle NetSuite with the Administrator role Accounts on Oracle CX Sales and B2B Service with the Administrator role and the Sales User role (in order to create and close opportunities) Integration Schemas This section describes the integration flows present in the recipe package.Main Integration Flow - Create Sales Order in NetSuite This integration flow is triggered when an opportunity is closed with the status Won in Oracle CX Sales and B2B Service.It receives the customer and inventory item details associated with the opportunity won, and it calls the subsidiary integration flows to fetch the corresponding customer and inventory item details from NetSuite.After it receives the details, the main flow creates a new sales order in NetSuite.Subsidiary Integration Flow - Fetch Customer Record from NetSuite This integration flow is triggered by a REST service from the main integration flow.As a parameter, it receives the PartyId (AccountId ) of the customer record associated with the opportunity won in Oracle CX Sales and B2B Service.Using this parameter, the flow checks if the corresponding customer record exists in NetSuite.If the record exists, it returns the internal ID of the record to the main flow.If the record doesn't exist (that is, if it's a new customer), the flow fetches the account details of the customer record from Oracle CX Sales and B2B Service and creates a new customer record in NetSuite.Finally, it returns the internal ID of this record to the main flow.Appendix A Enterprise Resource Planning (ERP) Recipes A-168Subsidiary Integration Flow - Fetch Inventory Item Record from NetSuite This integration flow is triggered by a REST service from the main integration flow.As parameters, it receives prodgroupid and prodgroupname of the inventory item associated with the opportunity won in Oracle CX Sales and B2B Service.Using these parameters, the flow checks if the corresponding inventory item record exists in NetSuite.If the record exists, it returns the internal ID of the record to the main flow.If the record doesn't exist (that is, if it's a new inventory item), the flow creates a new inventory item record in NetSuite and returns the internal ID of this record to the main flow.
|
System and Access Requirements Oracle Integration, Version 21.1.2.0.0 (210129.2200.39447) or higher Oracle NetSuite, Version 2018.1.0 Oracle CX Sales and B2B ServiceAppendix A Enterprise Resource Planning (ERP) Recipes A-167An account on Oracle NetSuite with the Administrator role Accounts on Oracle CX Sales and B2B Service with the Administrator role and the Sales User role (in order to create and close opportunities) Integration Schemas This section describes the integration flows present in the recipe package.Main Integration Flow - Create Sales Order in NetSuite This integration flow is triggered when an opportunity is closed with the status Won in Oracle CX Sales and B2B Service.It receives the customer and inventory item details associated with the opportunity won, and it calls the subsidiary integration flows to fetch the corresponding customer and inventory item details from NetSuite.After it receives the details, the main flow creates a new sales order in NetSuite.Subsidiary Integration Flow - Fetch Customer Record from NetSuite This integration flow is triggered by a REST service from the main integration flow.As a parameter, it receives the PartyId (AccountId ) of the customer record associated with the opportunity won in Oracle CX Sales and B2B Service.Using this parameter, the flow checks if the corresponding customer record exists in NetSuite.If the record exists, it returns the internal ID of the record to the main flow.If the record doesn't exist (that is, if it's a new customer), the flow fetches the account details of the customer record from Oracle CX Sales and B2B Service and creates a new customer record in NetSuite.Finally, it returns the internal ID of this record to the main flow.Appendix A Enterprise Resource Planning (ERP) Recipes A-168Subsidiary Integration Flow - Fetch Inventory Item Record from NetSuite This integration flow is triggered by a REST service from the main integration flow.As parameters, it receives prodgroupid and prodgroupname of the inventory item associated with the opportunity won in Oracle CX Sales and B2B Service.Using these parameters, the flow checks if the corresponding inventory item record exists in NetSuite.If the record exists, it returns the internal ID of the record to the main flow.If the record doesn't exist (that is, if it's a new inventory item), the flow creates a new inventory item record in NetSuite and returns the internal ID of this record to the main flow.Topics: Before You Install the RecipeAppendix A Enterprise Resource Planning (ERP) Recipes A-169Install and Configure the Recipe Activate and Run the Recipe Before You Install the Recipe You must perform the following configuration tasks on your Oracle CX Sales and B2B Service instance and Oracle NetSuite instance in order to successfully connect to these external systems using Oracle Integration and achieve synchronization.
|
Main Integration Flow - Create Sales Order in NetSuite This integration flow is triggered when an opportunity is closed with the status Won in Oracle CX Sales and B2B Service.It receives the customer and inventory item details associated with the opportunity won, and it calls the subsidiary integration flows to fetch the corresponding customer and inventory item details from NetSuite.After it receives the details, the main flow creates a new sales order in NetSuite.Subsidiary Integration Flow - Fetch Customer Record from NetSuite This integration flow is triggered by a REST service from the main integration flow.As a parameter, it receives the PartyId (AccountId ) of the customer record associated with the opportunity won in Oracle CX Sales and B2B Service.Using this parameter, the flow checks if the corresponding customer record exists in NetSuite.If the record exists, it returns the internal ID of the record to the main flow.If the record doesn't exist (that is, if it's a new customer), the flow fetches the account details of the customer record from Oracle CX Sales and B2B Service and creates a new customer record in NetSuite.Finally, it returns the internal ID of this record to the main flow.Appendix A Enterprise Resource Planning (ERP) Recipes A-168Subsidiary Integration Flow - Fetch Inventory Item Record from NetSuite This integration flow is triggered by a REST service from the main integration flow.As parameters, it receives prodgroupid and prodgroupname of the inventory item associated with the opportunity won in Oracle CX Sales and B2B Service.Using these parameters, the flow checks if the corresponding inventory item record exists in NetSuite.If the record exists, it returns the internal ID of the record to the main flow.If the record doesn't exist (that is, if it's a new inventory item), the flow creates a new inventory item record in NetSuite and returns the internal ID of this record to the main flow.Topics: Before You Install the RecipeAppendix A Enterprise Resource Planning (ERP) Recipes A-169Install and Configure the Recipe Activate and Run the Recipe Before You Install the Recipe You must perform the following configuration tasks on your Oracle CX Sales and B2B Service instance and Oracle NetSuite instance in order to successfully connect to these external systems using Oracle Integration and achieve synchronization.1.Configure Oracle CX Sales and B2B Service 2.Configure NetSuite Configure Oracle CX Sales and B2B Service To access the Oracle CX Sales and B2B Service instance from Oracle Integration, you'll require a separate user account on Oracle CX Sales and B2B Service.
|
It receives the customer and inventory item details associated with the opportunity won, and it calls the subsidiary integration flows to fetch the corresponding customer and inventory item details from NetSuite.After it receives the details, the main flow creates a new sales order in NetSuite.Subsidiary Integration Flow - Fetch Customer Record from NetSuite This integration flow is triggered by a REST service from the main integration flow.As a parameter, it receives the PartyId (AccountId ) of the customer record associated with the opportunity won in Oracle CX Sales and B2B Service.Using this parameter, the flow checks if the corresponding customer record exists in NetSuite.If the record exists, it returns the internal ID of the record to the main flow.If the record doesn't exist (that is, if it's a new customer), the flow fetches the account details of the customer record from Oracle CX Sales and B2B Service and creates a new customer record in NetSuite.Finally, it returns the internal ID of this record to the main flow.Appendix A Enterprise Resource Planning (ERP) Recipes A-168Subsidiary Integration Flow - Fetch Inventory Item Record from NetSuite This integration flow is triggered by a REST service from the main integration flow.As parameters, it receives prodgroupid and prodgroupname of the inventory item associated with the opportunity won in Oracle CX Sales and B2B Service.Using these parameters, the flow checks if the corresponding inventory item record exists in NetSuite.If the record exists, it returns the internal ID of the record to the main flow.If the record doesn't exist (that is, if it's a new inventory item), the flow creates a new inventory item record in NetSuite and returns the internal ID of this record to the main flow.Topics: Before You Install the RecipeAppendix A Enterprise Resource Planning (ERP) Recipes A-169Install and Configure the Recipe Activate and Run the Recipe Before You Install the Recipe You must perform the following configuration tasks on your Oracle CX Sales and B2B Service instance and Oracle NetSuite instance in order to successfully connect to these external systems using Oracle Integration and achieve synchronization.1.Configure Oracle CX Sales and B2B Service 2.Configure NetSuite Configure Oracle CX Sales and B2B Service To access the Oracle CX Sales and B2B Service instance from Oracle Integration, you'll require a separate user account on Oracle CX Sales and B2B Service.In addition, you must create a Credential Store Framework (CSF) key for Oracle Integration in Oracle SOA Composer to subscribe to events in Oracle CX Sales and B2B Service.
|
After it receives the details, the main flow creates a new sales order in NetSuite.Subsidiary Integration Flow - Fetch Customer Record from NetSuite This integration flow is triggered by a REST service from the main integration flow.As a parameter, it receives the PartyId (AccountId ) of the customer record associated with the opportunity won in Oracle CX Sales and B2B Service.Using this parameter, the flow checks if the corresponding customer record exists in NetSuite.If the record exists, it returns the internal ID of the record to the main flow.If the record doesn't exist (that is, if it's a new customer), the flow fetches the account details of the customer record from Oracle CX Sales and B2B Service and creates a new customer record in NetSuite.Finally, it returns the internal ID of this record to the main flow.Appendix A Enterprise Resource Planning (ERP) Recipes A-168Subsidiary Integration Flow - Fetch Inventory Item Record from NetSuite This integration flow is triggered by a REST service from the main integration flow.As parameters, it receives prodgroupid and prodgroupname of the inventory item associated with the opportunity won in Oracle CX Sales and B2B Service.Using these parameters, the flow checks if the corresponding inventory item record exists in NetSuite.If the record exists, it returns the internal ID of the record to the main flow.If the record doesn't exist (that is, if it's a new inventory item), the flow creates a new inventory item record in NetSuite and returns the internal ID of this record to the main flow.Topics: Before You Install the RecipeAppendix A Enterprise Resource Planning (ERP) Recipes A-169Install and Configure the Recipe Activate and Run the Recipe Before You Install the Recipe You must perform the following configuration tasks on your Oracle CX Sales and B2B Service instance and Oracle NetSuite instance in order to successfully connect to these external systems using Oracle Integration and achieve synchronization.1.Configure Oracle CX Sales and B2B Service 2.Configure NetSuite Configure Oracle CX Sales and B2B Service To access the Oracle CX Sales and B2B Service instance from Oracle Integration, you'll require a separate user account on Oracle CX Sales and B2B Service.In addition, you must create a Credential Store Framework (CSF) key for Oracle Integration in Oracle SOA Composer to subscribe to events in Oracle CX Sales and B2B Service.Perform the following tasks to configure Oracle CX Sales and B2B Service for this recipe.
|
Subsidiary Integration Flow - Fetch Customer Record from NetSuite This integration flow is triggered by a REST service from the main integration flow.As a parameter, it receives the PartyId (AccountId ) of the customer record associated with the opportunity won in Oracle CX Sales and B2B Service.Using this parameter, the flow checks if the corresponding customer record exists in NetSuite.If the record exists, it returns the internal ID of the record to the main flow.If the record doesn't exist (that is, if it's a new customer), the flow fetches the account details of the customer record from Oracle CX Sales and B2B Service and creates a new customer record in NetSuite.Finally, it returns the internal ID of this record to the main flow.Appendix A Enterprise Resource Planning (ERP) Recipes A-168Subsidiary Integration Flow - Fetch Inventory Item Record from NetSuite This integration flow is triggered by a REST service from the main integration flow.As parameters, it receives prodgroupid and prodgroupname of the inventory item associated with the opportunity won in Oracle CX Sales and B2B Service.Using these parameters, the flow checks if the corresponding inventory item record exists in NetSuite.If the record exists, it returns the internal ID of the record to the main flow.If the record doesn't exist (that is, if it's a new inventory item), the flow creates a new inventory item record in NetSuite and returns the internal ID of this record to the main flow.Topics: Before You Install the RecipeAppendix A Enterprise Resource Planning (ERP) Recipes A-169Install and Configure the Recipe Activate and Run the Recipe Before You Install the Recipe You must perform the following configuration tasks on your Oracle CX Sales and B2B Service instance and Oracle NetSuite instance in order to successfully connect to these external systems using Oracle Integration and achieve synchronization.1.Configure Oracle CX Sales and B2B Service 2.Configure NetSuite Configure Oracle CX Sales and B2B Service To access the Oracle CX Sales and B2B Service instance from Oracle Integration, you'll require a separate user account on Oracle CX Sales and B2B Service.In addition, you must create a Credential Store Framework (CSF) key for Oracle Integration in Oracle SOA Composer to subscribe to events in Oracle CX Sales and B2B Service.Perform the following tasks to configure Oracle CX Sales and B2B Service for this recipe.1.Create a new user account for Oracle Integration.
|
As a parameter, it receives the PartyId (AccountId ) of the customer record associated with the opportunity won in Oracle CX Sales and B2B Service.Using this parameter, the flow checks if the corresponding customer record exists in NetSuite.If the record exists, it returns the internal ID of the record to the main flow.If the record doesn't exist (that is, if it's a new customer), the flow fetches the account details of the customer record from Oracle CX Sales and B2B Service and creates a new customer record in NetSuite.Finally, it returns the internal ID of this record to the main flow.Appendix A Enterprise Resource Planning (ERP) Recipes A-168Subsidiary Integration Flow - Fetch Inventory Item Record from NetSuite This integration flow is triggered by a REST service from the main integration flow.As parameters, it receives prodgroupid and prodgroupname of the inventory item associated with the opportunity won in Oracle CX Sales and B2B Service.Using these parameters, the flow checks if the corresponding inventory item record exists in NetSuite.If the record exists, it returns the internal ID of the record to the main flow.If the record doesn't exist (that is, if it's a new inventory item), the flow creates a new inventory item record in NetSuite and returns the internal ID of this record to the main flow.Topics: Before You Install the RecipeAppendix A Enterprise Resource Planning (ERP) Recipes A-169Install and Configure the Recipe Activate and Run the Recipe Before You Install the Recipe You must perform the following configuration tasks on your Oracle CX Sales and B2B Service instance and Oracle NetSuite instance in order to successfully connect to these external systems using Oracle Integration and achieve synchronization.1.Configure Oracle CX Sales and B2B Service 2.Configure NetSuite Configure Oracle CX Sales and B2B Service To access the Oracle CX Sales and B2B Service instance from Oracle Integration, you'll require a separate user account on Oracle CX Sales and B2B Service.In addition, you must create a Credential Store Framework (CSF) key for Oracle Integration in Oracle SOA Composer to subscribe to events in Oracle CX Sales and B2B Service.Perform the following tasks to configure Oracle CX Sales and B2B Service for this recipe.1.Create a new user account for Oracle Integration.You'll use the credentials of this user account to connect to Oracle CX Sales and B2B Service from Oracle Integration.
|
Using this parameter, the flow checks if the corresponding customer record exists in NetSuite.If the record exists, it returns the internal ID of the record to the main flow.If the record doesn't exist (that is, if it's a new customer), the flow fetches the account details of the customer record from Oracle CX Sales and B2B Service and creates a new customer record in NetSuite.Finally, it returns the internal ID of this record to the main flow.Appendix A Enterprise Resource Planning (ERP) Recipes A-168Subsidiary Integration Flow - Fetch Inventory Item Record from NetSuite This integration flow is triggered by a REST service from the main integration flow.As parameters, it receives prodgroupid and prodgroupname of the inventory item associated with the opportunity won in Oracle CX Sales and B2B Service.Using these parameters, the flow checks if the corresponding inventory item record exists in NetSuite.If the record exists, it returns the internal ID of the record to the main flow.If the record doesn't exist (that is, if it's a new inventory item), the flow creates a new inventory item record in NetSuite and returns the internal ID of this record to the main flow.Topics: Before You Install the RecipeAppendix A Enterprise Resource Planning (ERP) Recipes A-169Install and Configure the Recipe Activate and Run the Recipe Before You Install the Recipe You must perform the following configuration tasks on your Oracle CX Sales and B2B Service instance and Oracle NetSuite instance in order to successfully connect to these external systems using Oracle Integration and achieve synchronization.1.Configure Oracle CX Sales and B2B Service 2.Configure NetSuite Configure Oracle CX Sales and B2B Service To access the Oracle CX Sales and B2B Service instance from Oracle Integration, you'll require a separate user account on Oracle CX Sales and B2B Service.In addition, you must create a Credential Store Framework (CSF) key for Oracle Integration in Oracle SOA Composer to subscribe to events in Oracle CX Sales and B2B Service.Perform the following tasks to configure Oracle CX Sales and B2B Service for this recipe.1.Create a new user account for Oracle Integration.You'll use the credentials of this user account to connect to Oracle CX Sales and B2B Service from Oracle Integration.For the procedure to create the integration user account, see Create an Integration User Account in Using the Oracle CX Sales and B2B Service Adapter with Oracle Integration .
|
If the record exists, it returns the internal ID of the record to the main flow.If the record doesn't exist (that is, if it's a new customer), the flow fetches the account details of the customer record from Oracle CX Sales and B2B Service and creates a new customer record in NetSuite.Finally, it returns the internal ID of this record to the main flow.Appendix A Enterprise Resource Planning (ERP) Recipes A-168Subsidiary Integration Flow - Fetch Inventory Item Record from NetSuite This integration flow is triggered by a REST service from the main integration flow.As parameters, it receives prodgroupid and prodgroupname of the inventory item associated with the opportunity won in Oracle CX Sales and B2B Service.Using these parameters, the flow checks if the corresponding inventory item record exists in NetSuite.If the record exists, it returns the internal ID of the record to the main flow.If the record doesn't exist (that is, if it's a new inventory item), the flow creates a new inventory item record in NetSuite and returns the internal ID of this record to the main flow.Topics: Before You Install the RecipeAppendix A Enterprise Resource Planning (ERP) Recipes A-169Install and Configure the Recipe Activate and Run the Recipe Before You Install the Recipe You must perform the following configuration tasks on your Oracle CX Sales and B2B Service instance and Oracle NetSuite instance in order to successfully connect to these external systems using Oracle Integration and achieve synchronization.1.Configure Oracle CX Sales and B2B Service 2.Configure NetSuite Configure Oracle CX Sales and B2B Service To access the Oracle CX Sales and B2B Service instance from Oracle Integration, you'll require a separate user account on Oracle CX Sales and B2B Service.In addition, you must create a Credential Store Framework (CSF) key for Oracle Integration in Oracle SOA Composer to subscribe to events in Oracle CX Sales and B2B Service.Perform the following tasks to configure Oracle CX Sales and B2B Service for this recipe.1.Create a new user account for Oracle Integration.You'll use the credentials of this user account to connect to Oracle CX Sales and B2B Service from Oracle Integration.For the procedure to create the integration user account, see Create an Integration User Account in Using the Oracle CX Sales and B2B Service Adapter with Oracle Integration .a.Assign the following roles to the user account.
|
If the record doesn't exist (that is, if it's a new customer), the flow fetches the account details of the customer record from Oracle CX Sales and B2B Service and creates a new customer record in NetSuite.Finally, it returns the internal ID of this record to the main flow.Appendix A Enterprise Resource Planning (ERP) Recipes A-168Subsidiary Integration Flow - Fetch Inventory Item Record from NetSuite This integration flow is triggered by a REST service from the main integration flow.As parameters, it receives prodgroupid and prodgroupname of the inventory item associated with the opportunity won in Oracle CX Sales and B2B Service.Using these parameters, the flow checks if the corresponding inventory item record exists in NetSuite.If the record exists, it returns the internal ID of the record to the main flow.If the record doesn't exist (that is, if it's a new inventory item), the flow creates a new inventory item record in NetSuite and returns the internal ID of this record to the main flow.Topics: Before You Install the RecipeAppendix A Enterprise Resource Planning (ERP) Recipes A-169Install and Configure the Recipe Activate and Run the Recipe Before You Install the Recipe You must perform the following configuration tasks on your Oracle CX Sales and B2B Service instance and Oracle NetSuite instance in order to successfully connect to these external systems using Oracle Integration and achieve synchronization.1.Configure Oracle CX Sales and B2B Service 2.Configure NetSuite Configure Oracle CX Sales and B2B Service To access the Oracle CX Sales and B2B Service instance from Oracle Integration, you'll require a separate user account on Oracle CX Sales and B2B Service.In addition, you must create a Credential Store Framework (CSF) key for Oracle Integration in Oracle SOA Composer to subscribe to events in Oracle CX Sales and B2B Service.Perform the following tasks to configure Oracle CX Sales and B2B Service for this recipe.1.Create a new user account for Oracle Integration.You'll use the credentials of this user account to connect to Oracle CX Sales and B2B Service from Oracle Integration.For the procedure to create the integration user account, see Create an Integration User Account in Using the Oracle CX Sales and B2B Service Adapter with Oracle Integration .a.Assign the following roles to the user account.For steps to assign roles, see Assign Integration Roles in Using the Oracle CX Sales and B2B Service Adapter with Oracle Integration .
|
Finally, it returns the internal ID of this record to the main flow.Appendix A Enterprise Resource Planning (ERP) Recipes A-168Subsidiary Integration Flow - Fetch Inventory Item Record from NetSuite This integration flow is triggered by a REST service from the main integration flow.As parameters, it receives prodgroupid and prodgroupname of the inventory item associated with the opportunity won in Oracle CX Sales and B2B Service.Using these parameters, the flow checks if the corresponding inventory item record exists in NetSuite.If the record exists, it returns the internal ID of the record to the main flow.If the record doesn't exist (that is, if it's a new inventory item), the flow creates a new inventory item record in NetSuite and returns the internal ID of this record to the main flow.Topics: Before You Install the RecipeAppendix A Enterprise Resource Planning (ERP) Recipes A-169Install and Configure the Recipe Activate and Run the Recipe Before You Install the Recipe You must perform the following configuration tasks on your Oracle CX Sales and B2B Service instance and Oracle NetSuite instance in order to successfully connect to these external systems using Oracle Integration and achieve synchronization.1.Configure Oracle CX Sales and B2B Service 2.Configure NetSuite Configure Oracle CX Sales and B2B Service To access the Oracle CX Sales and B2B Service instance from Oracle Integration, you'll require a separate user account on Oracle CX Sales and B2B Service.In addition, you must create a Credential Store Framework (CSF) key for Oracle Integration in Oracle SOA Composer to subscribe to events in Oracle CX Sales and B2B Service.Perform the following tasks to configure Oracle CX Sales and B2B Service for this recipe.1.Create a new user account for Oracle Integration.You'll use the credentials of this user account to connect to Oracle CX Sales and B2B Service from Oracle Integration.For the procedure to create the integration user account, see Create an Integration User Account in Using the Oracle CX Sales and B2B Service Adapter with Oracle Integration .a.Assign the following roles to the user account.For steps to assign roles, see Assign Integration Roles in Using the Oracle CX Sales and B2B Service Adapter with Oracle Integration .Integration Specialist AttachmentsUser FND_MANAGE_CATALOG_SERVICE_PRIV b.Make a note of the user name and password you set for the account.
|
As parameters, it receives prodgroupid and prodgroupname of the inventory item associated with the opportunity won in Oracle CX Sales and B2B Service.Using these parameters, the flow checks if the corresponding inventory item record exists in NetSuite.If the record exists, it returns the internal ID of the record to the main flow.If the record doesn't exist (that is, if it's a new inventory item), the flow creates a new inventory item record in NetSuite and returns the internal ID of this record to the main flow.Topics: Before You Install the RecipeAppendix A Enterprise Resource Planning (ERP) Recipes A-169Install and Configure the Recipe Activate and Run the Recipe Before You Install the Recipe You must perform the following configuration tasks on your Oracle CX Sales and B2B Service instance and Oracle NetSuite instance in order to successfully connect to these external systems using Oracle Integration and achieve synchronization.1.Configure Oracle CX Sales and B2B Service 2.Configure NetSuite Configure Oracle CX Sales and B2B Service To access the Oracle CX Sales and B2B Service instance from Oracle Integration, you'll require a separate user account on Oracle CX Sales and B2B Service.In addition, you must create a Credential Store Framework (CSF) key for Oracle Integration in Oracle SOA Composer to subscribe to events in Oracle CX Sales and B2B Service.Perform the following tasks to configure Oracle CX Sales and B2B Service for this recipe.1.Create a new user account for Oracle Integration.You'll use the credentials of this user account to connect to Oracle CX Sales and B2B Service from Oracle Integration.For the procedure to create the integration user account, see Create an Integration User Account in Using the Oracle CX Sales and B2B Service Adapter with Oracle Integration .a.Assign the following roles to the user account.For steps to assign roles, see Assign Integration Roles in Using the Oracle CX Sales and B2B Service Adapter with Oracle Integration .Integration Specialist AttachmentsUser FND_MANAGE_CATALOG_SERVICE_PRIV b.Make a note of the user name and password you set for the account.2.Create a CSF key for Oracle Integration.
|
Using these parameters, the flow checks if the corresponding inventory item record exists in NetSuite.If the record exists, it returns the internal ID of the record to the main flow.If the record doesn't exist (that is, if it's a new inventory item), the flow creates a new inventory item record in NetSuite and returns the internal ID of this record to the main flow.Topics: Before You Install the RecipeAppendix A Enterprise Resource Planning (ERP) Recipes A-169Install and Configure the Recipe Activate and Run the Recipe Before You Install the Recipe You must perform the following configuration tasks on your Oracle CX Sales and B2B Service instance and Oracle NetSuite instance in order to successfully connect to these external systems using Oracle Integration and achieve synchronization.1.Configure Oracle CX Sales and B2B Service 2.Configure NetSuite Configure Oracle CX Sales and B2B Service To access the Oracle CX Sales and B2B Service instance from Oracle Integration, you'll require a separate user account on Oracle CX Sales and B2B Service.In addition, you must create a Credential Store Framework (CSF) key for Oracle Integration in Oracle SOA Composer to subscribe to events in Oracle CX Sales and B2B Service.Perform the following tasks to configure Oracle CX Sales and B2B Service for this recipe.1.Create a new user account for Oracle Integration.You'll use the credentials of this user account to connect to Oracle CX Sales and B2B Service from Oracle Integration.For the procedure to create the integration user account, see Create an Integration User Account in Using the Oracle CX Sales and B2B Service Adapter with Oracle Integration .a.Assign the following roles to the user account.For steps to assign roles, see Assign Integration Roles in Using the Oracle CX Sales and B2B Service Adapter with Oracle Integration .Integration Specialist AttachmentsUser FND_MANAGE_CATALOG_SERVICE_PRIV b.Make a note of the user name and password you set for the account.2.Create a CSF key for Oracle Integration.a.Assemble the CSF Key on your Oracle Integration instance and register the same on Oracle SOA Composer.
|
If the record exists, it returns the internal ID of the record to the main flow.If the record doesn't exist (that is, if it's a new inventory item), the flow creates a new inventory item record in NetSuite and returns the internal ID of this record to the main flow.Topics: Before You Install the RecipeAppendix A Enterprise Resource Planning (ERP) Recipes A-169Install and Configure the Recipe Activate and Run the Recipe Before You Install the Recipe You must perform the following configuration tasks on your Oracle CX Sales and B2B Service instance and Oracle NetSuite instance in order to successfully connect to these external systems using Oracle Integration and achieve synchronization.1.Configure Oracle CX Sales and B2B Service 2.Configure NetSuite Configure Oracle CX Sales and B2B Service To access the Oracle CX Sales and B2B Service instance from Oracle Integration, you'll require a separate user account on Oracle CX Sales and B2B Service.In addition, you must create a Credential Store Framework (CSF) key for Oracle Integration in Oracle SOA Composer to subscribe to events in Oracle CX Sales and B2B Service.Perform the following tasks to configure Oracle CX Sales and B2B Service for this recipe.1.Create a new user account for Oracle Integration.You'll use the credentials of this user account to connect to Oracle CX Sales and B2B Service from Oracle Integration.For the procedure to create the integration user account, see Create an Integration User Account in Using the Oracle CX Sales and B2B Service Adapter with Oracle Integration .a.Assign the following roles to the user account.For steps to assign roles, see Assign Integration Roles in Using the Oracle CX Sales and B2B Service Adapter with Oracle Integration .Integration Specialist AttachmentsUser FND_MANAGE_CATALOG_SERVICE_PRIV b.Make a note of the user name and password you set for the account.2.Create a CSF key for Oracle Integration.a.Assemble the CSF Key on your Oracle Integration instance and register the same on Oracle SOA Composer.The CSF key entry in the Oracle CX Sales and B2B Service infrastructure stores the Oracle Integration credentials used by Oracle CX Sales and B2B Service.
|
If the record doesn't exist (that is, if it's a new inventory item), the flow creates a new inventory item record in NetSuite and returns the internal ID of this record to the main flow.Topics: Before You Install the RecipeAppendix A Enterprise Resource Planning (ERP) Recipes A-169Install and Configure the Recipe Activate and Run the Recipe Before You Install the Recipe You must perform the following configuration tasks on your Oracle CX Sales and B2B Service instance and Oracle NetSuite instance in order to successfully connect to these external systems using Oracle Integration and achieve synchronization.1.Configure Oracle CX Sales and B2B Service 2.Configure NetSuite Configure Oracle CX Sales and B2B Service To access the Oracle CX Sales and B2B Service instance from Oracle Integration, you'll require a separate user account on Oracle CX Sales and B2B Service.In addition, you must create a Credential Store Framework (CSF) key for Oracle Integration in Oracle SOA Composer to subscribe to events in Oracle CX Sales and B2B Service.Perform the following tasks to configure Oracle CX Sales and B2B Service for this recipe.1.Create a new user account for Oracle Integration.You'll use the credentials of this user account to connect to Oracle CX Sales and B2B Service from Oracle Integration.For the procedure to create the integration user account, see Create an Integration User Account in Using the Oracle CX Sales and B2B Service Adapter with Oracle Integration .a.Assign the following roles to the user account.For steps to assign roles, see Assign Integration Roles in Using the Oracle CX Sales and B2B Service Adapter with Oracle Integration .Integration Specialist AttachmentsUser FND_MANAGE_CATALOG_SERVICE_PRIV b.Make a note of the user name and password you set for the account.2.Create a CSF key for Oracle Integration.a.Assemble the CSF Key on your Oracle Integration instance and register the same on Oracle SOA Composer.The CSF key entry in the Oracle CX Sales and B2B Service infrastructure stores the Oracle Integration credentials used by Oracle CX Sales and B2B Service.When Oracle Fusion Applications send outbound requests to Oracle Integration (at runtime), these credentials (user name and password) are sent for authentication.
|
Topics: Before You Install the RecipeAppendix A Enterprise Resource Planning (ERP) Recipes A-169Install and Configure the Recipe Activate and Run the Recipe Before You Install the Recipe You must perform the following configuration tasks on your Oracle CX Sales and B2B Service instance and Oracle NetSuite instance in order to successfully connect to these external systems using Oracle Integration and achieve synchronization.1.Configure Oracle CX Sales and B2B Service 2.Configure NetSuite Configure Oracle CX Sales and B2B Service To access the Oracle CX Sales and B2B Service instance from Oracle Integration, you'll require a separate user account on Oracle CX Sales and B2B Service.In addition, you must create a Credential Store Framework (CSF) key for Oracle Integration in Oracle SOA Composer to subscribe to events in Oracle CX Sales and B2B Service.Perform the following tasks to configure Oracle CX Sales and B2B Service for this recipe.1.Create a new user account for Oracle Integration.You'll use the credentials of this user account to connect to Oracle CX Sales and B2B Service from Oracle Integration.For the procedure to create the integration user account, see Create an Integration User Account in Using the Oracle CX Sales and B2B Service Adapter with Oracle Integration .a.Assign the following roles to the user account.For steps to assign roles, see Assign Integration Roles in Using the Oracle CX Sales and B2B Service Adapter with Oracle Integration .Integration Specialist AttachmentsUser FND_MANAGE_CATALOG_SERVICE_PRIV b.Make a note of the user name and password you set for the account.2.Create a CSF key for Oracle Integration.a.Assemble the CSF Key on your Oracle Integration instance and register the same on Oracle SOA Composer.The CSF key entry in the Oracle CX Sales and B2B Service infrastructure stores the Oracle Integration credentials used by Oracle CX Sales and B2B Service.When Oracle Fusion Applications send outbound requests to Oracle Integration (at runtime), these credentials (user name and password) are sent for authentication.For the procedure to create the Oracle Integration CSF key, see Enable Event Subscriptions in the Oracle CX Sales and B2B Service in Using the Oracle CX Sales and B2B Service Adapter with Oracle Integration .
|
1.Configure Oracle CX Sales and B2B Service 2.Configure NetSuite Configure Oracle CX Sales and B2B Service To access the Oracle CX Sales and B2B Service instance from Oracle Integration, you'll require a separate user account on Oracle CX Sales and B2B Service.In addition, you must create a Credential Store Framework (CSF) key for Oracle Integration in Oracle SOA Composer to subscribe to events in Oracle CX Sales and B2B Service.Perform the following tasks to configure Oracle CX Sales and B2B Service for this recipe.1.Create a new user account for Oracle Integration.You'll use the credentials of this user account to connect to Oracle CX Sales and B2B Service from Oracle Integration.For the procedure to create the integration user account, see Create an Integration User Account in Using the Oracle CX Sales and B2B Service Adapter with Oracle Integration .a.Assign the following roles to the user account.For steps to assign roles, see Assign Integration Roles in Using the Oracle CX Sales and B2B Service Adapter with Oracle Integration .Integration Specialist AttachmentsUser FND_MANAGE_CATALOG_SERVICE_PRIV b.Make a note of the user name and password you set for the account.2.Create a CSF key for Oracle Integration.a.Assemble the CSF Key on your Oracle Integration instance and register the same on Oracle SOA Composer.The CSF key entry in the Oracle CX Sales and B2B Service infrastructure stores the Oracle Integration credentials used by Oracle CX Sales and B2B Service.When Oracle Fusion Applications send outbound requests to Oracle Integration (at runtime), these credentials (user name and password) are sent for authentication.For the procedure to create the Oracle Integration CSF key, see Enable Event Subscriptions in the Oracle CX Sales and B2B Service in Using the Oracle CX Sales and B2B Service Adapter with Oracle Integration .b.Create the CSF key by providing your Oracle Integration account credentials.
|
In addition, you must create a Credential Store Framework (CSF) key for Oracle Integration in Oracle SOA Composer to subscribe to events in Oracle CX Sales and B2B Service.Perform the following tasks to configure Oracle CX Sales and B2B Service for this recipe.1.Create a new user account for Oracle Integration.You'll use the credentials of this user account to connect to Oracle CX Sales and B2B Service from Oracle Integration.For the procedure to create the integration user account, see Create an Integration User Account in Using the Oracle CX Sales and B2B Service Adapter with Oracle Integration .a.Assign the following roles to the user account.For steps to assign roles, see Assign Integration Roles in Using the Oracle CX Sales and B2B Service Adapter with Oracle Integration .Integration Specialist AttachmentsUser FND_MANAGE_CATALOG_SERVICE_PRIV b.Make a note of the user name and password you set for the account.2.Create a CSF key for Oracle Integration.a.Assemble the CSF Key on your Oracle Integration instance and register the same on Oracle SOA Composer.The CSF key entry in the Oracle CX Sales and B2B Service infrastructure stores the Oracle Integration credentials used by Oracle CX Sales and B2B Service.When Oracle Fusion Applications send outbound requests to Oracle Integration (at runtime), these credentials (user name and password) are sent for authentication.For the procedure to create the Oracle Integration CSF key, see Enable Event Subscriptions in the Oracle CX Sales and B2B Service in Using the Oracle CX Sales and B2B Service Adapter with Oracle Integration .b.Create the CSF key by providing your Oracle Integration account credentials.c.Ensure that your Oracle Integration account is assigned at least the ServiceInvoker role on the Oracle Integration instance.Appendix A Enterprise Resource Planning (ERP) Recipes A-170Configure NetSuite To access NetSuite from Oracle Integration, you must perform certain general configurations on your NetSuite instance and some configurations specific to the security policy you'll use to access.
|
Perform the following tasks to configure Oracle CX Sales and B2B Service for this recipe.1.Create a new user account for Oracle Integration.You'll use the credentials of this user account to connect to Oracle CX Sales and B2B Service from Oracle Integration.For the procedure to create the integration user account, see Create an Integration User Account in Using the Oracle CX Sales and B2B Service Adapter with Oracle Integration .a.Assign the following roles to the user account.For steps to assign roles, see Assign Integration Roles in Using the Oracle CX Sales and B2B Service Adapter with Oracle Integration .Integration Specialist AttachmentsUser FND_MANAGE_CATALOG_SERVICE_PRIV b.Make a note of the user name and password you set for the account.2.Create a CSF key for Oracle Integration.a.Assemble the CSF Key on your Oracle Integration instance and register the same on Oracle SOA Composer.The CSF key entry in the Oracle CX Sales and B2B Service infrastructure stores the Oracle Integration credentials used by Oracle CX Sales and B2B Service.When Oracle Fusion Applications send outbound requests to Oracle Integration (at runtime), these credentials (user name and password) are sent for authentication.For the procedure to create the Oracle Integration CSF key, see Enable Event Subscriptions in the Oracle CX Sales and B2B Service in Using the Oracle CX Sales and B2B Service Adapter with Oracle Integration .b.Create the CSF key by providing your Oracle Integration account credentials.c.Ensure that your Oracle Integration account is assigned at least the ServiceInvoker role on the Oracle Integration instance.Appendix A Enterprise Resource Planning (ERP) Recipes A-170Configure NetSuite To access NetSuite from Oracle Integration, you must perform certain general configurations on your NetSuite instance and some configurations specific to the security policy you'll use to access.In this recipe, you'll use the token-based authentication (TBA) security policy.
|
1.Create a new user account for Oracle Integration.You'll use the credentials of this user account to connect to Oracle CX Sales and B2B Service from Oracle Integration.For the procedure to create the integration user account, see Create an Integration User Account in Using the Oracle CX Sales and B2B Service Adapter with Oracle Integration .a.Assign the following roles to the user account.For steps to assign roles, see Assign Integration Roles in Using the Oracle CX Sales and B2B Service Adapter with Oracle Integration .Integration Specialist AttachmentsUser FND_MANAGE_CATALOG_SERVICE_PRIV b.Make a note of the user name and password you set for the account.2.Create a CSF key for Oracle Integration.a.Assemble the CSF Key on your Oracle Integration instance and register the same on Oracle SOA Composer.The CSF key entry in the Oracle CX Sales and B2B Service infrastructure stores the Oracle Integration credentials used by Oracle CX Sales and B2B Service.When Oracle Fusion Applications send outbound requests to Oracle Integration (at runtime), these credentials (user name and password) are sent for authentication.For the procedure to create the Oracle Integration CSF key, see Enable Event Subscriptions in the Oracle CX Sales and B2B Service in Using the Oracle CX Sales and B2B Service Adapter with Oracle Integration .b.Create the CSF key by providing your Oracle Integration account credentials.c.Ensure that your Oracle Integration account is assigned at least the ServiceInvoker role on the Oracle Integration instance.Appendix A Enterprise Resource Planning (ERP) Recipes A-170Configure NetSuite To access NetSuite from Oracle Integration, you must perform certain general configurations on your NetSuite instance and some configurations specific to the security policy you'll use to access.In this recipe, you'll use the token-based authentication (TBA) security policy.Log in to your NetSuite instance as an Administrator and execute the following tasks.
|
You'll use the credentials of this user account to connect to Oracle CX Sales and B2B Service from Oracle Integration.For the procedure to create the integration user account, see Create an Integration User Account in Using the Oracle CX Sales and B2B Service Adapter with Oracle Integration .a.Assign the following roles to the user account.For steps to assign roles, see Assign Integration Roles in Using the Oracle CX Sales and B2B Service Adapter with Oracle Integration .Integration Specialist AttachmentsUser FND_MANAGE_CATALOG_SERVICE_PRIV b.Make a note of the user name and password you set for the account.2.Create a CSF key for Oracle Integration.a.Assemble the CSF Key on your Oracle Integration instance and register the same on Oracle SOA Composer.The CSF key entry in the Oracle CX Sales and B2B Service infrastructure stores the Oracle Integration credentials used by Oracle CX Sales and B2B Service.When Oracle Fusion Applications send outbound requests to Oracle Integration (at runtime), these credentials (user name and password) are sent for authentication.For the procedure to create the Oracle Integration CSF key, see Enable Event Subscriptions in the Oracle CX Sales and B2B Service in Using the Oracle CX Sales and B2B Service Adapter with Oracle Integration .b.Create the CSF key by providing your Oracle Integration account credentials.c.Ensure that your Oracle Integration account is assigned at least the ServiceInvoker role on the Oracle Integration instance.Appendix A Enterprise Resource Planning (ERP) Recipes A-170Configure NetSuite To access NetSuite from Oracle Integration, you must perform certain general configurations on your NetSuite instance and some configurations specific to the security policy you'll use to access.In this recipe, you'll use the token-based authentication (TBA) security policy.Log in to your NetSuite instance as an Administrator and execute the following tasks.1.Perform the general configurations necessary to connect to NetSuite.
|
For the procedure to create the integration user account, see Create an Integration User Account in Using the Oracle CX Sales and B2B Service Adapter with Oracle Integration .a.Assign the following roles to the user account.For steps to assign roles, see Assign Integration Roles in Using the Oracle CX Sales and B2B Service Adapter with Oracle Integration .Integration Specialist AttachmentsUser FND_MANAGE_CATALOG_SERVICE_PRIV b.Make a note of the user name and password you set for the account.2.Create a CSF key for Oracle Integration.a.Assemble the CSF Key on your Oracle Integration instance and register the same on Oracle SOA Composer.The CSF key entry in the Oracle CX Sales and B2B Service infrastructure stores the Oracle Integration credentials used by Oracle CX Sales and B2B Service.When Oracle Fusion Applications send outbound requests to Oracle Integration (at runtime), these credentials (user name and password) are sent for authentication.For the procedure to create the Oracle Integration CSF key, see Enable Event Subscriptions in the Oracle CX Sales and B2B Service in Using the Oracle CX Sales and B2B Service Adapter with Oracle Integration .b.Create the CSF key by providing your Oracle Integration account credentials.c.Ensure that your Oracle Integration account is assigned at least the ServiceInvoker role on the Oracle Integration instance.Appendix A Enterprise Resource Planning (ERP) Recipes A-170Configure NetSuite To access NetSuite from Oracle Integration, you must perform certain general configurations on your NetSuite instance and some configurations specific to the security policy you'll use to access.In this recipe, you'll use the token-based authentication (TBA) security policy.Log in to your NetSuite instance as an Administrator and execute the following tasks.1.Perform the general configurations necessary to connect to NetSuite.See Enable Features on Oracle NetSuite and Assemble the Oracle NetSuite WSDL URL.
|
a.Assign the following roles to the user account.For steps to assign roles, see Assign Integration Roles in Using the Oracle CX Sales and B2B Service Adapter with Oracle Integration .Integration Specialist AttachmentsUser FND_MANAGE_CATALOG_SERVICE_PRIV b.Make a note of the user name and password you set for the account.2.Create a CSF key for Oracle Integration.a.Assemble the CSF Key on your Oracle Integration instance and register the same on Oracle SOA Composer.The CSF key entry in the Oracle CX Sales and B2B Service infrastructure stores the Oracle Integration credentials used by Oracle CX Sales and B2B Service.When Oracle Fusion Applications send outbound requests to Oracle Integration (at runtime), these credentials (user name and password) are sent for authentication.For the procedure to create the Oracle Integration CSF key, see Enable Event Subscriptions in the Oracle CX Sales and B2B Service in Using the Oracle CX Sales and B2B Service Adapter with Oracle Integration .b.Create the CSF key by providing your Oracle Integration account credentials.c.Ensure that your Oracle Integration account is assigned at least the ServiceInvoker role on the Oracle Integration instance.Appendix A Enterprise Resource Planning (ERP) Recipes A-170Configure NetSuite To access NetSuite from Oracle Integration, you must perform certain general configurations on your NetSuite instance and some configurations specific to the security policy you'll use to access.In this recipe, you'll use the token-based authentication (TBA) security policy.Log in to your NetSuite instance as an Administrator and execute the following tasks.1.Perform the general configurations necessary to connect to NetSuite.See Enable Features on Oracle NetSuite and Assemble the Oracle NetSuite WSDL URL.2.Perform the TBA-related configuration tasks.
|
For steps to assign roles, see Assign Integration Roles in Using the Oracle CX Sales and B2B Service Adapter with Oracle Integration .Integration Specialist AttachmentsUser FND_MANAGE_CATALOG_SERVICE_PRIV b.Make a note of the user name and password you set for the account.2.Create a CSF key for Oracle Integration.a.Assemble the CSF Key on your Oracle Integration instance and register the same on Oracle SOA Composer.The CSF key entry in the Oracle CX Sales and B2B Service infrastructure stores the Oracle Integration credentials used by Oracle CX Sales and B2B Service.When Oracle Fusion Applications send outbound requests to Oracle Integration (at runtime), these credentials (user name and password) are sent for authentication.For the procedure to create the Oracle Integration CSF key, see Enable Event Subscriptions in the Oracle CX Sales and B2B Service in Using the Oracle CX Sales and B2B Service Adapter with Oracle Integration .b.Create the CSF key by providing your Oracle Integration account credentials.c.Ensure that your Oracle Integration account is assigned at least the ServiceInvoker role on the Oracle Integration instance.Appendix A Enterprise Resource Planning (ERP) Recipes A-170Configure NetSuite To access NetSuite from Oracle Integration, you must perform certain general configurations on your NetSuite instance and some configurations specific to the security policy you'll use to access.In this recipe, you'll use the token-based authentication (TBA) security policy.Log in to your NetSuite instance as an Administrator and execute the following tasks.1.Perform the general configurations necessary to connect to NetSuite.See Enable Features on Oracle NetSuite and Assemble the Oracle NetSuite WSDL URL.2.Perform the TBA-related configuration tasks.See Prerequisites for the Token-Based Authentication Security Policy.
|
Integration Specialist AttachmentsUser FND_MANAGE_CATALOG_SERVICE_PRIV b.Make a note of the user name and password you set for the account.2.Create a CSF key for Oracle Integration.a.Assemble the CSF Key on your Oracle Integration instance and register the same on Oracle SOA Composer.The CSF key entry in the Oracle CX Sales and B2B Service infrastructure stores the Oracle Integration credentials used by Oracle CX Sales and B2B Service.When Oracle Fusion Applications send outbound requests to Oracle Integration (at runtime), these credentials (user name and password) are sent for authentication.For the procedure to create the Oracle Integration CSF key, see Enable Event Subscriptions in the Oracle CX Sales and B2B Service in Using the Oracle CX Sales and B2B Service Adapter with Oracle Integration .b.Create the CSF key by providing your Oracle Integration account credentials.c.Ensure that your Oracle Integration account is assigned at least the ServiceInvoker role on the Oracle Integration instance.Appendix A Enterprise Resource Planning (ERP) Recipes A-170Configure NetSuite To access NetSuite from Oracle Integration, you must perform certain general configurations on your NetSuite instance and some configurations specific to the security policy you'll use to access.In this recipe, you'll use the token-based authentication (TBA) security policy.Log in to your NetSuite instance as an Administrator and execute the following tasks.1.Perform the general configurations necessary to connect to NetSuite.See Enable Features on Oracle NetSuite and Assemble the Oracle NetSuite WSDL URL.2.Perform the TBA-related configuration tasks.See Prerequisites for the Token-Based Authentication Security Policy.Grant the following permissions to the role you'll create in this step.
|
2.Create a CSF key for Oracle Integration.a.Assemble the CSF Key on your Oracle Integration instance and register the same on Oracle SOA Composer.The CSF key entry in the Oracle CX Sales and B2B Service infrastructure stores the Oracle Integration credentials used by Oracle CX Sales and B2B Service.When Oracle Fusion Applications send outbound requests to Oracle Integration (at runtime), these credentials (user name and password) are sent for authentication.For the procedure to create the Oracle Integration CSF key, see Enable Event Subscriptions in the Oracle CX Sales and B2B Service in Using the Oracle CX Sales and B2B Service Adapter with Oracle Integration .b.Create the CSF key by providing your Oracle Integration account credentials.c.Ensure that your Oracle Integration account is assigned at least the ServiceInvoker role on the Oracle Integration instance.Appendix A Enterprise Resource Planning (ERP) Recipes A-170Configure NetSuite To access NetSuite from Oracle Integration, you must perform certain general configurations on your NetSuite instance and some configurations specific to the security policy you'll use to access.In this recipe, you'll use the token-based authentication (TBA) security policy.Log in to your NetSuite instance as an Administrator and execute the following tasks.1.Perform the general configurations necessary to connect to NetSuite.See Enable Features on Oracle NetSuite and Assemble the Oracle NetSuite WSDL URL.2.Perform the TBA-related configuration tasks.See Prerequisites for the Token-Based Authentication Security Policy.Grant the following permissions to the role you'll create in this step.Tab Name Permission Level Transactions Adjust Inventory Full Transactions Cash Sale Full Transactions Cash Sale Refund Full Transactions Customer Deposit Full Transactions Customer Payment Full Transactions Customer Refund Full Transactions Fulfill Orders Full Transactions Invoice Full Transactions Item Shipment Full Transactions Sales Order Full Transactions View Payment Events Full Reports Integration View Reports Inventory View Reports Sales View Lists Accounts Full Lists Cases Full Lists Companies Full Lists Contacts Full Lists Custom Record Entries Full Lists Customers Full Lists Employees Full Lists Items Full Lists Perform Search Full Setup REST Web Services Full Setup SOAP Web Services Full Setup User Access Tokens FullAppendix A Enterprise Resource Planning (ERP) Recipes A-171Install and Configure the Recipe On your Oracle Integration instance, install the recipe package to deploy and configure the integrations and associated resources.
|
a.Assemble the CSF Key on your Oracle Integration instance and register the same on Oracle SOA Composer.The CSF key entry in the Oracle CX Sales and B2B Service infrastructure stores the Oracle Integration credentials used by Oracle CX Sales and B2B Service.When Oracle Fusion Applications send outbound requests to Oracle Integration (at runtime), these credentials (user name and password) are sent for authentication.For the procedure to create the Oracle Integration CSF key, see Enable Event Subscriptions in the Oracle CX Sales and B2B Service in Using the Oracle CX Sales and B2B Service Adapter with Oracle Integration .b.Create the CSF key by providing your Oracle Integration account credentials.c.Ensure that your Oracle Integration account is assigned at least the ServiceInvoker role on the Oracle Integration instance.Appendix A Enterprise Resource Planning (ERP) Recipes A-170Configure NetSuite To access NetSuite from Oracle Integration, you must perform certain general configurations on your NetSuite instance and some configurations specific to the security policy you'll use to access.In this recipe, you'll use the token-based authentication (TBA) security policy.Log in to your NetSuite instance as an Administrator and execute the following tasks.1.Perform the general configurations necessary to connect to NetSuite.See Enable Features on Oracle NetSuite and Assemble the Oracle NetSuite WSDL URL.2.Perform the TBA-related configuration tasks.See Prerequisites for the Token-Based Authentication Security Policy.Grant the following permissions to the role you'll create in this step.Tab Name Permission Level Transactions Adjust Inventory Full Transactions Cash Sale Full Transactions Cash Sale Refund Full Transactions Customer Deposit Full Transactions Customer Payment Full Transactions Customer Refund Full Transactions Fulfill Orders Full Transactions Invoice Full Transactions Item Shipment Full Transactions Sales Order Full Transactions View Payment Events Full Reports Integration View Reports Inventory View Reports Sales View Lists Accounts Full Lists Cases Full Lists Companies Full Lists Contacts Full Lists Custom Record Entries Full Lists Customers Full Lists Employees Full Lists Items Full Lists Perform Search Full Setup REST Web Services Full Setup SOAP Web Services Full Setup User Access Tokens FullAppendix A Enterprise Resource Planning (ERP) Recipes A-171Install and Configure the Recipe On your Oracle Integration instance, install the recipe package to deploy and configure the integrations and associated resources.1.On the Oracle Integration home page, scroll to the Accelerators & Recipes section.
|
The CSF key entry in the Oracle CX Sales and B2B Service infrastructure stores the Oracle Integration credentials used by Oracle CX Sales and B2B Service.When Oracle Fusion Applications send outbound requests to Oracle Integration (at runtime), these credentials (user name and password) are sent for authentication.For the procedure to create the Oracle Integration CSF key, see Enable Event Subscriptions in the Oracle CX Sales and B2B Service in Using the Oracle CX Sales and B2B Service Adapter with Oracle Integration .b.Create the CSF key by providing your Oracle Integration account credentials.c.Ensure that your Oracle Integration account is assigned at least the ServiceInvoker role on the Oracle Integration instance.Appendix A Enterprise Resource Planning (ERP) Recipes A-170Configure NetSuite To access NetSuite from Oracle Integration, you must perform certain general configurations on your NetSuite instance and some configurations specific to the security policy you'll use to access.In this recipe, you'll use the token-based authentication (TBA) security policy.Log in to your NetSuite instance as an Administrator and execute the following tasks.1.Perform the general configurations necessary to connect to NetSuite.See Enable Features on Oracle NetSuite and Assemble the Oracle NetSuite WSDL URL.2.Perform the TBA-related configuration tasks.See Prerequisites for the Token-Based Authentication Security Policy.Grant the following permissions to the role you'll create in this step.Tab Name Permission Level Transactions Adjust Inventory Full Transactions Cash Sale Full Transactions Cash Sale Refund Full Transactions Customer Deposit Full Transactions Customer Payment Full Transactions Customer Refund Full Transactions Fulfill Orders Full Transactions Invoice Full Transactions Item Shipment Full Transactions Sales Order Full Transactions View Payment Events Full Reports Integration View Reports Inventory View Reports Sales View Lists Accounts Full Lists Cases Full Lists Companies Full Lists Contacts Full Lists Custom Record Entries Full Lists Customers Full Lists Employees Full Lists Items Full Lists Perform Search Full Setup REST Web Services Full Setup SOAP Web Services Full Setup User Access Tokens FullAppendix A Enterprise Resource Planning (ERP) Recipes A-171Install and Configure the Recipe On your Oracle Integration instance, install the recipe package to deploy and configure the integrations and associated resources.1.On the Oracle Integration home page, scroll to the Accelerators & Recipes section.2.Click Search All .
|
When Oracle Fusion Applications send outbound requests to Oracle Integration (at runtime), these credentials (user name and password) are sent for authentication.For the procedure to create the Oracle Integration CSF key, see Enable Event Subscriptions in the Oracle CX Sales and B2B Service in Using the Oracle CX Sales and B2B Service Adapter with Oracle Integration .b.Create the CSF key by providing your Oracle Integration account credentials.c.Ensure that your Oracle Integration account is assigned at least the ServiceInvoker role on the Oracle Integration instance.Appendix A Enterprise Resource Planning (ERP) Recipes A-170Configure NetSuite To access NetSuite from Oracle Integration, you must perform certain general configurations on your NetSuite instance and some configurations specific to the security policy you'll use to access.In this recipe, you'll use the token-based authentication (TBA) security policy.Log in to your NetSuite instance as an Administrator and execute the following tasks.1.Perform the general configurations necessary to connect to NetSuite.See Enable Features on Oracle NetSuite and Assemble the Oracle NetSuite WSDL URL.2.Perform the TBA-related configuration tasks.See Prerequisites for the Token-Based Authentication Security Policy.Grant the following permissions to the role you'll create in this step.Tab Name Permission Level Transactions Adjust Inventory Full Transactions Cash Sale Full Transactions Cash Sale Refund Full Transactions Customer Deposit Full Transactions Customer Payment Full Transactions Customer Refund Full Transactions Fulfill Orders Full Transactions Invoice Full Transactions Item Shipment Full Transactions Sales Order Full Transactions View Payment Events Full Reports Integration View Reports Inventory View Reports Sales View Lists Accounts Full Lists Cases Full Lists Companies Full Lists Contacts Full Lists Custom Record Entries Full Lists Customers Full Lists Employees Full Lists Items Full Lists Perform Search Full Setup REST Web Services Full Setup SOAP Web Services Full Setup User Access Tokens FullAppendix A Enterprise Resource Planning (ERP) Recipes A-171Install and Configure the Recipe On your Oracle Integration instance, install the recipe package to deploy and configure the integrations and associated resources.1.On the Oracle Integration home page, scroll to the Accelerators & Recipes section.2.Click Search All .3.Find the recipe package that you want to install.
|
For the procedure to create the Oracle Integration CSF key, see Enable Event Subscriptions in the Oracle CX Sales and B2B Service in Using the Oracle CX Sales and B2B Service Adapter with Oracle Integration .b.Create the CSF key by providing your Oracle Integration account credentials.c.Ensure that your Oracle Integration account is assigned at least the ServiceInvoker role on the Oracle Integration instance.Appendix A Enterprise Resource Planning (ERP) Recipes A-170Configure NetSuite To access NetSuite from Oracle Integration, you must perform certain general configurations on your NetSuite instance and some configurations specific to the security policy you'll use to access.In this recipe, you'll use the token-based authentication (TBA) security policy.Log in to your NetSuite instance as an Administrator and execute the following tasks.1.Perform the general configurations necessary to connect to NetSuite.See Enable Features on Oracle NetSuite and Assemble the Oracle NetSuite WSDL URL.2.Perform the TBA-related configuration tasks.See Prerequisites for the Token-Based Authentication Security Policy.Grant the following permissions to the role you'll create in this step.Tab Name Permission Level Transactions Adjust Inventory Full Transactions Cash Sale Full Transactions Cash Sale Refund Full Transactions Customer Deposit Full Transactions Customer Payment Full Transactions Customer Refund Full Transactions Fulfill Orders Full Transactions Invoice Full Transactions Item Shipment Full Transactions Sales Order Full Transactions View Payment Events Full Reports Integration View Reports Inventory View Reports Sales View Lists Accounts Full Lists Cases Full Lists Companies Full Lists Contacts Full Lists Custom Record Entries Full Lists Customers Full Lists Employees Full Lists Items Full Lists Perform Search Full Setup REST Web Services Full Setup SOAP Web Services Full Setup User Access Tokens FullAppendix A Enterprise Resource Planning (ERP) Recipes A-171Install and Configure the Recipe On your Oracle Integration instance, install the recipe package to deploy and configure the integrations and associated resources.1.On the Oracle Integration home page, scroll to the Accelerators & Recipes section.2.Click Search All .3.Find the recipe package that you want to install.4.Select the package, and then click the Install icon.
|
b.Create the CSF key by providing your Oracle Integration account credentials.c.Ensure that your Oracle Integration account is assigned at least the ServiceInvoker role on the Oracle Integration instance.Appendix A Enterprise Resource Planning (ERP) Recipes A-170Configure NetSuite To access NetSuite from Oracle Integration, you must perform certain general configurations on your NetSuite instance and some configurations specific to the security policy you'll use to access.In this recipe, you'll use the token-based authentication (TBA) security policy.Log in to your NetSuite instance as an Administrator and execute the following tasks.1.Perform the general configurations necessary to connect to NetSuite.See Enable Features on Oracle NetSuite and Assemble the Oracle NetSuite WSDL URL.2.Perform the TBA-related configuration tasks.See Prerequisites for the Token-Based Authentication Security Policy.Grant the following permissions to the role you'll create in this step.Tab Name Permission Level Transactions Adjust Inventory Full Transactions Cash Sale Full Transactions Cash Sale Refund Full Transactions Customer Deposit Full Transactions Customer Payment Full Transactions Customer Refund Full Transactions Fulfill Orders Full Transactions Invoice Full Transactions Item Shipment Full Transactions Sales Order Full Transactions View Payment Events Full Reports Integration View Reports Inventory View Reports Sales View Lists Accounts Full Lists Cases Full Lists Companies Full Lists Contacts Full Lists Custom Record Entries Full Lists Customers Full Lists Employees Full Lists Items Full Lists Perform Search Full Setup REST Web Services Full Setup SOAP Web Services Full Setup User Access Tokens FullAppendix A Enterprise Resource Planning (ERP) Recipes A-171Install and Configure the Recipe On your Oracle Integration instance, install the recipe package to deploy and configure the integrations and associated resources.1.On the Oracle Integration home page, scroll to the Accelerators & Recipes section.2.Click Search All .3.Find the recipe package that you want to install.4.Select the package, and then click the Install icon.5.After the package is installed, click the Configure icon on the recipe card to configure the resources deployed by the package.
|
c.Ensure that your Oracle Integration account is assigned at least the ServiceInvoker role on the Oracle Integration instance.Appendix A Enterprise Resource Planning (ERP) Recipes A-170Configure NetSuite To access NetSuite from Oracle Integration, you must perform certain general configurations on your NetSuite instance and some configurations specific to the security policy you'll use to access.In this recipe, you'll use the token-based authentication (TBA) security policy.Log in to your NetSuite instance as an Administrator and execute the following tasks.1.Perform the general configurations necessary to connect to NetSuite.See Enable Features on Oracle NetSuite and Assemble the Oracle NetSuite WSDL URL.2.Perform the TBA-related configuration tasks.See Prerequisites for the Token-Based Authentication Security Policy.Grant the following permissions to the role you'll create in this step.Tab Name Permission Level Transactions Adjust Inventory Full Transactions Cash Sale Full Transactions Cash Sale Refund Full Transactions Customer Deposit Full Transactions Customer Payment Full Transactions Customer Refund Full Transactions Fulfill Orders Full Transactions Invoice Full Transactions Item Shipment Full Transactions Sales Order Full Transactions View Payment Events Full Reports Integration View Reports Inventory View Reports Sales View Lists Accounts Full Lists Cases Full Lists Companies Full Lists Contacts Full Lists Custom Record Entries Full Lists Customers Full Lists Employees Full Lists Items Full Lists Perform Search Full Setup REST Web Services Full Setup SOAP Web Services Full Setup User Access Tokens FullAppendix A Enterprise Resource Planning (ERP) Recipes A-171Install and Configure the Recipe On your Oracle Integration instance, install the recipe package to deploy and configure the integrations and associated resources.1.On the Oracle Integration home page, scroll to the Accelerators & Recipes section.2.Click Search All .3.Find the recipe package that you want to install.4.Select the package, and then click the Install icon.5.After the package is installed, click the Configure icon on the recipe card to configure the resources deployed by the package.The Configuration Editor page opens, displaying all the resources of the recipe package.
|
In this recipe, you'll use the token-based authentication (TBA) security policy.Log in to your NetSuite instance as an Administrator and execute the following tasks.1.Perform the general configurations necessary to connect to NetSuite.See Enable Features on Oracle NetSuite and Assemble the Oracle NetSuite WSDL URL.2.Perform the TBA-related configuration tasks.See Prerequisites for the Token-Based Authentication Security Policy.Grant the following permissions to the role you'll create in this step.Tab Name Permission Level Transactions Adjust Inventory Full Transactions Cash Sale Full Transactions Cash Sale Refund Full Transactions Customer Deposit Full Transactions Customer Payment Full Transactions Customer Refund Full Transactions Fulfill Orders Full Transactions Invoice Full Transactions Item Shipment Full Transactions Sales Order Full Transactions View Payment Events Full Reports Integration View Reports Inventory View Reports Sales View Lists Accounts Full Lists Cases Full Lists Companies Full Lists Contacts Full Lists Custom Record Entries Full Lists Customers Full Lists Employees Full Lists Items Full Lists Perform Search Full Setup REST Web Services Full Setup SOAP Web Services Full Setup User Access Tokens FullAppendix A Enterprise Resource Planning (ERP) Recipes A-171Install and Configure the Recipe On your Oracle Integration instance, install the recipe package to deploy and configure the integrations and associated resources.1.On the Oracle Integration home page, scroll to the Accelerators & Recipes section.2.Click Search All .3.Find the recipe package that you want to install.4.Select the package, and then click the Install icon.5.After the package is installed, click the Configure icon on the recipe card to configure the resources deployed by the package.The Configuration Editor page opens, displaying all the resources of the recipe package.Configure the following resources before you activate and run the recipe.
|
Log in to your NetSuite instance as an Administrator and execute the following tasks.1.Perform the general configurations necessary to connect to NetSuite.See Enable Features on Oracle NetSuite and Assemble the Oracle NetSuite WSDL URL.2.Perform the TBA-related configuration tasks.See Prerequisites for the Token-Based Authentication Security Policy.Grant the following permissions to the role you'll create in this step.Tab Name Permission Level Transactions Adjust Inventory Full Transactions Cash Sale Full Transactions Cash Sale Refund Full Transactions Customer Deposit Full Transactions Customer Payment Full Transactions Customer Refund Full Transactions Fulfill Orders Full Transactions Invoice Full Transactions Item Shipment Full Transactions Sales Order Full Transactions View Payment Events Full Reports Integration View Reports Inventory View Reports Sales View Lists Accounts Full Lists Cases Full Lists Companies Full Lists Contacts Full Lists Custom Record Entries Full Lists Customers Full Lists Employees Full Lists Items Full Lists Perform Search Full Setup REST Web Services Full Setup SOAP Web Services Full Setup User Access Tokens FullAppendix A Enterprise Resource Planning (ERP) Recipes A-171Install and Configure the Recipe On your Oracle Integration instance, install the recipe package to deploy and configure the integrations and associated resources.1.On the Oracle Integration home page, scroll to the Accelerators & Recipes section.2.Click Search All .3.Find the recipe package that you want to install.4.Select the package, and then click the Install icon.5.After the package is installed, click the Configure icon on the recipe card to configure the resources deployed by the package.The Configuration Editor page opens, displaying all the resources of the recipe package.Configure the following resources before you activate and run the recipe.Configure the Oracle REST Connection Configure the Oracle NetSuite Connection Configure the Oracle CX Sales and B2B Service Connection Note: Optionally, you can configure the following lookup table in the package.
|
1.Perform the general configurations necessary to connect to NetSuite.See Enable Features on Oracle NetSuite and Assemble the Oracle NetSuite WSDL URL.2.Perform the TBA-related configuration tasks.See Prerequisites for the Token-Based Authentication Security Policy.Grant the following permissions to the role you'll create in this step.Tab Name Permission Level Transactions Adjust Inventory Full Transactions Cash Sale Full Transactions Cash Sale Refund Full Transactions Customer Deposit Full Transactions Customer Payment Full Transactions Customer Refund Full Transactions Fulfill Orders Full Transactions Invoice Full Transactions Item Shipment Full Transactions Sales Order Full Transactions View Payment Events Full Reports Integration View Reports Inventory View Reports Sales View Lists Accounts Full Lists Cases Full Lists Companies Full Lists Contacts Full Lists Custom Record Entries Full Lists Customers Full Lists Employees Full Lists Items Full Lists Perform Search Full Setup REST Web Services Full Setup SOAP Web Services Full Setup User Access Tokens FullAppendix A Enterprise Resource Planning (ERP) Recipes A-171Install and Configure the Recipe On your Oracle Integration instance, install the recipe package to deploy and configure the integrations and associated resources.1.On the Oracle Integration home page, scroll to the Accelerators & Recipes section.2.Click Search All .3.Find the recipe package that you want to install.4.Select the package, and then click the Install icon.5.After the package is installed, click the Configure icon on the recipe card to configure the resources deployed by the package.The Configuration Editor page opens, displaying all the resources of the recipe package.Configure the following resources before you activate and run the recipe.Configure the Oracle REST Connection Configure the Oracle NetSuite Connection Configure the Oracle CX Sales and B2B Service Connection Note: Optionally, you can configure the following lookup table in the package.ORCL-BRT-EC_NS_SETTINGS : This lookup table contains a mapping of Oracle CX Sales and B2B Service country codes to NetSuite country codes.
|
See Enable Features on Oracle NetSuite and Assemble the Oracle NetSuite WSDL URL.2.Perform the TBA-related configuration tasks.See Prerequisites for the Token-Based Authentication Security Policy.Grant the following permissions to the role you'll create in this step.Tab Name Permission Level Transactions Adjust Inventory Full Transactions Cash Sale Full Transactions Cash Sale Refund Full Transactions Customer Deposit Full Transactions Customer Payment Full Transactions Customer Refund Full Transactions Fulfill Orders Full Transactions Invoice Full Transactions Item Shipment Full Transactions Sales Order Full Transactions View Payment Events Full Reports Integration View Reports Inventory View Reports Sales View Lists Accounts Full Lists Cases Full Lists Companies Full Lists Contacts Full Lists Custom Record Entries Full Lists Customers Full Lists Employees Full Lists Items Full Lists Perform Search Full Setup REST Web Services Full Setup SOAP Web Services Full Setup User Access Tokens FullAppendix A Enterprise Resource Planning (ERP) Recipes A-171Install and Configure the Recipe On your Oracle Integration instance, install the recipe package to deploy and configure the integrations and associated resources.1.On the Oracle Integration home page, scroll to the Accelerators & Recipes section.2.Click Search All .3.Find the recipe package that you want to install.4.Select the package, and then click the Install icon.5.After the package is installed, click the Configure icon on the recipe card to configure the resources deployed by the package.The Configuration Editor page opens, displaying all the resources of the recipe package.Configure the following resources before you activate and run the recipe.Configure the Oracle REST Connection Configure the Oracle NetSuite Connection Configure the Oracle CX Sales and B2B Service Connection Note: Optionally, you can configure the following lookup table in the package.ORCL-BRT-EC_NS_SETTINGS : This lookup table contains a mapping of Oracle CX Sales and B2B Service country codes to NetSuite country codes.On your Oracle CX Sales and B2B Service instance, if you have an opportunity record associated with a country that isn't listed in the lookup table, add the mapping for that country code in the table.
|
2.Perform the TBA-related configuration tasks.See Prerequisites for the Token-Based Authentication Security Policy.Grant the following permissions to the role you'll create in this step.Tab Name Permission Level Transactions Adjust Inventory Full Transactions Cash Sale Full Transactions Cash Sale Refund Full Transactions Customer Deposit Full Transactions Customer Payment Full Transactions Customer Refund Full Transactions Fulfill Orders Full Transactions Invoice Full Transactions Item Shipment Full Transactions Sales Order Full Transactions View Payment Events Full Reports Integration View Reports Inventory View Reports Sales View Lists Accounts Full Lists Cases Full Lists Companies Full Lists Contacts Full Lists Custom Record Entries Full Lists Customers Full Lists Employees Full Lists Items Full Lists Perform Search Full Setup REST Web Services Full Setup SOAP Web Services Full Setup User Access Tokens FullAppendix A Enterprise Resource Planning (ERP) Recipes A-171Install and Configure the Recipe On your Oracle Integration instance, install the recipe package to deploy and configure the integrations and associated resources.1.On the Oracle Integration home page, scroll to the Accelerators & Recipes section.2.Click Search All .3.Find the recipe package that you want to install.4.Select the package, and then click the Install icon.5.After the package is installed, click the Configure icon on the recipe card to configure the resources deployed by the package.The Configuration Editor page opens, displaying all the resources of the recipe package.Configure the following resources before you activate and run the recipe.Configure the Oracle REST Connection Configure the Oracle NetSuite Connection Configure the Oracle CX Sales and B2B Service Connection Note: Optionally, you can configure the following lookup table in the package.ORCL-BRT-EC_NS_SETTINGS : This lookup table contains a mapping of Oracle CX Sales and B2B Service country codes to NetSuite country codes.On your Oracle CX Sales and B2B Service instance, if you have an opportunity record associated with a country that isn't listed in the lookup table, add the mapping for that country code in the table.Additionally, this lookup table contains a default value for the internal ID of the NetSuite subsidiary to which the new sales orders will belong.
|
See Prerequisites for the Token-Based Authentication Security Policy.Grant the following permissions to the role you'll create in this step.Tab Name Permission Level Transactions Adjust Inventory Full Transactions Cash Sale Full Transactions Cash Sale Refund Full Transactions Customer Deposit Full Transactions Customer Payment Full Transactions Customer Refund Full Transactions Fulfill Orders Full Transactions Invoice Full Transactions Item Shipment Full Transactions Sales Order Full Transactions View Payment Events Full Reports Integration View Reports Inventory View Reports Sales View Lists Accounts Full Lists Cases Full Lists Companies Full Lists Contacts Full Lists Custom Record Entries Full Lists Customers Full Lists Employees Full Lists Items Full Lists Perform Search Full Setup REST Web Services Full Setup SOAP Web Services Full Setup User Access Tokens FullAppendix A Enterprise Resource Planning (ERP) Recipes A-171Install and Configure the Recipe On your Oracle Integration instance, install the recipe package to deploy and configure the integrations and associated resources.1.On the Oracle Integration home page, scroll to the Accelerators & Recipes section.2.Click Search All .3.Find the recipe package that you want to install.4.Select the package, and then click the Install icon.5.After the package is installed, click the Configure icon on the recipe card to configure the resources deployed by the package.The Configuration Editor page opens, displaying all the resources of the recipe package.Configure the following resources before you activate and run the recipe.Configure the Oracle REST Connection Configure the Oracle NetSuite Connection Configure the Oracle CX Sales and B2B Service Connection Note: Optionally, you can configure the following lookup table in the package.ORCL-BRT-EC_NS_SETTINGS : This lookup table contains a mapping of Oracle CX Sales and B2B Service country codes to NetSuite country codes.On your Oracle CX Sales and B2B Service instance, if you have an opportunity record associated with a country that isn't listed in the lookup table, add the mapping for that country code in the table.Additionally, this lookup table contains a default value for the internal ID of the NetSuite subsidiary to which the new sales orders will belong.To associate the new sales orders with the correct subsidiary on your NetSuite instance, enter the internal ID of the preferred subsidiary against the subsidiary field in the table.
|
Grant the following permissions to the role you'll create in this step.Tab Name Permission Level Transactions Adjust Inventory Full Transactions Cash Sale Full Transactions Cash Sale Refund Full Transactions Customer Deposit Full Transactions Customer Payment Full Transactions Customer Refund Full Transactions Fulfill Orders Full Transactions Invoice Full Transactions Item Shipment Full Transactions Sales Order Full Transactions View Payment Events Full Reports Integration View Reports Inventory View Reports Sales View Lists Accounts Full Lists Cases Full Lists Companies Full Lists Contacts Full Lists Custom Record Entries Full Lists Customers Full Lists Employees Full Lists Items Full Lists Perform Search Full Setup REST Web Services Full Setup SOAP Web Services Full Setup User Access Tokens FullAppendix A Enterprise Resource Planning (ERP) Recipes A-171Install and Configure the Recipe On your Oracle Integration instance, install the recipe package to deploy and configure the integrations and associated resources.1.On the Oracle Integration home page, scroll to the Accelerators & Recipes section.2.Click Search All .3.Find the recipe package that you want to install.4.Select the package, and then click the Install icon.5.After the package is installed, click the Configure icon on the recipe card to configure the resources deployed by the package.The Configuration Editor page opens, displaying all the resources of the recipe package.Configure the following resources before you activate and run the recipe.Configure the Oracle REST Connection Configure the Oracle NetSuite Connection Configure the Oracle CX Sales and B2B Service Connection Note: Optionally, you can configure the following lookup table in the package.ORCL-BRT-EC_NS_SETTINGS : This lookup table contains a mapping of Oracle CX Sales and B2B Service country codes to NetSuite country codes.On your Oracle CX Sales and B2B Service instance, if you have an opportunity record associated with a country that isn't listed in the lookup table, add the mapping for that country code in the table.Additionally, this lookup table contains a default value for the internal ID of the NetSuite subsidiary to which the new sales orders will belong.To associate the new sales orders with the correct subsidiary on your NetSuite instance, enter the internal ID of the preferred subsidiary against the subsidiary field in the table.Also, against the ToEmailID field, you can enter an email ID on which you'd like to receive notifications related to the integration's execution.
|
Tab Name Permission Level Transactions Adjust Inventory Full Transactions Cash Sale Full Transactions Cash Sale Refund Full Transactions Customer Deposit Full Transactions Customer Payment Full Transactions Customer Refund Full Transactions Fulfill Orders Full Transactions Invoice Full Transactions Item Shipment Full Transactions Sales Order Full Transactions View Payment Events Full Reports Integration View Reports Inventory View Reports Sales View Lists Accounts Full Lists Cases Full Lists Companies Full Lists Contacts Full Lists Custom Record Entries Full Lists Customers Full Lists Employees Full Lists Items Full Lists Perform Search Full Setup REST Web Services Full Setup SOAP Web Services Full Setup User Access Tokens FullAppendix A Enterprise Resource Planning (ERP) Recipes A-171Install and Configure the Recipe On your Oracle Integration instance, install the recipe package to deploy and configure the integrations and associated resources.1.On the Oracle Integration home page, scroll to the Accelerators & Recipes section.2.Click Search All .3.Find the recipe package that you want to install.4.Select the package, and then click the Install icon.5.After the package is installed, click the Configure icon on the recipe card to configure the resources deployed by the package.The Configuration Editor page opens, displaying all the resources of the recipe package.Configure the following resources before you activate and run the recipe.Configure the Oracle REST Connection Configure the Oracle NetSuite Connection Configure the Oracle CX Sales and B2B Service Connection Note: Optionally, you can configure the following lookup table in the package.ORCL-BRT-EC_NS_SETTINGS : This lookup table contains a mapping of Oracle CX Sales and B2B Service country codes to NetSuite country codes.On your Oracle CX Sales and B2B Service instance, if you have an opportunity record associated with a country that isn't listed in the lookup table, add the mapping for that country code in the table.Additionally, this lookup table contains a default value for the internal ID of the NetSuite subsidiary to which the new sales orders will belong.To associate the new sales orders with the correct subsidiary on your NetSuite instance, enter the internal ID of the preferred subsidiary against the subsidiary field in the table.Also, against the ToEmailID field, you can enter an email ID on which you'd like to receive notifications related to the integration's execution.Configure the Oracle REST Connection Test and save the Oracle REST connection.
|
1.On the Oracle Integration home page, scroll to the Accelerators & Recipes section.2.Click Search All .3.Find the recipe package that you want to install.4.Select the package, and then click the Install icon.5.After the package is installed, click the Configure icon on the recipe card to configure the resources deployed by the package.The Configuration Editor page opens, displaying all the resources of the recipe package.Configure the following resources before you activate and run the recipe.Configure the Oracle REST Connection Configure the Oracle NetSuite Connection Configure the Oracle CX Sales and B2B Service Connection Note: Optionally, you can configure the following lookup table in the package.ORCL-BRT-EC_NS_SETTINGS : This lookup table contains a mapping of Oracle CX Sales and B2B Service country codes to NetSuite country codes.On your Oracle CX Sales and B2B Service instance, if you have an opportunity record associated with a country that isn't listed in the lookup table, add the mapping for that country code in the table.Additionally, this lookup table contains a default value for the internal ID of the NetSuite subsidiary to which the new sales orders will belong.To associate the new sales orders with the correct subsidiary on your NetSuite instance, enter the internal ID of the preferred subsidiary against the subsidiary field in the table.Also, against the ToEmailID field, you can enter an email ID on which you'd like to receive notifications related to the integration's execution.Configure the Oracle REST Connection Test and save the Oracle REST connection.1.On the Configuration Editor page, select Oracle REST Connection .
|
2.Click Search All .3.Find the recipe package that you want to install.4.Select the package, and then click the Install icon.5.After the package is installed, click the Configure icon on the recipe card to configure the resources deployed by the package.The Configuration Editor page opens, displaying all the resources of the recipe package.Configure the following resources before you activate and run the recipe.Configure the Oracle REST Connection Configure the Oracle NetSuite Connection Configure the Oracle CX Sales and B2B Service Connection Note: Optionally, you can configure the following lookup table in the package.ORCL-BRT-EC_NS_SETTINGS : This lookup table contains a mapping of Oracle CX Sales and B2B Service country codes to NetSuite country codes.On your Oracle CX Sales and B2B Service instance, if you have an opportunity record associated with a country that isn't listed in the lookup table, add the mapping for that country code in the table.Additionally, this lookup table contains a default value for the internal ID of the NetSuite subsidiary to which the new sales orders will belong.To associate the new sales orders with the correct subsidiary on your NetSuite instance, enter the internal ID of the preferred subsidiary against the subsidiary field in the table.Also, against the ToEmailID field, you can enter an email ID on which you'd like to receive notifications related to the integration's execution.Configure the Oracle REST Connection Test and save the Oracle REST connection.1.On the Configuration Editor page, select Oracle REST Connection .2.Click Edit .
|
3.Find the recipe package that you want to install.4.Select the package, and then click the Install icon.5.After the package is installed, click the Configure icon on the recipe card to configure the resources deployed by the package.The Configuration Editor page opens, displaying all the resources of the recipe package.Configure the following resources before you activate and run the recipe.Configure the Oracle REST Connection Configure the Oracle NetSuite Connection Configure the Oracle CX Sales and B2B Service Connection Note: Optionally, you can configure the following lookup table in the package.ORCL-BRT-EC_NS_SETTINGS : This lookup table contains a mapping of Oracle CX Sales and B2B Service country codes to NetSuite country codes.On your Oracle CX Sales and B2B Service instance, if you have an opportunity record associated with a country that isn't listed in the lookup table, add the mapping for that country code in the table.Additionally, this lookup table contains a default value for the internal ID of the NetSuite subsidiary to which the new sales orders will belong.To associate the new sales orders with the correct subsidiary on your NetSuite instance, enter the internal ID of the preferred subsidiary against the subsidiary field in the table.Also, against the ToEmailID field, you can enter an email ID on which you'd like to receive notifications related to the integration's execution.Configure the Oracle REST Connection Test and save the Oracle REST connection.1.On the Configuration Editor page, select Oracle REST Connection .2.Click Edit .3.On the Oracle REST Connection page, click Test to ensure that your connection is correctly configured.
|
4.Select the package, and then click the Install icon.5.After the package is installed, click the Configure icon on the recipe card to configure the resources deployed by the package.The Configuration Editor page opens, displaying all the resources of the recipe package.Configure the following resources before you activate and run the recipe.Configure the Oracle REST Connection Configure the Oracle NetSuite Connection Configure the Oracle CX Sales and B2B Service Connection Note: Optionally, you can configure the following lookup table in the package.ORCL-BRT-EC_NS_SETTINGS : This lookup table contains a mapping of Oracle CX Sales and B2B Service country codes to NetSuite country codes.On your Oracle CX Sales and B2B Service instance, if you have an opportunity record associated with a country that isn't listed in the lookup table, add the mapping for that country code in the table.Additionally, this lookup table contains a default value for the internal ID of the NetSuite subsidiary to which the new sales orders will belong.To associate the new sales orders with the correct subsidiary on your NetSuite instance, enter the internal ID of the preferred subsidiary against the subsidiary field in the table.Also, against the ToEmailID field, you can enter an email ID on which you'd like to receive notifications related to the integration's execution.Configure the Oracle REST Connection Test and save the Oracle REST connection.1.On the Configuration Editor page, select Oracle REST Connection .2.Click Edit .3.On the Oracle REST Connection page, click Test to ensure that your connection is correctly configured.A confirmation message is displayed if your test is successful.Appendix A Enterprise Resource Planning (ERP) Recipes A-1724.Click Save .
|
5.After the package is installed, click the Configure icon on the recipe card to configure the resources deployed by the package.The Configuration Editor page opens, displaying all the resources of the recipe package.Configure the following resources before you activate and run the recipe.Configure the Oracle REST Connection Configure the Oracle NetSuite Connection Configure the Oracle CX Sales and B2B Service Connection Note: Optionally, you can configure the following lookup table in the package.ORCL-BRT-EC_NS_SETTINGS : This lookup table contains a mapping of Oracle CX Sales and B2B Service country codes to NetSuite country codes.On your Oracle CX Sales and B2B Service instance, if you have an opportunity record associated with a country that isn't listed in the lookup table, add the mapping for that country code in the table.Additionally, this lookup table contains a default value for the internal ID of the NetSuite subsidiary to which the new sales orders will belong.To associate the new sales orders with the correct subsidiary on your NetSuite instance, enter the internal ID of the preferred subsidiary against the subsidiary field in the table.Also, against the ToEmailID field, you can enter an email ID on which you'd like to receive notifications related to the integration's execution.Configure the Oracle REST Connection Test and save the Oracle REST connection.1.On the Configuration Editor page, select Oracle REST Connection .2.Click Edit .3.On the Oracle REST Connection page, click Test to ensure that your connection is correctly configured.A confirmation message is displayed if your test is successful.Appendix A Enterprise Resource Planning (ERP) Recipes A-1724.Click Save .If prompted, click Save for a second time.
|
The Configuration Editor page opens, displaying all the resources of the recipe package.Configure the following resources before you activate and run the recipe.Configure the Oracle REST Connection Configure the Oracle NetSuite Connection Configure the Oracle CX Sales and B2B Service Connection Note: Optionally, you can configure the following lookup table in the package.ORCL-BRT-EC_NS_SETTINGS : This lookup table contains a mapping of Oracle CX Sales and B2B Service country codes to NetSuite country codes.On your Oracle CX Sales and B2B Service instance, if you have an opportunity record associated with a country that isn't listed in the lookup table, add the mapping for that country code in the table.Additionally, this lookup table contains a default value for the internal ID of the NetSuite subsidiary to which the new sales orders will belong.To associate the new sales orders with the correct subsidiary on your NetSuite instance, enter the internal ID of the preferred subsidiary against the subsidiary field in the table.Also, against the ToEmailID field, you can enter an email ID on which you'd like to receive notifications related to the integration's execution.Configure the Oracle REST Connection Test and save the Oracle REST connection.1.On the Configuration Editor page, select Oracle REST Connection .2.Click Edit .3.On the Oracle REST Connection page, click Test to ensure that your connection is correctly configured.A confirmation message is displayed if your test is successful.Appendix A Enterprise Resource Planning (ERP) Recipes A-1724.Click Save .If prompted, click Save for a second time.5.Click Back to return to the Configuration Editor page.
|
Configure the following resources before you activate and run the recipe.Configure the Oracle REST Connection Configure the Oracle NetSuite Connection Configure the Oracle CX Sales and B2B Service Connection Note: Optionally, you can configure the following lookup table in the package.ORCL-BRT-EC_NS_SETTINGS : This lookup table contains a mapping of Oracle CX Sales and B2B Service country codes to NetSuite country codes.On your Oracle CX Sales and B2B Service instance, if you have an opportunity record associated with a country that isn't listed in the lookup table, add the mapping for that country code in the table.Additionally, this lookup table contains a default value for the internal ID of the NetSuite subsidiary to which the new sales orders will belong.To associate the new sales orders with the correct subsidiary on your NetSuite instance, enter the internal ID of the preferred subsidiary against the subsidiary field in the table.Also, against the ToEmailID field, you can enter an email ID on which you'd like to receive notifications related to the integration's execution.Configure the Oracle REST Connection Test and save the Oracle REST connection.1.On the Configuration Editor page, select Oracle REST Connection .2.Click Edit .3.On the Oracle REST Connection page, click Test to ensure that your connection is correctly configured.A confirmation message is displayed if your test is successful.Appendix A Enterprise Resource Planning (ERP) Recipes A-1724.Click Save .If prompted, click Save for a second time.5.Click Back to return to the Configuration Editor page.Click Save again if prompted.
|
Configure the Oracle REST Connection Configure the Oracle NetSuite Connection Configure the Oracle CX Sales and B2B Service Connection Note: Optionally, you can configure the following lookup table in the package.ORCL-BRT-EC_NS_SETTINGS : This lookup table contains a mapping of Oracle CX Sales and B2B Service country codes to NetSuite country codes.On your Oracle CX Sales and B2B Service instance, if you have an opportunity record associated with a country that isn't listed in the lookup table, add the mapping for that country code in the table.Additionally, this lookup table contains a default value for the internal ID of the NetSuite subsidiary to which the new sales orders will belong.To associate the new sales orders with the correct subsidiary on your NetSuite instance, enter the internal ID of the preferred subsidiary against the subsidiary field in the table.Also, against the ToEmailID field, you can enter an email ID on which you'd like to receive notifications related to the integration's execution.Configure the Oracle REST Connection Test and save the Oracle REST connection.1.On the Configuration Editor page, select Oracle REST Connection .2.Click Edit .3.On the Oracle REST Connection page, click Test to ensure that your connection is correctly configured.A confirmation message is displayed if your test is successful.Appendix A Enterprise Resource Planning (ERP) Recipes A-1724.Click Save .If prompted, click Save for a second time.5.Click Back to return to the Configuration Editor page.Click Save again if prompted.Configure the Oracle NetSuite Connection 1.On the Configuration Editor page, select Oracle NetSuite Connection .
|
ORCL-BRT-EC_NS_SETTINGS : This lookup table contains a mapping of Oracle CX Sales and B2B Service country codes to NetSuite country codes.On your Oracle CX Sales and B2B Service instance, if you have an opportunity record associated with a country that isn't listed in the lookup table, add the mapping for that country code in the table.Additionally, this lookup table contains a default value for the internal ID of the NetSuite subsidiary to which the new sales orders will belong.To associate the new sales orders with the correct subsidiary on your NetSuite instance, enter the internal ID of the preferred subsidiary against the subsidiary field in the table.Also, against the ToEmailID field, you can enter an email ID on which you'd like to receive notifications related to the integration's execution.Configure the Oracle REST Connection Test and save the Oracle REST connection.1.On the Configuration Editor page, select Oracle REST Connection .2.Click Edit .3.On the Oracle REST Connection page, click Test to ensure that your connection is correctly configured.A confirmation message is displayed if your test is successful.Appendix A Enterprise Resource Planning (ERP) Recipes A-1724.Click Save .If prompted, click Save for a second time.5.Click Back to return to the Configuration Editor page.Click Save again if prompted.Configure the Oracle NetSuite Connection 1.On the Configuration Editor page, select Oracle NetSuite Connection .2.Click Edit .
|
On your Oracle CX Sales and B2B Service instance, if you have an opportunity record associated with a country that isn't listed in the lookup table, add the mapping for that country code in the table.Additionally, this lookup table contains a default value for the internal ID of the NetSuite subsidiary to which the new sales orders will belong.To associate the new sales orders with the correct subsidiary on your NetSuite instance, enter the internal ID of the preferred subsidiary against the subsidiary field in the table.Also, against the ToEmailID field, you can enter an email ID on which you'd like to receive notifications related to the integration's execution.Configure the Oracle REST Connection Test and save the Oracle REST connection.1.On the Configuration Editor page, select Oracle REST Connection .2.Click Edit .3.On the Oracle REST Connection page, click Test to ensure that your connection is correctly configured.A confirmation message is displayed if your test is successful.Appendix A Enterprise Resource Planning (ERP) Recipes A-1724.Click Save .If prompted, click Save for a second time.5.Click Back to return to the Configuration Editor page.Click Save again if prompted.Configure the Oracle NetSuite Connection 1.On the Configuration Editor page, select Oracle NetSuite Connection .2.Click Edit .The connection configuration page appears.
|
Additionally, this lookup table contains a default value for the internal ID of the NetSuite subsidiary to which the new sales orders will belong.To associate the new sales orders with the correct subsidiary on your NetSuite instance, enter the internal ID of the preferred subsidiary against the subsidiary field in the table.Also, against the ToEmailID field, you can enter an email ID on which you'd like to receive notifications related to the integration's execution.Configure the Oracle REST Connection Test and save the Oracle REST connection.1.On the Configuration Editor page, select Oracle REST Connection .2.Click Edit .3.On the Oracle REST Connection page, click Test to ensure that your connection is correctly configured.A confirmation message is displayed if your test is successful.Appendix A Enterprise Resource Planning (ERP) Recipes A-1724.Click Save .If prompted, click Save for a second time.5.Click Back to return to the Configuration Editor page.Click Save again if prompted.Configure the Oracle NetSuite Connection 1.On the Configuration Editor page, select Oracle NetSuite Connection .2.Click Edit .The connection configuration page appears.3.In the Connection Properties section, enter the following details.
|
To associate the new sales orders with the correct subsidiary on your NetSuite instance, enter the internal ID of the preferred subsidiary against the subsidiary field in the table.Also, against the ToEmailID field, you can enter an email ID on which you'd like to receive notifications related to the integration's execution.Configure the Oracle REST Connection Test and save the Oracle REST connection.1.On the Configuration Editor page, select Oracle REST Connection .2.Click Edit .3.On the Oracle REST Connection page, click Test to ensure that your connection is correctly configured.A confirmation message is displayed if your test is successful.Appendix A Enterprise Resource Planning (ERP) Recipes A-1724.Click Save .If prompted, click Save for a second time.5.Click Back to return to the Configuration Editor page.Click Save again if prompted.Configure the Oracle NetSuite Connection 1.On the Configuration Editor page, select Oracle NetSuite Connection .2.Click Edit .The connection configuration page appears.3.In the Connection Properties section, enter the following details.Field Information to Enter WSDL URL Enter the NetSuite WSDL URL; for example, https:// webservices.netsuite.com/wsdl/ <NetSuite_application_version> /netsuite.wsdl .
|
Also, against the ToEmailID field, you can enter an email ID on which you'd like to receive notifications related to the integration's execution.Configure the Oracle REST Connection Test and save the Oracle REST connection.1.On the Configuration Editor page, select Oracle REST Connection .2.Click Edit .3.On the Oracle REST Connection page, click Test to ensure that your connection is correctly configured.A confirmation message is displayed if your test is successful.Appendix A Enterprise Resource Planning (ERP) Recipes A-1724.Click Save .If prompted, click Save for a second time.5.Click Back to return to the Configuration Editor page.Click Save again if prompted.Configure the Oracle NetSuite Connection 1.On the Configuration Editor page, select Oracle NetSuite Connection .2.Click Edit .The connection configuration page appears.3.In the Connection Properties section, enter the following details.Field Information to Enter WSDL URL Enter the NetSuite WSDL URL; for example, https:// webservices.netsuite.com/wsdl/ <NetSuite_application_version> /netsuite.wsdl .where <NetSuite_application_version> is the version of the NetSuite application.
|
Configure the Oracle REST Connection Test and save the Oracle REST connection.1.On the Configuration Editor page, select Oracle REST Connection .2.Click Edit .3.On the Oracle REST Connection page, click Test to ensure that your connection is correctly configured.A confirmation message is displayed if your test is successful.Appendix A Enterprise Resource Planning (ERP) Recipes A-1724.Click Save .If prompted, click Save for a second time.5.Click Back to return to the Configuration Editor page.Click Save again if prompted.Configure the Oracle NetSuite Connection 1.On the Configuration Editor page, select Oracle NetSuite Connection .2.Click Edit .The connection configuration page appears.3.In the Connection Properties section, enter the following details.Field Information to Enter WSDL URL Enter the NetSuite WSDL URL; for example, https:// webservices.netsuite.com/wsdl/ <NetSuite_application_version> /netsuite.wsdl .where <NetSuite_application_version> is the version of the NetSuite application.For example, v2015_1_0 .
|
1.On the Configuration Editor page, select Oracle REST Connection .2.Click Edit .3.On the Oracle REST Connection page, click Test to ensure that your connection is correctly configured.A confirmation message is displayed if your test is successful.Appendix A Enterprise Resource Planning (ERP) Recipes A-1724.Click Save .If prompted, click Save for a second time.5.Click Back to return to the Configuration Editor page.Click Save again if prompted.Configure the Oracle NetSuite Connection 1.On the Configuration Editor page, select Oracle NetSuite Connection .2.Click Edit .The connection configuration page appears.3.In the Connection Properties section, enter the following details.Field Information to Enter WSDL URL Enter the NetSuite WSDL URL; for example, https:// webservices.netsuite.com/wsdl/ <NetSuite_application_version> /netsuite.wsdl .where <NetSuite_application_version> is the version of the NetSuite application.For example, v2015_1_0 .See Assemble the Oracle NetSuite WSDL URL.
|
2.Click Edit .3.On the Oracle REST Connection page, click Test to ensure that your connection is correctly configured.A confirmation message is displayed if your test is successful.Appendix A Enterprise Resource Planning (ERP) Recipes A-1724.Click Save .If prompted, click Save for a second time.5.Click Back to return to the Configuration Editor page.Click Save again if prompted.Configure the Oracle NetSuite Connection 1.On the Configuration Editor page, select Oracle NetSuite Connection .2.Click Edit .The connection configuration page appears.3.In the Connection Properties section, enter the following details.Field Information to Enter WSDL URL Enter the NetSuite WSDL URL; for example, https:// webservices.netsuite.com/wsdl/ <NetSuite_application_version> /netsuite.wsdl .where <NetSuite_application_version> is the version of the NetSuite application.For example, v2015_1_0 .See Assemble the Oracle NetSuite WSDL URL.4.In the Security section, enter the following details.
|
3.On the Oracle REST Connection page, click Test to ensure that your connection is correctly configured.A confirmation message is displayed if your test is successful.Appendix A Enterprise Resource Planning (ERP) Recipes A-1724.Click Save .If prompted, click Save for a second time.5.Click Back to return to the Configuration Editor page.Click Save again if prompted.Configure the Oracle NetSuite Connection 1.On the Configuration Editor page, select Oracle NetSuite Connection .2.Click Edit .The connection configuration page appears.3.In the Connection Properties section, enter the following details.Field Information to Enter WSDL URL Enter the NetSuite WSDL URL; for example, https:// webservices.netsuite.com/wsdl/ <NetSuite_application_version> /netsuite.wsdl .where <NetSuite_application_version> is the version of the NetSuite application.For example, v2015_1_0 .See Assemble the Oracle NetSuite WSDL URL.4.In the Security section, enter the following details.Field Information to Enter Security Policy Select Token Based Authentication .
|
A confirmation message is displayed if your test is successful.Appendix A Enterprise Resource Planning (ERP) Recipes A-1724.Click Save .If prompted, click Save for a second time.5.Click Back to return to the Configuration Editor page.Click Save again if prompted.Configure the Oracle NetSuite Connection 1.On the Configuration Editor page, select Oracle NetSuite Connection .2.Click Edit .The connection configuration page appears.3.In the Connection Properties section, enter the following details.Field Information to Enter WSDL URL Enter the NetSuite WSDL URL; for example, https:// webservices.netsuite.com/wsdl/ <NetSuite_application_version> /netsuite.wsdl .where <NetSuite_application_version> is the version of the NetSuite application.For example, v2015_1_0 .See Assemble the Oracle NetSuite WSDL URL.4.In the Security section, enter the following details.Field Information to Enter Security Policy Select Token Based Authentication .Consumer Key Enter the consumer key of the integration record in Oracle NetSuite.
|
If prompted, click Save for a second time.5.Click Back to return to the Configuration Editor page.Click Save again if prompted.Configure the Oracle NetSuite Connection 1.On the Configuration Editor page, select Oracle NetSuite Connection .2.Click Edit .The connection configuration page appears.3.In the Connection Properties section, enter the following details.Field Information to Enter WSDL URL Enter the NetSuite WSDL URL; for example, https:// webservices.netsuite.com/wsdl/ <NetSuite_application_version> /netsuite.wsdl .where <NetSuite_application_version> is the version of the NetSuite application.For example, v2015_1_0 .See Assemble the Oracle NetSuite WSDL URL.4.In the Security section, enter the following details.Field Information to Enter Security Policy Select Token Based Authentication .Consumer Key Enter the consumer key of the integration record in Oracle NetSuite.See Create an Integration Record for Oracle Integration.
|
5.Click Back to return to the Configuration Editor page.Click Save again if prompted.Configure the Oracle NetSuite Connection 1.On the Configuration Editor page, select Oracle NetSuite Connection .2.Click Edit .The connection configuration page appears.3.In the Connection Properties section, enter the following details.Field Information to Enter WSDL URL Enter the NetSuite WSDL URL; for example, https:// webservices.netsuite.com/wsdl/ <NetSuite_application_version> /netsuite.wsdl .where <NetSuite_application_version> is the version of the NetSuite application.For example, v2015_1_0 .See Assemble the Oracle NetSuite WSDL URL.4.In the Security section, enter the following details.Field Information to Enter Security Policy Select Token Based Authentication .Consumer Key Enter the consumer key of the integration record in Oracle NetSuite.See Create an Integration Record for Oracle Integration.Consumer Secret Enter the consumer secret of the integration record in Oracle NetSuite.
|
Click Save again if prompted.Configure the Oracle NetSuite Connection 1.On the Configuration Editor page, select Oracle NetSuite Connection .2.Click Edit .The connection configuration page appears.3.In the Connection Properties section, enter the following details.Field Information to Enter WSDL URL Enter the NetSuite WSDL URL; for example, https:// webservices.netsuite.com/wsdl/ <NetSuite_application_version> /netsuite.wsdl .where <NetSuite_application_version> is the version of the NetSuite application.For example, v2015_1_0 .See Assemble the Oracle NetSuite WSDL URL.4.In the Security section, enter the following details.Field Information to Enter Security Policy Select Token Based Authentication .Consumer Key Enter the consumer key of the integration record in Oracle NetSuite.See Create an Integration Record for Oracle Integration.Consumer Secret Enter the consumer secret of the integration record in Oracle NetSuite.Token Enter the token ID provided by Oracle NetSuite.
|
Configure the Oracle NetSuite Connection 1.On the Configuration Editor page, select Oracle NetSuite Connection .2.Click Edit .The connection configuration page appears.3.In the Connection Properties section, enter the following details.Field Information to Enter WSDL URL Enter the NetSuite WSDL URL; for example, https:// webservices.netsuite.com/wsdl/ <NetSuite_application_version> /netsuite.wsdl .where <NetSuite_application_version> is the version of the NetSuite application.For example, v2015_1_0 .See Assemble the Oracle NetSuite WSDL URL.4.In the Security section, enter the following details.Field Information to Enter Security Policy Select Token Based Authentication .Consumer Key Enter the consumer key of the integration record in Oracle NetSuite.See Create an Integration Record for Oracle Integration.Consumer Secret Enter the consumer secret of the integration record in Oracle NetSuite.Token Enter the token ID provided by Oracle NetSuite.See Create an Access Token for the User Account.
|
2.Click Edit .The connection configuration page appears.3.In the Connection Properties section, enter the following details.Field Information to Enter WSDL URL Enter the NetSuite WSDL URL; for example, https:// webservices.netsuite.com/wsdl/ <NetSuite_application_version> /netsuite.wsdl .where <NetSuite_application_version> is the version of the NetSuite application.For example, v2015_1_0 .See Assemble the Oracle NetSuite WSDL URL.4.In the Security section, enter the following details.Field Information to Enter Security Policy Select Token Based Authentication .Consumer Key Enter the consumer key of the integration record in Oracle NetSuite.See Create an Integration Record for Oracle Integration.Consumer Secret Enter the consumer secret of the integration record in Oracle NetSuite.Token Enter the token ID provided by Oracle NetSuite.See Create an Access Token for the User Account.Token Secret Enter the token secret provided by Oracle NetSuite.
|
The connection configuration page appears.3.In the Connection Properties section, enter the following details.Field Information to Enter WSDL URL Enter the NetSuite WSDL URL; for example, https:// webservices.netsuite.com/wsdl/ <NetSuite_application_version> /netsuite.wsdl .where <NetSuite_application_version> is the version of the NetSuite application.For example, v2015_1_0 .See Assemble the Oracle NetSuite WSDL URL.4.In the Security section, enter the following details.Field Information to Enter Security Policy Select Token Based Authentication .Consumer Key Enter the consumer key of the integration record in Oracle NetSuite.See Create an Integration Record for Oracle Integration.Consumer Secret Enter the consumer secret of the integration record in Oracle NetSuite.Token Enter the token ID provided by Oracle NetSuite.See Create an Access Token for the User Account.Token Secret Enter the token secret provided by Oracle NetSuite.Account ID Enter your Oracle NetSuite account identifier.
|
3.In the Connection Properties section, enter the following details.Field Information to Enter WSDL URL Enter the NetSuite WSDL URL; for example, https:// webservices.netsuite.com/wsdl/ <NetSuite_application_version> /netsuite.wsdl .where <NetSuite_application_version> is the version of the NetSuite application.For example, v2015_1_0 .See Assemble the Oracle NetSuite WSDL URL.4.In the Security section, enter the following details.Field Information to Enter Security Policy Select Token Based Authentication .Consumer Key Enter the consumer key of the integration record in Oracle NetSuite.See Create an Integration Record for Oracle Integration.Consumer Secret Enter the consumer secret of the integration record in Oracle NetSuite.Token Enter the token ID provided by Oracle NetSuite.See Create an Access Token for the User Account.Token Secret Enter the token secret provided by Oracle NetSuite.Account ID Enter your Oracle NetSuite account identifier.See Make a Note of the NetSuite Account ID.
|
Field Information to Enter WSDL URL Enter the NetSuite WSDL URL; for example, https:// webservices.netsuite.com/wsdl/ <NetSuite_application_version> /netsuite.wsdl .where <NetSuite_application_version> is the version of the NetSuite application.For example, v2015_1_0 .See Assemble the Oracle NetSuite WSDL URL.4.In the Security section, enter the following details.Field Information to Enter Security Policy Select Token Based Authentication .Consumer Key Enter the consumer key of the integration record in Oracle NetSuite.See Create an Integration Record for Oracle Integration.Consumer Secret Enter the consumer secret of the integration record in Oracle NetSuite.Token Enter the token ID provided by Oracle NetSuite.See Create an Access Token for the User Account.Token Secret Enter the token secret provided by Oracle NetSuite.Account ID Enter your Oracle NetSuite account identifier.See Make a Note of the NetSuite Account ID.Note: You must enter this information in capital letters.
|
where <NetSuite_application_version> is the version of the NetSuite application.For example, v2015_1_0 .See Assemble the Oracle NetSuite WSDL URL.4.In the Security section, enter the following details.Field Information to Enter Security Policy Select Token Based Authentication .Consumer Key Enter the consumer key of the integration record in Oracle NetSuite.See Create an Integration Record for Oracle Integration.Consumer Secret Enter the consumer secret of the integration record in Oracle NetSuite.Token Enter the token ID provided by Oracle NetSuite.See Create an Access Token for the User Account.Token Secret Enter the token secret provided by Oracle NetSuite.Account ID Enter your Oracle NetSuite account identifier.See Make a Note of the NetSuite Account ID.Note: You must enter this information in capital letters.5.Click Save .
|
For example, v2015_1_0 .See Assemble the Oracle NetSuite WSDL URL.4.In the Security section, enter the following details.Field Information to Enter Security Policy Select Token Based Authentication .Consumer Key Enter the consumer key of the integration record in Oracle NetSuite.See Create an Integration Record for Oracle Integration.Consumer Secret Enter the consumer secret of the integration record in Oracle NetSuite.Token Enter the token ID provided by Oracle NetSuite.See Create an Access Token for the User Account.Token Secret Enter the token secret provided by Oracle NetSuite.Account ID Enter your Oracle NetSuite account identifier.See Make a Note of the NetSuite Account ID.Note: You must enter this information in capital letters.5.Click Save .If prompted, click Save for a second time.
|
See Assemble the Oracle NetSuite WSDL URL.4.In the Security section, enter the following details.Field Information to Enter Security Policy Select Token Based Authentication .Consumer Key Enter the consumer key of the integration record in Oracle NetSuite.See Create an Integration Record for Oracle Integration.Consumer Secret Enter the consumer secret of the integration record in Oracle NetSuite.Token Enter the token ID provided by Oracle NetSuite.See Create an Access Token for the User Account.Token Secret Enter the token secret provided by Oracle NetSuite.Account ID Enter your Oracle NetSuite account identifier.See Make a Note of the NetSuite Account ID.Note: You must enter this information in capital letters.5.Click Save .If prompted, click Save for a second time.6.Click Test to ensure that your connection is successfully configured.
|
4.In the Security section, enter the following details.Field Information to Enter Security Policy Select Token Based Authentication .Consumer Key Enter the consumer key of the integration record in Oracle NetSuite.See Create an Integration Record for Oracle Integration.Consumer Secret Enter the consumer secret of the integration record in Oracle NetSuite.Token Enter the token ID provided by Oracle NetSuite.See Create an Access Token for the User Account.Token Secret Enter the token secret provided by Oracle NetSuite.Account ID Enter your Oracle NetSuite account identifier.See Make a Note of the NetSuite Account ID.Note: You must enter this information in capital letters.5.Click Save .If prompted, click Save for a second time.6.Click Test to ensure that your connection is successfully configured.A confirmation message is displayed if your test is successful.
|
Field Information to Enter Security Policy Select Token Based Authentication .Consumer Key Enter the consumer key of the integration record in Oracle NetSuite.See Create an Integration Record for Oracle Integration.Consumer Secret Enter the consumer secret of the integration record in Oracle NetSuite.Token Enter the token ID provided by Oracle NetSuite.See Create an Access Token for the User Account.Token Secret Enter the token secret provided by Oracle NetSuite.Account ID Enter your Oracle NetSuite account identifier.See Make a Note of the NetSuite Account ID.Note: You must enter this information in capital letters.5.Click Save .If prompted, click Save for a second time.6.Click Test to ensure that your connection is successfully configured.A confirmation message is displayed if your test is successful.7.Click Back to return to the Configuration Editor page.
|
Consumer Key Enter the consumer key of the integration record in Oracle NetSuite.See Create an Integration Record for Oracle Integration.Consumer Secret Enter the consumer secret of the integration record in Oracle NetSuite.Token Enter the token ID provided by Oracle NetSuite.See Create an Access Token for the User Account.Token Secret Enter the token secret provided by Oracle NetSuite.Account ID Enter your Oracle NetSuite account identifier.See Make a Note of the NetSuite Account ID.Note: You must enter this information in capital letters.5.Click Save .If prompted, click Save for a second time.6.Click Test to ensure that your connection is successfully configured.A confirmation message is displayed if your test is successful.7.Click Back to return to the Configuration Editor page.Click Save again if prompted.Appendix A Enterprise Resource Planning (ERP) Recipes A-173Configure the Oracle CX Sales and B2B Service Connection 1.On the Configuration Editor page, select Oracle CX Sales and B2B Service Connection .
|
See Create an Integration Record for Oracle Integration.Consumer Secret Enter the consumer secret of the integration record in Oracle NetSuite.Token Enter the token ID provided by Oracle NetSuite.See Create an Access Token for the User Account.Token Secret Enter the token secret provided by Oracle NetSuite.Account ID Enter your Oracle NetSuite account identifier.See Make a Note of the NetSuite Account ID.Note: You must enter this information in capital letters.5.Click Save .If prompted, click Save for a second time.6.Click Test to ensure that your connection is successfully configured.A confirmation message is displayed if your test is successful.7.Click Back to return to the Configuration Editor page.Click Save again if prompted.Appendix A Enterprise Resource Planning (ERP) Recipes A-173Configure the Oracle CX Sales and B2B Service Connection 1.On the Configuration Editor page, select Oracle CX Sales and B2B Service Connection .2.Click Edit .
|
Consumer Secret Enter the consumer secret of the integration record in Oracle NetSuite.Token Enter the token ID provided by Oracle NetSuite.See Create an Access Token for the User Account.Token Secret Enter the token secret provided by Oracle NetSuite.Account ID Enter your Oracle NetSuite account identifier.See Make a Note of the NetSuite Account ID.Note: You must enter this information in capital letters.5.Click Save .If prompted, click Save for a second time.6.Click Test to ensure that your connection is successfully configured.A confirmation message is displayed if your test is successful.7.Click Back to return to the Configuration Editor page.Click Save again if prompted.Appendix A Enterprise Resource Planning (ERP) Recipes A-173Configure the Oracle CX Sales and B2B Service Connection 1.On the Configuration Editor page, select Oracle CX Sales and B2B Service Connection .2.Click Edit .The connection configuration page appears.
|
Token Enter the token ID provided by Oracle NetSuite.See Create an Access Token for the User Account.Token Secret Enter the token secret provided by Oracle NetSuite.Account ID Enter your Oracle NetSuite account identifier.See Make a Note of the NetSuite Account ID.Note: You must enter this information in capital letters.5.Click Save .If prompted, click Save for a second time.6.Click Test to ensure that your connection is successfully configured.A confirmation message is displayed if your test is successful.7.Click Back to return to the Configuration Editor page.Click Save again if prompted.Appendix A Enterprise Resource Planning (ERP) Recipes A-173Configure the Oracle CX Sales and B2B Service Connection 1.On the Configuration Editor page, select Oracle CX Sales and B2B Service Connection .2.Click Edit .The connection configuration page appears.3.In the Connection Properties section, enter the Oracle CX Sales and B2B Service host name.
|
See Create an Access Token for the User Account.Token Secret Enter the token secret provided by Oracle NetSuite.Account ID Enter your Oracle NetSuite account identifier.See Make a Note of the NetSuite Account ID.Note: You must enter this information in capital letters.5.Click Save .If prompted, click Save for a second time.6.Click Test to ensure that your connection is successfully configured.A confirmation message is displayed if your test is successful.7.Click Back to return to the Configuration Editor page.Click Save again if prompted.Appendix A Enterprise Resource Planning (ERP) Recipes A-173Configure the Oracle CX Sales and B2B Service Connection 1.On the Configuration Editor page, select Oracle CX Sales and B2B Service Connection .2.Click Edit .The connection configuration page appears.3.In the Connection Properties section, enter the Oracle CX Sales and B2B Service host name.For example: https:// customer_chosen_domain_name.fa.DC.oraclecloud.com .
|
Token Secret Enter the token secret provided by Oracle NetSuite.Account ID Enter your Oracle NetSuite account identifier.See Make a Note of the NetSuite Account ID.Note: You must enter this information in capital letters.5.Click Save .If prompted, click Save for a second time.6.Click Test to ensure that your connection is successfully configured.A confirmation message is displayed if your test is successful.7.Click Back to return to the Configuration Editor page.Click Save again if prompted.Appendix A Enterprise Resource Planning (ERP) Recipes A-173Configure the Oracle CX Sales and B2B Service Connection 1.On the Configuration Editor page, select Oracle CX Sales and B2B Service Connection .2.Click Edit .The connection configuration page appears.3.In the Connection Properties section, enter the Oracle CX Sales and B2B Service host name.For example: https:// customer_chosen_domain_name.fa.DC.oraclecloud.com .4.In the Security section, enter the following details.
|
Account ID Enter your Oracle NetSuite account identifier.See Make a Note of the NetSuite Account ID.Note: You must enter this information in capital letters.5.Click Save .If prompted, click Save for a second time.6.Click Test to ensure that your connection is successfully configured.A confirmation message is displayed if your test is successful.7.Click Back to return to the Configuration Editor page.Click Save again if prompted.Appendix A Enterprise Resource Planning (ERP) Recipes A-173Configure the Oracle CX Sales and B2B Service Connection 1.On the Configuration Editor page, select Oracle CX Sales and B2B Service Connection .2.Click Edit .The connection configuration page appears.3.In the Connection Properties section, enter the Oracle CX Sales and B2B Service host name.For example: https:// customer_chosen_domain_name.fa.DC.oraclecloud.com .4.In the Security section, enter the following details.Field Information to Enter Security Policy Select Username Password Token .
|
See Make a Note of the NetSuite Account ID.Note: You must enter this information in capital letters.5.Click Save .If prompted, click Save for a second time.6.Click Test to ensure that your connection is successfully configured.A confirmation message is displayed if your test is successful.7.Click Back to return to the Configuration Editor page.Click Save again if prompted.Appendix A Enterprise Resource Planning (ERP) Recipes A-173Configure the Oracle CX Sales and B2B Service Connection 1.On the Configuration Editor page, select Oracle CX Sales and B2B Service Connection .2.Click Edit .The connection configuration page appears.3.In the Connection Properties section, enter the Oracle CX Sales and B2B Service host name.For example: https:// customer_chosen_domain_name.fa.DC.oraclecloud.com .4.In the Security section, enter the following details.Field Information to Enter Security Policy Select Username Password Token .User Name Enter the user name of the Oracle Integration account created on the Oracle CX Sales and B2B Service instance.
|
Note: You must enter this information in capital letters.5.Click Save .If prompted, click Save for a second time.6.Click Test to ensure that your connection is successfully configured.A confirmation message is displayed if your test is successful.7.Click Back to return to the Configuration Editor page.Click Save again if prompted.Appendix A Enterprise Resource Planning (ERP) Recipes A-173Configure the Oracle CX Sales and B2B Service Connection 1.On the Configuration Editor page, select Oracle CX Sales and B2B Service Connection .2.Click Edit .The connection configuration page appears.3.In the Connection Properties section, enter the Oracle CX Sales and B2B Service host name.For example: https:// customer_chosen_domain_name.fa.DC.oraclecloud.com .4.In the Security section, enter the following details.Field Information to Enter Security Policy Select Username Password Token .User Name Enter the user name of the Oracle Integration account created on the Oracle CX Sales and B2B Service instance.See Configure Oracle CX Sales and B2B Service.
|
5.Click Save .If prompted, click Save for a second time.6.Click Test to ensure that your connection is successfully configured.A confirmation message is displayed if your test is successful.7.Click Back to return to the Configuration Editor page.Click Save again if prompted.Appendix A Enterprise Resource Planning (ERP) Recipes A-173Configure the Oracle CX Sales and B2B Service Connection 1.On the Configuration Editor page, select Oracle CX Sales and B2B Service Connection .2.Click Edit .The connection configuration page appears.3.In the Connection Properties section, enter the Oracle CX Sales and B2B Service host name.For example: https:// customer_chosen_domain_name.fa.DC.oraclecloud.com .4.In the Security section, enter the following details.Field Information to Enter Security Policy Select Username Password Token .User Name Enter the user name of the Oracle Integration account created on the Oracle CX Sales and B2B Service instance.See Configure Oracle CX Sales and B2B Service.Password Enter the password of the Oracle Integration account created on the Oracle CX Sales and B2B Service instance.
|
If prompted, click Save for a second time.6.Click Test to ensure that your connection is successfully configured.A confirmation message is displayed if your test is successful.7.Click Back to return to the Configuration Editor page.Click Save again if prompted.Appendix A Enterprise Resource Planning (ERP) Recipes A-173Configure the Oracle CX Sales and B2B Service Connection 1.On the Configuration Editor page, select Oracle CX Sales and B2B Service Connection .2.Click Edit .The connection configuration page appears.3.In the Connection Properties section, enter the Oracle CX Sales and B2B Service host name.For example: https:// customer_chosen_domain_name.fa.DC.oraclecloud.com .4.In the Security section, enter the following details.Field Information to Enter Security Policy Select Username Password Token .User Name Enter the user name of the Oracle Integration account created on the Oracle CX Sales and B2B Service instance.See Configure Oracle CX Sales and B2B Service.Password Enter the password of the Oracle Integration account created on the Oracle CX Sales and B2B Service instance.5.Click Save .
|
6.Click Test to ensure that your connection is successfully configured.A confirmation message is displayed if your test is successful.7.Click Back to return to the Configuration Editor page.Click Save again if prompted.Appendix A Enterprise Resource Planning (ERP) Recipes A-173Configure the Oracle CX Sales and B2B Service Connection 1.On the Configuration Editor page, select Oracle CX Sales and B2B Service Connection .2.Click Edit .The connection configuration page appears.3.In the Connection Properties section, enter the Oracle CX Sales and B2B Service host name.For example: https:// customer_chosen_domain_name.fa.DC.oraclecloud.com .4.In the Security section, enter the following details.Field Information to Enter Security Policy Select Username Password Token .User Name Enter the user name of the Oracle Integration account created on the Oracle CX Sales and B2B Service instance.See Configure Oracle CX Sales and B2B Service.Password Enter the password of the Oracle Integration account created on the Oracle CX Sales and B2B Service instance.5.Click Save .If prompted, click Save for a second time.
|
A confirmation message is displayed if your test is successful.7.Click Back to return to the Configuration Editor page.Click Save again if prompted.Appendix A Enterprise Resource Planning (ERP) Recipes A-173Configure the Oracle CX Sales and B2B Service Connection 1.On the Configuration Editor page, select Oracle CX Sales and B2B Service Connection .2.Click Edit .The connection configuration page appears.3.In the Connection Properties section, enter the Oracle CX Sales and B2B Service host name.For example: https:// customer_chosen_domain_name.fa.DC.oraclecloud.com .4.In the Security section, enter the following details.Field Information to Enter Security Policy Select Username Password Token .User Name Enter the user name of the Oracle Integration account created on the Oracle CX Sales and B2B Service instance.See Configure Oracle CX Sales and B2B Service.Password Enter the password of the Oracle Integration account created on the Oracle CX Sales and B2B Service instance.5.Click Save .If prompted, click Save for a second time.6.Click Test to ensure that your connection is successfully configured.
|
7.Click Back to return to the Configuration Editor page.Click Save again if prompted.Appendix A Enterprise Resource Planning (ERP) Recipes A-173Configure the Oracle CX Sales and B2B Service Connection 1.On the Configuration Editor page, select Oracle CX Sales and B2B Service Connection .2.Click Edit .The connection configuration page appears.3.In the Connection Properties section, enter the Oracle CX Sales and B2B Service host name.For example: https:// customer_chosen_domain_name.fa.DC.oraclecloud.com .4.In the Security section, enter the following details.Field Information to Enter Security Policy Select Username Password Token .User Name Enter the user name of the Oracle Integration account created on the Oracle CX Sales and B2B Service instance.See Configure Oracle CX Sales and B2B Service.Password Enter the password of the Oracle Integration account created on the Oracle CX Sales and B2B Service instance.5.Click Save .If prompted, click Save for a second time.6.Click Test to ensure that your connection is successfully configured.A confirmation message is displayed if your test is successful.
|
Click Save again if prompted.Appendix A Enterprise Resource Planning (ERP) Recipes A-173Configure the Oracle CX Sales and B2B Service Connection 1.On the Configuration Editor page, select Oracle CX Sales and B2B Service Connection .2.Click Edit .The connection configuration page appears.3.In the Connection Properties section, enter the Oracle CX Sales and B2B Service host name.For example: https:// customer_chosen_domain_name.fa.DC.oraclecloud.com .4.In the Security section, enter the following details.Field Information to Enter Security Policy Select Username Password Token .User Name Enter the user name of the Oracle Integration account created on the Oracle CX Sales and B2B Service instance.See Configure Oracle CX Sales and B2B Service.Password Enter the password of the Oracle Integration account created on the Oracle CX Sales and B2B Service instance.5.Click Save .If prompted, click Save for a second time.6.Click Test to ensure that your connection is successfully configured.A confirmation message is displayed if your test is successful.7.Click Back to return to the Configuration Editor page.
|
2.Click Edit .The connection configuration page appears.3.In the Connection Properties section, enter the Oracle CX Sales and B2B Service host name.For example: https:// customer_chosen_domain_name.fa.DC.oraclecloud.com .4.In the Security section, enter the following details.Field Information to Enter Security Policy Select Username Password Token .User Name Enter the user name of the Oracle Integration account created on the Oracle CX Sales and B2B Service instance.See Configure Oracle CX Sales and B2B Service.Password Enter the password of the Oracle Integration account created on the Oracle CX Sales and B2B Service instance.5.Click Save .If prompted, click Save for a second time.6.Click Test to ensure that your connection is successfully configured.A confirmation message is displayed if your test is successful.7.Click Back to return to the Configuration Editor page.Click Save again if prompted.
|
The connection configuration page appears.3.In the Connection Properties section, enter the Oracle CX Sales and B2B Service host name.For example: https:// customer_chosen_domain_name.fa.DC.oraclecloud.com .4.In the Security section, enter the following details.Field Information to Enter Security Policy Select Username Password Token .User Name Enter the user name of the Oracle Integration account created on the Oracle CX Sales and B2B Service instance.See Configure Oracle CX Sales and B2B Service.Password Enter the password of the Oracle Integration account created on the Oracle CX Sales and B2B Service instance.5.Click Save .If prompted, click Save for a second time.6.Click Test to ensure that your connection is successfully configured.A confirmation message is displayed if your test is successful.7.Click Back to return to the Configuration Editor page.Click Save again if prompted.Activate and Run the Recipe After you've configured the connections, activate the recipe package and run it.
|
3.In the Connection Properties section, enter the Oracle CX Sales and B2B Service host name.For example: https:// customer_chosen_domain_name.fa.DC.oraclecloud.com .4.In the Security section, enter the following details.Field Information to Enter Security Policy Select Username Password Token .User Name Enter the user name of the Oracle Integration account created on the Oracle CX Sales and B2B Service instance.See Configure Oracle CX Sales and B2B Service.Password Enter the password of the Oracle Integration account created on the Oracle CX Sales and B2B Service instance.5.Click Save .If prompted, click Save for a second time.6.Click Test to ensure that your connection is successfully configured.A confirmation message is displayed if your test is successful.7.Click Back to return to the Configuration Editor page.Click Save again if prompted.Activate and Run the Recipe After you've configured the connections, activate the recipe package and run it.1.On the Configuration Editor page, click Activate in the title bar.
|
For example: https:// customer_chosen_domain_name.fa.DC.oraclecloud.com .4.In the Security section, enter the following details.Field Information to Enter Security Policy Select Username Password Token .User Name Enter the user name of the Oracle Integration account created on the Oracle CX Sales and B2B Service instance.See Configure Oracle CX Sales and B2B Service.Password Enter the password of the Oracle Integration account created on the Oracle CX Sales and B2B Service instance.5.Click Save .If prompted, click Save for a second time.6.Click Test to ensure that your connection is successfully configured.A confirmation message is displayed if your test is successful.7.Click Back to return to the Configuration Editor page.Click Save again if prompted.Activate and Run the Recipe After you've configured the connections, activate the recipe package and run it.1.On the Configuration Editor page, click Activate in the title bar.In the Activate Package dialog, click Activate again.
|
4.In the Security section, enter the following details.Field Information to Enter Security Policy Select Username Password Token .User Name Enter the user name of the Oracle Integration account created on the Oracle CX Sales and B2B Service instance.See Configure Oracle CX Sales and B2B Service.Password Enter the password of the Oracle Integration account created on the Oracle CX Sales and B2B Service instance.5.Click Save .If prompted, click Save for a second time.6.Click Test to ensure that your connection is successfully configured.A confirmation message is displayed if your test is successful.7.Click Back to return to the Configuration Editor page.Click Save again if prompted.Activate and Run the Recipe After you've configured the connections, activate the recipe package and run it.1.On the Configuration Editor page, click Activate in the title bar.In the Activate Package dialog, click Activate again.A confirmation message is displayed informing that the integrations have been submitted for activation.
|
Field Information to Enter Security Policy Select Username Password Token .User Name Enter the user name of the Oracle Integration account created on the Oracle CX Sales and B2B Service instance.See Configure Oracle CX Sales and B2B Service.Password Enter the password of the Oracle Integration account created on the Oracle CX Sales and B2B Service instance.5.Click Save .If prompted, click Save for a second time.6.Click Test to ensure that your connection is successfully configured.A confirmation message is displayed if your test is successful.7.Click Back to return to the Configuration Editor page.Click Save again if prompted.Activate and Run the Recipe After you've configured the connections, activate the recipe package and run it.1.On the Configuration Editor page, click Activate in the title bar.In the Activate Package dialog, click Activate again.A confirmation message is displayed informing that the integrations have been submitted for activation.Refresh the page to view the updated status of the integrations.
|
User Name Enter the user name of the Oracle Integration account created on the Oracle CX Sales and B2B Service instance.See Configure Oracle CX Sales and B2B Service.Password Enter the password of the Oracle Integration account created on the Oracle CX Sales and B2B Service instance.5.Click Save .If prompted, click Save for a second time.6.Click Test to ensure that your connection is successfully configured.A confirmation message is displayed if your test is successful.7.Click Back to return to the Configuration Editor page.Click Save again if prompted.Activate and Run the Recipe After you've configured the connections, activate the recipe package and run it.1.On the Configuration Editor page, click Activate in the title bar.In the Activate Package dialog, click Activate again.A confirmation message is displayed informing that the integrations have been submitted for activation.Refresh the page to view the updated status of the integrations.2.Run the recipe.
|
See Configure Oracle CX Sales and B2B Service.Password Enter the password of the Oracle Integration account created on the Oracle CX Sales and B2B Service instance.5.Click Save .If prompted, click Save for a second time.6.Click Test to ensure that your connection is successfully configured.A confirmation message is displayed if your test is successful.7.Click Back to return to the Configuration Editor page.Click Save again if prompted.Activate and Run the Recipe After you've configured the connections, activate the recipe package and run it.1.On the Configuration Editor page, click Activate in the title bar.In the Activate Package dialog, click Activate again.A confirmation message is displayed informing that the integrations have been submitted for activation.Refresh the page to view the updated status of the integrations.2.Run the recipe.a.Log in to the Oracle CX Sales and B2B Service instance using a separate account, for example, as a sales user.
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.