Varicent Incentive Compensation Management Documentation

Fixes

00189749 — Action Nodes using Scheduler items not running

Fixed: following a recent change that prevents more than one Scheduler item from running at the same time, an issue can occur when a scheduled item (like an import) fails: subsequent tasks triggered through a workflow won't run because it appears as though the failed task is still running. This has now been fixed.

00191446 — Cannot add new input forms

Fixed: Cannot add new input form to a table.

1. Log in to the admin client.

2. From Composer, select a table > Show More > Input Forms > Add Input Form.

Result: window tries to load indefinitely so you cannot add a new input form.

00191658 — Payee Web export to Microsoft Excel does not work on all tables

Fixed: cannot use the "export to Excel" option for some tables that contain computed columns in Payee Web. This issue does not occur in Payee Web Classic.

00191688 — Error occurs for some reports in Payee Web

Fixed: trying to access some Payee Web reports results in an error. The error message is, "Object reference not set to an instance of an object." This issue does not occur in Payee Web Classic.

00191758 — Presenter report image does not appear when report is published to a PDF

Fixed: when publishing to PDF, images embedded in a cell do not appear in the PDF version of the report.

1. Log in to the admin client.

2. From Composer, add a Presenter report.

3. From Displays > Basic, drag an image into the layout.

4. Upload an image.

5. From Portal Access, assign access to the report.

6. Log in to Payee Web and go to the report you added.

7. Select Publish to PDF.

Result: image does not appear in the PDF.

TS003358104 — Query Tool error when querying effective dated tables

Fixed: an error occurs when querying effective dated tables using Query Tool.

1. Log in to the admin client.

2. Add a table.

  a. From the Table type drop-down list, select Structural.

  b. Type a name for the primary key field and select Text as the column type. Name it CustomerID.

  c. Click Add a column to add another text field.

3. Add some data to the table.

4. Add another table.

  a. From the Table type drop-down list, select Custom.

  b. Type a name for the primary key field and select Text as the column type.

  c. Click Add a column to add a pick list that uses the text field you added in step 2c. Name it CustomerID.

  d. Click Add a column to add a date field.

  e. Click Add a column to add a numeric field.

5. Add some data to the table.

6. From the Query Tool page, run this query:

  SELECT Top 10 * FROM [structural table name] A

  INNER JOIN [custom table name] B

  ON A.CustomerID=B.CustomerID

Result: error occurs.

TS003358201 — Editing a query in Query Tool slows down after first execution

Fixed: after retrieving a large number of rows, Query Tool response time increases.

1. Log in to the admin client.

2. On the Query Tool page, run a query that returns a large number of rows (for example, SELECT Top 900 * FROM [table name]).

3. When the results are returned, try to edit the query (delete or add new text).

Result: editing the query is slow.

4. Change the query to return a small number of rows (for example, SELECT Top 1 * FROM [table name]).

5. When the results are returned, try to edit the query (delete or add new text).

Result: response time is much better compared to step 3.

00190939, 00191055, 00191302 — /api/v1/serverfiles REST API appending with overwrite option enabled

Fixed: when using POST and PUT /api/v1/serverfiles REST API calls, existing files are appended to instead of overwritten when using the overwrite:true option in the payload. This fix also resolves a similar issue with the CLI tool.

00190653 — Task manager error message when browser is Spanish

Fixed: when running task for web-enabling, if the browser language is Spanish, an error occurs. The error message is, "String or binary data would be truncated. The statement has been terminated".

1. Log in to the admin client with the web browser set to English.

2. In Portal Access, add a Portal Access group.

  a. Select the Maintain this group in Task Manager checkbox to add a copy of the group in Task Manager.

  b. On the Payees tab, select a payee who is not already web-enabled.

3. In Task Manager, add a rule to web-enable the user in the group created in step 2.

4. Run the task.

Result: task succeeds.

5. Log in to the admin client with the web browser language set to Spanish.

6. Repeat steps 1-4.

Result: task fails.

00189417 — Workflow running longer than expected

Fixed: improved performance of workflows.