Hi Everyone, is there a field which tells , if the...
# suitescript
n
Hi Everyone, is there a field which tells , if the file is locked? I need to modify the file record , if it is not locked. It gives the error, if the file record is locked (coming from bundle).
a
sounds like you can just try and modify it, and just catch and report the error if its locked? I'm not sure you can check a field on the file record to see if its locked via suitescript
n
Is there a way to delete this file or remove the lock , through UI ?