Difference between revisions of "Code Samples"

From AgileApps Support Wiki
imported>Aeric
m (Text replace - 'Form Layouts' to 'Forms')
imported>Aeric
Line 4: Line 4:
:*Data Policy examples that [[Data_Policy#Invoke_a_Java_Method_From_a_Data_Policy|Invoke a Java Method]] as part of the [[Sample Order Processing System]]
:*Data Policy examples that [[Data_Policy#Invoke_a_Java_Method_From_a_Data_Policy|Invoke a Java Method]] as part of the [[Sample Order Processing System]]
:*Other [[Java Code Data Policy Examples]]
:*Other [[Java Code Data Policy Examples]]
:*[[Reference_documentation_for_Audit_Log_fields#Code_Examples|Audit Log Code Samples (<tt>getRecord</tt> and <tt>searchRecords</tt>)]]
:*[[Audit Log Fields#Code_Examples|Audit Log Code Samples (<tt>getRecord</tt> and <tt>searchRecords</tt>)]]
*REST API Samples  
*REST API Samples  
** [{{DOCHOST}}/samples/demo/rest/BaseClient.java BaseClient] - A client app that logs into the platform. (Requires BaseUtil) Can be extended to perform additional operations.
** [{{DOCHOST}}/samples/demo/rest/BaseClient.java BaseClient] - A client app that logs into the platform. (Requires BaseUtil) Can be extended to perform additional operations.

Revision as of 21:10, 6 October 2011

The following library of code samples were contributed by our staff, partners and users, and are provided for educational purposes. You are welcome to copy and use these samples in your implementation. If you come up with something wonderful and want to share, contact us and we'll add it to the library.

  • Java Code Examples