Looking for a way to implement a type of Bill Cred...
# general
p
Looking for a way to implement a type of Bill Credit Approval system as Approval Status is not native to that record. NetSuite currently has an Enhancement Request but nothing available now (Enhancement 230394 ). Has anyone been able to implement a custom approval system?
k
To do a true custom approval system, you'd have to have a custom GL impact script, and then you'd have to prevent applications of that record (scripting on all the various application screens on a before submit).
This would be a fairly hefty customization.
Unless they just want a checklist that it has been approved.
and then they can delete/rectify those that haven't been at a later date.
in which case you could just use a custom checkbox, workflows, and a suitelette if they need a mass approval page
n
I would create a custom record or list with approval status and tag this field to the bill credit then use a WF for the approval flow with buttons and also execute on csv imports to automate
p
I've accomplished this by enabling Vendor Return Authorizations (which support at least the native approval) and blocking creation of a Bill Credit if 'Created From' is empty. Not the best but at least lets you ensure that all Bill Credits get looked at by SOMEBODY.