This topic contains 2 replies, has 0 voices, and was last updated by pcutler 7 years, 1 month ago.

  • Author
    Posts
  • #21411

    lynale

    I have a suitelet that currently imports data file (csv) and display in a sublist of custom record. I can add more fields on the custom record form for new columns coming from csv file. With custom fields on suitelet form and the arrays to contain data from csv file added, i have 23 columns in the array, somehow only 18 can catch the data, the rest stay empty, or data not imported in the newly added column fields. Is it the limitation of supported columns or else?
    This is a cached copy. Click here to see the original post.

  • #21412

    kcng

    lynale, you may need to move this to the SuiteScript section. This is not specific to the IDE.


    lynale replied on 09/20/2017, 03:26 PM: Sorry. I just added the tags. Hope it’s resolved.

  • #21413

    pcutler

    I've never tried having 13 columns in a suitelet, so I'm not sure if there's a limit. Have you tested removing different columns to confirm that each column works independently, as long as you stay under an 18 column limit total?

    With portlets, there are strictly enforced limits on the number of columns which I have worked around by using formula fields with multiple data points in a single column, i.e.

    Header 1
    Header 2 | Header 3
    Header 4 | Header 5
    Header 6

    A
    Jack | Jill
    100 | 200
    4

    B
    Clyde | Bonnie
    300 | 400
    5

You must be logged in to reply to this topic.