There's a "New Bill" button in the Vendor record, Financial tab, Transactions subtab (see screenshot). If I want to hide this button, can I do this through editing the form? Via workflow? Or does it have to be in suitescript?
m
Mika Hakkinen
12/19/2022, 9:50 AM
@Jon Kears What's the use case of removing the button? It's a nice little shortcut for your users. Just remove the permission from the role if you dont want them to create bills in the first place.
n
NElliott
12/19/2022, 10:35 AM
Have you tried looking at the associated form to see if the button is listed as one you can hide?
If it's not listed then you're probably looking at a workflow or user event script.
s
Simon Whittle
12/19/2022, 4:59 PM
From memory you cannot affect these buttons as they are not listed on the form so they aren't actionable. The only way to remove it is to remove access to create bills via security.
j
Jon Kears
12/19/2022, 11:01 PM
It's picking up the wrong form when users click the button, which is bypassing our approval workflow
n
NElliott
12/20/2022, 10:26 AM
You should be able to remove it using a UserEvent, NS does not list a button id for it but I looks like it'd be "vendbill", if I get chance to try this I'll knock up a basic UE script to confirm.
NElliott
12/20/2022, 10:50 AM
Looking at the button the browser it looks like the id could be "vendbill" but this didn't work nor did "newbill" or "nextbill" so now I'm not convinced you can remove it via script.
If you figure it out please report back as it'd be useful to know 🙂