Do you mean you have a page in umbraco and you have a page in salesforce and you want to get the content from sales force and display it in umbraco page?
Not sure how in salesforce you will then call that end point, does sales force allow you to make http calls or inject javascript to make the calls? Either way in sales force you can then make that call to the webapi end point.
Umbraco with Salesforce
Hi,
How can I display text of a page in salesforce that's created and published in umbraco 7?
Thanks.
Manasa,
Do you mean you have a page in umbraco and you have a page in salesforce and you want to get the content from sales force and display it in umbraco page?
Hi Ismail,
Get the content of Umbraco and display in salesforce page.
In umbraco you could write an umbraco webapi rest endpoint that can expose data for a given page as json see https://our.umbraco.org/Documentation/Reference/WebApi/
Not sure how in salesforce you will then call that end point, does sales force allow you to make http calls or inject javascript to make the calls? Either way in sales force you can then make that call to the webapi end point.
Regards
Ismail
is working on a reply...