Skip to main content
Skip table of contents

ISAC 3.7.4

These release notes include details of the New Features, Product Improvements that are added as part of the 3.7.4 release. In Zinier, we follow a push upgrade process for releases where the latest versions are all released simultaneously.

Release Date:


Web




Server

Create bookmarks on a PDF File

Introducing a new capability for a Solution Developer to be able to configure a PDF file node to create specific bookmarks in the file, to provide indexing to specific sections of the same.

More details: ZPS-2570

https://z2-nvirginia-edison.s3.amazonaws.com/PDFAutomationFile_UP5ZIA6XI3.pdf

JSON
{
  "longText": "<html>\n  <body>\n    <img src=\"https://s3.amazonaws.com/z2-nvirginia-einstein/gcpsd/razmanothmanziniercom/1597061772.jpg\" />\n    <h1>First Header</h1>\n    <h2>Second Header</h2>\n    <h3>Third Header</h3>\n    <h4>Fourth Header</h4>\n    <img src=\"https://z2-nvirginia-hawking.s3.amazonaws.com/1601462355809Screenshot20200915at3.34.32PM.png\" alt=\"BookMark1\" />\n    <br>\n    <img src=\"https://z2-nvirginia-hawking.s3.amazonaws.com/1601462601913Screenshot_20200520133923_Zinier_dev.jpg\" alt=\"BookMark2\" />\n    <br>\n    <img src=\"https://z2-nvirginia-hawking.s3.amazonaws.com/1660898046346Screenshot20220801at2.22.34PM.png\" alt=\"BookMark3\" />\n    <br>\n    <img src=\"https://z2-nvirginia-hawking.s3.amazonaws.com/160146265674420200116258138443891779493603.jpeg\" alt=\"BookMark4\" />\n    <br>\n    <img src=\"https://z2-nvirginia-hawking.s3.amazonaws.com/1601462355809Screenshot20200915at3.34.32PM.png\" alt=\"BookMark5\" />\n    <br>\n    <img src=\"https://z2-nvirginia-hawking.s3.amazonaws.com/1601462601913Screenshot_20200520133923_Zinier_dev.jpg\" alt=\"BookMark6\" />\n    <br>\n    <img src=\"https://z2-nvirginia-hawking.s3.amazonaws.com/1660898046346Screenshot20220801at2.22.34PM.png\" alt=\"BookMark7\" />\n    <br>\n    <img src=\"https://z2-nvirginia-hawking.s3.amazonaws.com/1660898046346Screenshot20220801at2.22.34PM.png\" alt=\"BookMark8\" />\n    <br>\n    <img src=\"https://z2-nvirginia-hawking.s3.amazonaws.com/1660898046346Screenshot20220801at2.22.34PM.png\" alt=\"BookMark9\" />\n    <br>\n    <img src=\"https://z2-nvirginia-hawking.s3.amazonaws.com/1660898046346Screenshot20220801at2.22.34PM.png\" alt=\"BookMark10\" />\n    <br>\n    <img src=\"https://z2-nvirginia-hawking.s3.amazonaws.com/1660898046346Screenshot20220801at2.22.34PM.png\" alt=\"BookMark11\" />\n    <br>\n  </body>\n</html>",
  "pdfFile": "https://z2-nvirginia-hawking.s3.amazonaws.com/PDFAutomationFile_MHTB807ZO0.pdf",
  "fileSize": 1655443,
  "shortText": "Test",
  "contextType": "output",
  "__status": true
}

Related features

New Optimized Insert

Introducing a new set of keys to enable Solution Developers to use optimized Upsert nodes.

  • upsertNewFlow: This is new a flow - developed for optimization and compare with older flow, if we don’t need response in outputVar, we can used this flag with true.

  • bulkEventBatch: to specify the batch size of the bulk operation the default value is 100. how many records in a single db operation.

  • bulkEventCall: if we set to true then it will perform multiple records upsert in single db operation otherwise we do record by record.

More Details: ZPS-2695

JSON
 "modelDkLHQ": {
  "connectors": [
      {
        "exitPortType": "NextStep",
        "nodeId": "processWz8hO"
      }
    ],
    "multirecord": true,
    "upsertNewFlow": true,
    "bulkEventBatchSize": 999,
    "bulkEventCall": true,
    "description": "Provide some description for your model node",
    "inputVarMap": {
      "insertdata": "data"
    },
    "nodeType": "MODEL",
    "modelName": "edtest2",
    "name": "modelDkLHQ",
    "id": "modelDkLHQ",
    "outputVarMap": {
      "data": "data"
    },
    "operation": 4
  },

選択したルート ページが見つかりません。


Fixed Bugs

Summary T Assignee Epic Link Project

Data cannot be retrieved due to an unexpected error.

View these issues in Jira
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.