How to Autoscale to Salesforce in Noca Apps

How to autoscale a Noca app inside Salesforce

Embed your app on a record page, no extra config

Any app you build in Noca can live inside Salesforce, and it auto-scales to the browser without extra configuration. In this guide I take a Documents app, publish it, and drop it onto a Salesforce Account record page so it fits the layout on its own. Here’s how to do it.

Watch & Learn


Follow these steps to embed your app in Salesforce:

Steps:

1

Publish your app

  • In your app, click Run in the top right, then Publish
  • Noca generates a live URL for the app
2

Copy your publish URL

  • In the Publish WebApp dialog, click the copy icon to grab your URL
3

Add the app in Salesforce and save

  • In the Lightning App Builder, drop the Noca component where you want it on the record page
  • Paste your URL into the nocURL field
  • Click Save to update the page layout
4

See it auto-scale on the record page

  • Go back to the record layout
  • The app sizes itself to the browser, no manual adjustment needed

Back to top