track-changes-component
Service icon

Track Changes Component

Stable version 1.1.1 (Compatible with OutSystems 11)
Uploaded
 on 24 August 2021
 by 
5.0
 (5 ratings)
track-changes-component

Track Changes Component

Documentation
1.1.1

This component consists of only one Action (GetDiff).


There are three inputs:

1 - OriginalObject

  • type: string
  • mandatory: yes
  • content: record of an entity or structure serialized in JSON


2 - ModifiedObject

  • type: string
  • mandatory: yes
  • content: record of an entity or structure serialized in JSON


3 - IgnoreItems

  • type: structure
  • mandatory: no
  • content: structure with a list of attributes / items to be ignored when comparing values


An output (can be used as a function):

1 - ResulProcessing

  • content: structure with a list of items that detected differences in values between JSON Original and Modified objects