Genpact Cora Knowledge Center

Support

New Articles

  1. Use Sub-View Values in Expressions

    To use sub-view values in expressions, you add a reference of the sub-view to the form's data model (assuming the sub-view is defined in a separate activity).
  2. Analytics Designer Load is Empty

    The Analytics designer does not contain any content.
  3. Execute a Stored Procedure or Service from an Expression

    Learn how to execute a stored procedure or a service from an expression.
  4. Use the AsQueryable Method in an Expression

    When you use the AsQueryable attribute in an expression, the query is executed at the database level (rather than in memory).
  5. Use Expressions in a Form Template

    Learn how to use expressions in form template markup.
  6. Supported Operators

    The operators that you can use in Cora SeQuence expressions.
  7. SQL Queries in Expressions

    The Cora SeQuence engine supports retrieving external data that is stored in the Cora SeQuence database. Use a SQL statement in an expression to retrieve the external data.
  8. LINQ Extension Methods

    Cora SeQuence supports several LINQ extension methods, which perform transformations on IEnumberable types (standard .NET functionality).
  9. Evaluation Control Methods

    Returns the default value parameter when the method parameter expression throws an exception.
  10. User and Group Methods

    Perform operations on users and groups. In the example below, the join concatenates all groups that a user belongs to.