How to add HTML content to a class without extending template

We can be able to add the HTML content without extending template using append method. First we need to extended the corresponding view in order to display the content in the website. With the above code we can be able to add the p tag to the classname order-history-details-content-col. Even we pass variables as in… Continue reading How to add HTML content to a class without extending template

How can we append the line number with the invoice number using a saved search?

Requirement: In the case of any comparison purpose in the script, how can we differentiate each line when there are multiple item lines with the same item? For that, we can create a saved search and include a Formula text column in the results using the expression {number}||’_’||{line}. Here, the {number} represents the document number… Continue reading How can we append the line number with the invoice number using a saved search?