Is possible to determine item's price change time?

nikolainikolai Member Posts: 44
Hello

I am interested in if it is possible to determine, what time was when items price changed in "Retail Item Card"

Comments

  • bekiobekio Member Posts: 204
    You can add additional field on item card, and On Validate triger of "Unit Price" you can put your code to fill the time field.
    TimeUnitPriceChanged Datatype - DateTime or just Time and on validate
    TimeUnitPriceChanged=CurrentDateTime(TIME);
  • ara3nara3n Member Posts: 9,256
    LS Retail has added a field called replication counter that increments as you make changes. You can filter on replication counter field greater than last time you checked.

    THere is also pre action table that keeps track of any delete, insert, modify.
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
Sign In or Register to comment.