CyberStore Documentation
Display SYSPRO Stock Code Technical Information Notes for Items
In This Topic

 

 

Add Technical Information to data imported from SYSPRO on INVQRY e.net calls (#10999)

On import, carriage returns in the data as entered in SYSPRO are converted to <br /> HTML tags when displayed in the Console or CatalogItemDetailControl. 

Console Updates to Item Maintenance for Technical Information (#11000)

Add Technical Information to output of CatalogItemDetailControl (#11001)


Requires Updates to the CatalogItemDetailControl to take effect

Before:
Example Title
Copy Code
<div class="col-xs-7">
<div class="CatalogProductDetailLongDescription">
<p><%# LongDescriptionstr%> </p>
</div>
</div>

After:
Example Title
Copy Code
<div class="col-xs-7">
<div class="CatalogProductDetailLongDescription">
<p><%# LongDescriptionstr%> </p>
</div>
<div id="divTechInfo" runat="server" Visible="false" class="CatalogProductDetailTechnicalInformation">
<h4 class="CatalogProductDetailTechnicalInformationLabel"><%# TechnicalInformationLabelText ></h4>
<p><# TechnicalInformationstr %></p>
</div>
</div>

 

See Also

Release Notes