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
MGBC
02/21/2024, 5:15 AM
If you use lock record action it will stop the user from editing and therefore no Save
j
jhayczee09
02/21/2024, 5:45 AM
But the problem is that they will also not be able to VOID transactions if the record is lock.
j
Jesper M
02/23/2024, 1:09 AM
Return user error after submit with your conditions
j
jhayczee09
02/23/2024, 1:42 AM
If after submit, then the changes will be already saved on the database. We want it before saving.
m
MGBC
02/23/2024, 2:08 AM
Use return error on before user submit or before record submit