Home / Companies / CData / Blog / Post Details
Content Deep Dive

Using AngularJS to Build Dynamic Web Pages with Salesforce.com Data

Blog post from CData

Post Details
Company
Date Published
Author
Jerod Johnson
Word Count
2,003
Language
English
Hacker News Points
-
Summary

This summary provides an overview of the process for building a single-page application (SPA) using AngularJS to access live data from Salesforce.com. The article outlines the steps to set up the CData OData Connector for Salesforce, configure authentication and CORS, connect to Salesforce.com data, enable tables, and build the SPA. Key points include enabling URL authentication, setting up CORS, configuring a user, adding tables, defining URLs for OData feeds, building the Angular app and controller objects, and dynamically populating the table with selected columns and data. The summary highlights the use of AngularJS to create a dynamic and interactive web page that retrieves and displays data from Salesforce.com in real-time.