Quantcast
Channel: iPaaS@ORACLE.CLOUD
Viewing all articles
Browse latest Browse all 880

#1073 OIC 25.06 New Features - AI Driven Integration Generation

$
0
0

This is a true gamechanger feature, the ability to generate an integration skeleton from natural language.


So let's try this out - 

I enter the following text - 

Create an order in the NetSuite on closure of opportunity in the Salesforce. Make sure customer exists in the NetSuite before creating an order, if customer does not exist, get the customer details from salesforce and then create the customer in the NetSuite. Also add the fault handler that sends an error notification to the integration owner.

Let's see what happens -

Grab a coffee, or a cup of Irish Breakfast tea.

The basic integration structure has been generated, so take the rest of the morning off!

So what do we get?

An app driven Integration 
  • triggered by an SFDC event
Main Scope
  • check if customer already exists in Netsuite
  • if not, get customer details from SFDC and create the customer in Netsuite, then create the sales order in Netsuite.
  • if customer already exists, then create the sales order in Netsuite 
Scope Fault Handler
  • send Notification
Also 2 connections have been created - 

Please note, what we have is the full skeleton of the integration, containing all the required actions.

Next steps are -

  • configure the connections
  • configure the integration


Then configure the integration - 

This I have already configured to subscribe to the opportunity event from SFDC.

Summa Summarum 

This cool new feature saves developers time. You get a "best practice" integration skeleton and you just need to fill in the details. Also note, the connections are only generated, if they do not already exist. 




 





















 


Viewing all articles
Browse latest Browse all 880

Trending Articles