📄️ Examples
Examples of working with data not available in a rule application's entity structure, such as an external promotion drawing.
📄️ Using a Value List in Rules and Field Validations
Link a value list to a field with a distinct set of values, shown in the application as a dropdown or list box.
📄️ Getting Data Using a Table Lookup
Pull a value into a rule or calculation via a table lookup, from an Inline Table or a database table.
📄️ Getting Data Using a SQL Query
Use a SQL query within rules and calculations to look up individual values or load database data into a rule application.
📄️ Getting Data Using a Web Service
Interact with a web service directly from irAuthor's rule authoring environment to retrieve data not available from a database.
📄️ Getting Data Using a REST Operation
Access data from an external website's REST-based service using simple HTTP verbs from irAuthor.
📄️ Getting Data Using a .NET Method
Execute a .NET method from irAuthor to get data via an organization's .NET data-access layer.