Could this be a easy fix just using dynamic mode o...
# suitescript
k
Could this be a easy fix just using dynamic mode or the currentRecord module?
k
Dynamic mode won't help you any, unless you're trying to load the record you just created in afterSubmit. currentRecord.get() might work. Usually I just pull the data from whatever record the field would be sourcing from in the first place.