My Stuff
-
Re: How to isolate sales order by sales rep
As far as I am aware you will have to deploy a script to handle this. However, it will be a simple code sample as comparing current user with transaction sales rep using Before Load User event script.1 -
Re: How to display New Customers for the Current Month?
Hi @Febin Antony , Can you try using the status : Customer- Closed won to identify customer with this status tagged in current month.2 -
Re: How to Create a Saved Search to Reflect Manage Intercompany Sales Orders saved search?
Hi @Dirk Nieuwkamp Create a saved search on Purchase order with criteria as : Type : PO Mainline : True Intercompany Status : Pending In result column, add desired column as required.2 -
Re: How to add extra filters on N/search.load object?
Hi @ONO4 , Once you have loaded the search using load search, you can create an array of filter and push the filters in load search variable. For eg : var SearchLoad = search.load({ 'ENTER SEAR…1 -
Re: What role can you use for an internal auditor position?
You can provide him with role with VIEW access permission. May be a FULL ACCESS role.1
