18F / brutus

DEPRECATED - Doing heavy lifting in the land of government hiring.
Other
0 stars 4 forks source link

Access Apps by Salesforce ID #34

Closed ultrasaurus closed 10 years ago

ultrasaurus commented 10 years ago

Ideally there would be a URL that includes the Salesforce ID (which is the name field in the app, something like "PIFA-0000027")

amoose commented 10 years ago

You can auto-query applications with the following URL schema: /admin/applications?utf8=%E2%9C%93&q%5Bapplication_id_contains%5D=< SALESFORCE ID >&commit=Filter&order=id_desc

Part of the app's design was to NOT allow direct access to the Salesforce objects. The user may search for, but an automatic lookup using direct object reference is not permissible.

amoose commented 10 years ago

screen shot 2014-04-25 at 12 25 17 pm