I want to compare Entity that Same Entity Type.
If Entity is different, I want to get Entity's Attribute Name.
For example,
Employee Entity A
·Name = Alex
·Age=12
·Gender=male
Employee Entity B
·Name=Alex
Compere A with B,
I want to get attributeName, "Name".
Hi Koya,
Have a look at this great component
https://www.outsystems.com/forge/component-overview/374/human-readable-change-history
Regards,
Daniel
Hi,
Try using the below forge component:
https://www.outsystems.com/forge/component-overview/3756/entity-compare
Hi Mahesh, the component you propose does NOT report with attribute has a different value. It only reports two records are equal or different.
Thanks Daniel for your reply.
Hi ,
I think you can use SQL Query , i hope it is helpful for you.
Please check attached screenshot.
Thanks
--RJ--