My Stuff
-
Re: Is there any way to notify an user when the billing milestones are checked in the sales order ?
Hi Raghu007, Users can navigate to Transaction -> Sales -> Invoice Sales orders. This page will show only transaction against which Invoices can be created as per Billing Schedule.2 -
Re: Disable create new Pop up button
Hi User_R8KYJ,, Since the screenshot highlighted vendor, I suggested accordingly. If your role has permission to create customer, restricting them via custom record will be difficult. However, once a…1 -
Re: Saved Search for Item Receipts - show Item Description
Hi PaulFleetwood, Since by default, we cannot change description on Item receipt. Can you try pulling the details from PO description using field "Applied To Transaction : Memo" on Item rec…4 -
Re: Disable create new Pop up button
Hi User_R8KYJ, Kindly check if your role has create permission for vendor. If you provide only VIEW permission, you should not be able to see the + icon.1 -
Re: OR function in saved search
Hi @OliverK Can you try if something like this works : CASE WHEN {transaction.type} IN ('Invoice','Journal') THEN do something ELSE ignore END Or CASE WHEN {transaction.type} = …1
