Crystal Report Field Edited Date

SOLVED

I have two udf’s that are populated on the SO_SoDetail table, they are also printing on our pick ticket.  How can I capture a date time stamp value for when that udf is edited (it’s a numerical value) and display it on the crystal report for the pick sheet?

Parents Reply
  • 0 in reply to Kevin M

    Would I set the trigger to be if the udf is greater than 0 or can I set if the field is updated?  Thinking out loud, can't do if greater than zero because if we receive an item multiple times, so need to set it on if the udf was updated.  Would the BusObj.EditState =2 be the correct variable to look for this?

Children