The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
41 views

Front end / Reporting for database.com

I understand that there is no page layouts, visual force in database.com. I have a requirement to put a simple front end in a webpage ( not mobile or tablet) where in users can edit values in ...
2
votes
2answers
251 views

REST API: How to retrieve active values for picklist?

I am trying to access just the "Selected" picklist values for a field using the REST API via the databasedotcom Ruby gem. In the normal SFDC interface, a user can navigate to "Campaigns > Record ...
3
votes
2answers
164 views

Database.com update with REST api

I am trying to use the Database.com REST API to update a record in my database. Using the REST explorer in my workbench it always gives me an HTTP error (400 bad request) + some HTML that says: We ...
2
votes
1answer
86 views

database.com nodes different from force.com?

In Salesforce orgs we have nodes based closeness from geographic locations, like if I register for org from India it will put me on Asia-Pacific(ex. AP1), same happens for other locations like North ...
0
votes
1answer
323 views

Creating user via API

I am trying to build a database.com app, and goal is to user Database.com light users ($10/100). I want to give a signup screen for new users. Regarding this I checked available API options SOAP API ...
4
votes
3answers
145 views

Database.com licenses in a Salesforce org

It seems it is possible add Database.com users into a 'normal' Salesforce.com org (i.e. a standard EE or UE org) to allow large numbers of users cheaper access to API and OAuth based authentication. ...
2
votes
3answers
159 views

Overcoming Database.com latency

I am working on a rather complex application hosted on Heroku and pulling data from Database.com. Because of the way SOQL works, I usually make a number of calls where I would traditionally have made ...