Delta Changes for Asset Import

Hello,

We just started using the asset import utility and wondering if anyone has figured out a way to do just delta changes?  Right now when we run the import utility it updates every objects every time.  So just trying to limit the touches on each asset item.

 

Thanks,

Joe

Asked by Joe Lehman on Mon 12/5/22 3:31 PM
Sign In to leave feedback or contribute an answer

Answer (1)

This answer has been marked as the accepted answer
Joe Lehman Mon 12/5/22 5:10 PM

Looking through the sample code I noticed this was on there.  Is this being using the last executed on the config?

 

Where

/* Perform last-modified filtering */

IsNull(wkst.LastHWScan, GETDATE()) >= @LastExecuted

No feedback
Hi Joe,
I believe that is exactly what that line of code is meant to achieve for you. Let us know if you have any questions.
- Mark Sayers Tue 12/6/22 8:34 AM