On import, carriage returns in the data as entered in SYSPRO are converted to <br /> HTML tags when displayed in the Console or CatalogItemDetailControl.
Example Title |
Copy Code
|
---|---|
<div class="col-xs-7"> <div class="CatalogProductDetailLongDescription"> <p><%# LongDescriptionstr%> </p> </div> </div> |
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> |