Skip to main content
December 12, 2022
Solved

Expression Rule

  • December 12, 2022
  • 7 replies
  • 0 views

Hii Experts,

I am trying to create a expression rule to find out the difference in CDT (for Audit log) using CDT Comparison plugin.

Could anyone help me out how to create ER for that 

Thanks

    Best answer by stefanhelzle0001

    I suggest to toy around with the CDT comparison plugin to understand how it works. Then start to build the solution piece by piece.

    7 replies

    stefanhelzle0001
    Brainy
    December 13, 2022

    Here we trade tips for details. Do you have anything to offer? What did you try? Code snippets?

    December 13, 2022

    Hii Stefan

    I  want to implement Audit log. Kindly help me to impletment the Audit Log Functionality, Requrirement is as if any fields get updated to a new value, I have to show the Field name shich got updated along with its Previous Value and New VALUE along with Who has done the update and WHEN i.e if Original value is a!map( id:1, fName:"ABC", lName:"XYZ", DOB:11-05-1995, phone:"1234567890", ) and updated value is a!map( id:1, fName:"CDF", lName:"XXX", DOB:11-05-1995, phone:"1234567890", )

    Serial number Field previous value New Value Updated By Updated On
    1 fName
    lName
    ABC
    XYZ
    CDF
    XXX
    (Username) (12-10-2022)
    2

    1) could you please help me how to implement that senerio using CDTCamparison Puglin?

    Thanks

    stefanhelzle0001
    Brainy
    December 13, 2022

    Sure. What do you have so far?