We’re currently experiencing a high volume of support requests, which may result in longer response times — Thank you for your patience and understanding.
Community FAQ
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
NYNet
Engaged Sweeper III
I would love to use the vendor assest tag feature on your product but I can't the way it is setup. We are a HP shop and HP does not search by serial number it goes by model or product code which your system registers both. Instead of using the {assettag} variable do you have a {model} or {productcode} tag I can use?
1 REPLY 1
NYNet
Engaged Sweeper III
I figured it out. I had to replace the line:
"<a href="<%=replace(myrow("assetlink"),"{assettag}",dscomputers.FieldValue("TAG", nothing))%>" target="_blank"><%=myrow("vendor")%> : <%# dscomputers.FieldValue("TAG", Container) %></a>"
with:
<a href="<%=replace(myrow("assetlink"),"{assettag}",dscomputers.FieldValue("model", nothing))%>" target="_blank"><%=myrow("vendor")%> : <%# dscomputers.FieldValue("model", Container) %></a>
in the aspx file "it-compdetail.aspx" and all works well!!!

Archive

This board contains archived posts from the retired Lansweeper Forum and Insiders Community.

New to Lansweeper?

Try Lansweeper For Free

Experience Lansweeper with your own data.
Sign up now for a 14-day free trial.

Try Now