Does a record show in a saved search on create if ...
# suitescript
j
Does a record show in a saved search on create if the search is referenced in an afterSubmit context?
b
On afterSubmit, yes. It won't show on beforeSubmit because it hasn't been committed to the DB.
🙌 1