Genpact Cora Knowledge Center

Support

New Articles

  1. Create a Multilingual Form

    Follow this procedure to include more than one language in a single form.
  2. Display Files in a Grid

    In the data model, there is a property on the Attachment field that you need to set to Public.
  3. Bind a Grid to an Expression

    You can bind a grid to any expression. In this example, we bind a grid the results of a Web Service Listener Activity.
  4. Add an Edit Form to a Grid

    Follow these steps to add an edit form to a grid.
  5. Add Recipient, Reassign Recipient, or Recall Message

    Use the API to add recipients, reassign recipients, or recall messages.
  6. Retain Line Breaks in Multi-Line Text Returned From an Expression

    In some cases, when you send an email message that includes an expression that returns a string from a multi-line textbox, the line breaks are lost. Use this expression to retain the line breaks.
  7. Find IDs of All Users That Submitted a Specific Task

    Use this expression to return a list of IDs for all users that submitted a specific task.
  8. Create a Dynamic Link in a Message Body

    Create a stored procedure defining a link, which you can dynamically use in a message.
  9. Add a Code Snippet Control to the Controls Toolbar

    To add a code snippet control to the controls toolbar, you need to update several config files. You can add a new category in the toolbar.
  10. Add Numeric Validation to a Textbox Control

    Use these markup and JavaScript code samples to add numeric validation to a Textbox control.