Hey,
We have a few Lenovo clients with only a warrentydate but no purchasedate.
I have seen some topics here that Lenovo only provide the warrentydate and no purchasedate.
I created a Lansweeper report with a calculated purchsedate for Lenovo like that:
...
Case
When tblassetcustom.Manufacturer Like '%lenovo%' Then DateAdd(YEAR, -3,
tblassetcustom.Warrantydate)
Else tblassetcustom.PurchaseDate
End As [Purchase Date calculated],
tblassetcustom.Warrantydate,
...
It helps a bit.
My question is, is it possible to do a bulk change by import direct to Lansweeper to get all Purchasedates per asset? e.g. based on a CSV file exported from excel or something like that?
Thank you and best regards
Julien