Morning. If I use record.attach() to add a filecab...
# suitescript
n
Morning. If I use record.attach() to add a filecabinet file to a custom record and later load that record, how do I see the files attached to the record in script? I thought there'd be a Sublist or at the very least a field containing the file id(s). Or am I reduced to performing a search and a naming convention for my files that would intimate they belong to this custom record?
b
there should be a file join on your custom record that you can use in a search
n
Ooh that's interesting, thanks as always @battk I'll take a look at that.