<@UA4ATEE59> you can use `myFolder.setValue({field...
# suitescript
s
@NElliott you can use
myFolder.setValue({fieldId: 'parent', value: folderid})
to nest a newly created folder. and @karlenigma is correct that when you save the folder record, the returned value is the internal id.
👍 1