Skip to main content
A data transform copies data from the data structure to the properties of a case. To create a new data transform:
  1. In Dev Studio, click Records → Data Model → Data Transform → Create.
  2. In the dialog box that opens, fill in the Label and Identifier fields.
  3. In the Additional configuration options section, select JSON.
  4. In the Apply to field, replace “Rule-Obj-Activity” with the full name of the case.
    Screenshot of the Create Data Transform window in Pega Dev Studio with the Label set to JsonToInvoiceWithVerificationFields, JSON selected as the data model format, and the Apply to field set to the case.
  5. Click Create and open. In the dialog box that opens, click Definition and connect the case fields to the data that will be received from FC when document processing has finished.
Screenshot of the Edit Data Transform Definition tab in Pega Dev Studio with a Set action mapping the .InvoiceNumber clipboard property to the InvoiceNumber JSON property.