I'm using SS1.0
# suitescript
v
I'm using SS1.0
a
record object would be the better option
you could do recObj.getLineItem("internalidoflist",'internalidoffieldonlist',number of line)
v
there's no way to do this via a search?
n
what do you mean by "oob Files"?
a
I think you could do it through search also
and yes what is oob files ?
I am assuming its custom record for you
n
I'm not clear what you're trying to achieve tbh. Are you saying, you have a custom record which is a child to another record and the custom record has files attached to it and you want, via search, knowing the parent record, to be able to ascertain the files attached to the child records?
This is an SS2.0 example where : 1. the filter is looking for custom records where the parent is ibsID (in this case an inbound shipment) 2. Column returned is the internal ID's of the files attached to the custom record. Does that help at all?
v
thank you @NElliott @aaz I was talking about the out of the box Files sublist from NetSuite I managed to pull that data for our custom record, thank you for your inputs 🙂