cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to determine the date a quote item was last modified?

Sergey_L
Participant
0 Kudos
450

I looked at CTX tags, scripts, and the database tables - but could not find anything. I have not checked API - maybe there?
Last resort is to add an attribute to EVERY SINGLE PRODUCT with an unconditional rule to set it to TODAY.

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Fancy_Zou
Product and Topic Expert
Product and Topic Expert

Hi,

For Quote 1.0, the best approach seems to be using an item custom field to log the last modified date. Alternatively, you could use a product attribute to capture the item's last configuration change date. The recommended triggers to update this information are OnItemAdded and OnItemUpdated.

Best Regards,
Fancy

Sergey_L
Participant
0 Kudos
Good idea with quote item custom field! That way, I won't have to add the same attribute to every single product! Thanks!

Answers (0)