Hi everyone, is there a way remove the "SAVE" butt...
# suiteflow
j
Hi everyone, is there a way remove the "SAVE" button in workflow without using any custom scripts? Also, is there a way to allow voiding but disallow saving of record using standard workflow only?
m
If you use lock record action it will stop the user from editing and therefore no Save
j
But the problem is that they will also not be able to VOID transactions if the record is lock.
j
Return user error after submit with your conditions
j
If after submit, then the changes will be already saved on the database. We want it before saving.
m
Use return error on before user submit or before record submit
j
I meant before :D believe it or not
m
Use before user submit