Is there a quick way to determine if a record exis...
# suitescript
e
Is there a quick way to determine if a record exists before using
record.submitFields
? I'd prefer not to
try/catch
if possible. The record may have been deleted before my submit call.