My Stuff
Community Articles: What Topic Should We Cover Next? Your idea could be our next feature—drop your suggestion now and spark the next big discussion!
-
Re: How to Capture a dynamic field in a saved search?
Hi User_75YL8 The change done via workflow would be impacting or triggering some changes which might impact GL changes in your account. To avoid this change and save the transaction, you can enable t…1 -
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
