Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Info

As of version 2.3, Call Assembly nodes are deprecated in favor of Custom Nodes.  Custom Nodes offer numerous benefits over Call Assembly and should be the standard going forward for any implementation.  The steps outlined here may be leveraged by the SQL Custom Node, instead of the Call Assembly equivalent.

Create a Database Lookup using a Simple SQL Query

One of the most common uses the Call Assembly Node is performing a database lookup. For this example, create a database lookup in your GlobalCapture Workflow using a general assembly called "SQLSelectQuery" that accepts two properties, a SQL connection string, and a simple SQL Query and then returns the first result of the SQL query as a third property. Any time a user wants to update one or more GlobalCapture Fields based on a key value, they can use the SQLSelectQuery assembly.

...