Genpact Cora Knowledge Center

Support

New Articles

  1. Conditional Formatting for Server-Side Objects

    You can calculate the visibility of a server-side object in runtime using an expression that checks a query string parameter. In this example, we change the style of a grid.
  2. Get a SharePoint Error Using the Correlation ID

    You can get a SharePoint error using the correlation ID (GUID) by running this command in the SharePoint PowerShell.
  3. Apply Different XSLT Styles for Each Workflow Template

    To differentiate between different workflows in email messages from Cora SeQuence, you can use the "if" syntax.
  4. Add a Button Toolbar to a Form

    You can add a button toolbar to a form. In this example, the toolbar displays at the bottom of the form.
  5. ADSS Does Not Sync OUs from AD

    Active Directory Synchronization Service (ADSS) does not sync organizational units (OUs) from Active Directory (AD), when Cora SeQuence and AD are located in different domains.
  6. View a Process Tree

    The process tree displays the flow of the process and the current pending activity, in Flowtime and in the database. Access to the process tree requires specific permissions.
  7. Add a User Control to a Form

    When you add a user control to a form, you should use the Sub-View control and set the VirtualPath property to the user control ASCX file.
  8. Caching Items in a ComboBox

    The ComboBox control includes the EnableItemCaching property, which you can only use in load-on-demand scenarios.
  9. Deselect a Radio Button

    Use this JavaScript to remove or deselect a radio button selection. In this example, the selection is opt1.
  10. Use WCF Consumer and REST Consumer with Kerberos

    You can use Kerberos authentication in a WCF Consumer Activity or REST Conusmer Activity.