Hi guys, Have you customized an Advanced PDF/HTML?...
# suitescript
g
Hi guys, Have you customized an Advanced PDF/HTML? I'm attempting to customize one of them, it's Price List type. BUT I should print the item price of a specific price level and I cannot get the price level sublist. Do you know how can I get the item price of a price level sublist?
t
@gabyrdzlobaton are you customizing via the source code? I think what you are looking for is either record.lines.rate or record.adds.rate. So getting to the different price levels for an item, I think you would do record.lines.rate, record.lines.rate1, record.lines.rate2, record.lines.rate3, record.lines.rate4, etc.