Keith Fetterman
06/06/2023, 10:37 PMRecord.getLineCount({fieldId: 'apply'})
on a vendor credit, it returns 10,000 when there are more that 10,000 open vendor bills.
Has anyone found a workaround or solution for working with more than the 10,000 sublist limit?
Is there a way to filter the sublist in SuiteScript 2.x?Anthony OConnor
06/06/2023, 10:47 PMRecord.findSublistLineWithValue
, to return a line number that you can then use to set apply = true?
no idea if it will work if the line isn't in the first 10,000 lines though might just return -1 for not foundAnthony OConnor
06/06/2023, 10:49 PMKeith Fetterman
06/06/2023, 10:49 PMRecord.findSublistLineWithValue
now to find lines. If the vendor bill is not in the first 10,000, it returns -1.Keith Fetterman
06/06/2023, 10:49 PMKeith Fetterman
06/06/2023, 10:51 PMAnthony OConnor
06/06/2023, 10:52 PMAnthony OConnor
06/06/2023, 10:53 PMKeith Fetterman
06/06/2023, 10:54 PMKeith Fetterman
06/06/2023, 10:54 PMKeith Fetterman
06/06/2023, 10:55 PMKeith Fetterman
06/06/2023, 10:55 PMAnthony OConnor
06/06/2023, 10:56 PMKeith Fetterman
06/06/2023, 10:56 PMKeith Fetterman
06/06/2023, 10:56 PMAnthony OConnor
06/06/2023, 10:56 PMAnthony OConnor
06/06/2023, 10:56 PMKeith Fetterman
06/06/2023, 10:56 PMKeith Fetterman
06/06/2023, 10:57 PMAnthony OConnor
06/06/2023, 10:58 PMKeith Fetterman
06/06/2023, 10:58 PMAnthony OConnor
06/06/2023, 10:59 PMAnthony OConnor
06/06/2023, 11:00 PMKeith Fetterman
06/06/2023, 11:01 PMAnthony OConnor
06/06/2023, 11:01 PMbattk
06/07/2023, 12:08 AMvendorbills
default value to limit the lines in the apply sublistbattk
06/07/2023, 12:14 AMKeith Fetterman
06/07/2023, 12:42 AMvendorbills
default value?battk
06/07/2023, 1:47 AMbattk
06/07/2023, 1:50 AMKeith Fetterman
06/07/2023, 1:53 AM