Do you remember the Lightning Connect Custom Adapters and MongoDB post? Things have changed after that post and finally the platform supports all DML statements: insert, update and delete! To make the magic work I had to make: some changes on the heroku-crest MondoDB NodeJS proxy to better support for PUT/DELETE/POST methods some changes on […]
Tag: MongoDB
[Salesforce / Lightning Connect] Lightning Connect Custom Adapters and MongoDB
This is a repost of the article I published on Salesforce Developer Blog. Summer ’15 Platform Release brought us the awesome Lightning Connect Custom Adapters: you can connect to external data sources and use them as custom Salesforce Objects writing custom Apex code. After I read Introducing Lightning Connect Custom Adapters by Lawrence McAlpin, I […]
