Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Vendor hold, then all the invoices for that vendor has to be on hold
Hi,
I have a custom checkbox called "Hold" in Vendor form. If a particular vendor is put on hold , all the bills for that vendor has to be put on hold (Payment hold checkbox in the Bill page has to checked)
I understand we can do it through scripting. I am a newbie for Suite script and this is my first script. Please help.
My approach is that,
1. On save of Vendor record, a script has to be invoked.
2. The script checks if the Vendor is put on hold.
3. If yes, a saved search is invoked to pull the list of all bills for that vendor.
0