This topic contains 2 replies, has 0 voices, and was last updated by matthewjiang 7 years, 10 months ago.

  • Author
    Posts
  • #22992 Score: 0

    matthewjiang
    • Contributions: 0
    • Level 1

    I created a Suitelet page with using a List to show a search results. How can I make a specific row different in this list, used for 'Total Quantity' of Bills? Like making text bold or bigger size.

    BTW, I can't upload picture. there always a system message said the file is corrupted. Does anyone come across this recently?

    Thanks.
    This is a cached copy. Click here to see the original post.

  • #22993 Score: 0

    michoel
    • Contributions: 0
    • Level 1

    You could do this by making your the column types 'inlinehtml', and then for your total row, wrap the text in HTML tags '<b>' and '</b>'..

  • #22994 Score: 0

    matthewjiang
    • Contributions: 0
    • Level 1

    Thanks. I inserted <b> and </b> into script like this : row['custpage_item_report_memo'] = '<b>ToTal Qty On Hand' + '</b>' and it works.

You must be logged in to reply to this topic.