is there anyway to check if new file is added to a...
# suitescript
d
is there anyway to check if new file is added to a record after submit?
b
nothing native, your primary option is a search to find the attached files
store in a custom field the results of the search, a new file has been added if the field doesnt match the search you do now
user event honestly probably isnt ideal, attaching files doesnt actually require a record to be saved
d
ok i got you
Thanks