jsonToInvoice
For more information about creating data transforms, see Creating a set of data transforms in Pega.| Action | Clipboard | Relation | JSON |
|---|---|---|---|
| Set | .InvoiceNumber | equal to | InvoiceNumber |
| Set | .InvoiceDate | equal to | InvoiceDate |
| Set | .Total | equal to | Total |
| Set | .DeliveryAddress | equal to | DeliveryAddress |
| Set | .InvoiceCompany | equal to | InvoiceCompany |
| Auto-map | .InvoiceTable | To | InvoiceTable |

jsonToBanking
| Action | Clipboard | Relation | JSON |
|---|---|---|---|
| Set | .SSN | equal to | SSN |
| Set | .LastName | equal to | LastName |
| Set | .FirstName | equal to | FirstName |
| Set | .Initial | equal to | Initial |
| Set | .City | equal to | City |
| Set | .BirthDate | equal to | BirthDate |
| Set | .HomePhone | equal to | HomePhone |
| Set | .WorkPhone | equal to | WorkPhone |
| Set | .EmployerName | equal to | EmployerName |
| Auto-map | .Address | To | Address |

jsonToContract
| Action | Clipboard | Relation | JSON |
|---|---|---|---|
| Set | .ContractNumber | equal to | ContractNumber |
| Set | .ContractDate | equal to | ContractDate |

jsonToLetter
| Action | Clipboard | Relation | JSON |
|---|---|---|---|
| Set | .LetterDate | equal to | LetterDate |
| Set | .LetterFrom | equal to | LetterFrom |
| Set | .LetterTo | equal to | LetterTo |

jsonToPrice
| Action | Clipboard | Relation | JSON |
|---|---|---|---|
| Set | .PriceCompany | equal to | Company |
| Auto-map | .PriceTable | To | PriceTable |

