This is a true gamechanger feature, the ability to generate an integration skeleton from natural language. The feature available with 25.06 is the first step, so to speak. The integration skeleton that we currently generate does not include some actions, such as Map, but do expect them and others to be available in upcoming releases.
Net, net, this is our MVP in this space, but what an MVP!!!
Nothing like kicking the tyres - I do that by entering 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 -
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
- 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
No comments:
Post a Comment