HMSyncTOC("index.html", "cloud_dataset_update.htm");

Updating a dataset record

<< Click to Display Table of Contents >>

Updating a dataset record

 

Updating a dataset record

  •     Overview
  •     Procedure
  • Overview

    Once you have connected Bizagi to feed the dataset you can rewrite the data of a specific record within the dataset using the business key. This can only be done in datasets with a defined business key.

     

    Procedure

    To do so feed the dataset with the desired new data using the record business key that you want to rewrite. For example, there is a dataset of loan requests with the following mapping and records.

     

    rewrite_records02
     

    rewrite_records01

    The dataset has the column customerid as the business key. If you need to change, for example, the approval status and amount of Aimee's loan request, simply feed the dataset with the new desired information using her corresponding business key (customerid).

     

    rewrite_records03

     

    With this Bizagi feeds the dataset with the new information and replaces the record specified with the business key. Note that the automatic Lastmodified columns updates itself with the date of the modification.

     

    rewrite_records04

    In this article