Hello, I want to return an error on a customer rec...
# suiteflow
i
Hello, I want to return an error on a customer record when there is no address or contacts on the record, as this are sublists, is there a way to do this directly on the WF or do I need to create a custom WF script? Im new to this workflow stuff so dont know much about it 😅
k
There is a checkbox on the form that says "never empty" that would require them to enter addresses. Not sure if it applies to contacts.
message has been deleted
looks like you can do that on contacts too
👍 1
k
Hmmm I didn’t know that. I have a script setup with an error on saverecord if no addresses on a customer record.
k
If I recall properly - this is a much nicer process that gives a popup saying "hey you didn't enter an address yet (paraphrased a bit) and you can't save until you do"
i
Didnt know that either! Thanks @KevinJ of Kansas unfortunately in my case cant do that because the user can create the record without a contact, is just after someone goes to approve it when I need to show the message
I ended up doing an
action
script