Looking for some help regarding preventing transac...
# suiteflow
a
Looking for some help regarding preventing transactions on a parent customer. We are adopting a parent-subcustomer structure and I want to prevent transactions to be entered on the parent. Can this be done via a workflow where it does not lock the entire parent customer record?
r
Can you just mark the parent as inactive? That would prevent the ability to add them to a transaction.
a
Would that effect the ability to receive payments on the parent?
r
Yes it would.
Next option is a WorkFlow that runs before record save and pops up a warning if the customer is a parent.
a
That could work, appreciate the help
k
I'd probably add a custom checkbox field "available for sales order" or something like that - and source it from the customer onto the transaction and start throwing errors.
(instead of trying to dynamically determine if the record is a parent- i.e. 3 level parent/child)
a
Thanks Kevin, that actually is a good idea.
@KevinJ of Kansas Working on this solution with the checkbox on the sales order and it is not sourcing the value from the checkbox on the customer. Any reason as to why it's not sourcing the checkbox?
Nevermind, I have a weird instance where the source list: Customer appears twice. I ended up choosing the second one and it appears to be working.
k
You know what? I had that same exact problem a few months ago - I wonder if this was my issue. I never figured it out.
a
Strange netsuite things.