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!!!