Genpact Cora Knowledge Center

Support

New Articles

  1. Display Files in a Grid

    In the data model, there is a property on the Attachment field that you need to set to Public.
  2. 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.
  3. Add an Edit Form to a Grid

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

    Use the API to add recipients, reassign recipients, or recall messages.
  5. 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.
  6. 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.
  7. Create a Dynamic Link in a Message Body

    Create a stored procedure defining a link, which you can dynamically use in a message.
  8. 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.
  9. Add Numeric Validation to a Textbox Control

    Use these markup and JavaScript code samples to add numeric validation to a Textbox control.
  10. Apply Sort to Combos

    If your combobox or grid is based on a table, or lookup table, use the Order by attribute to specify the sort order.