My Stuff
Nominate Your Peers for NetSuite Support Community's Choice of the Quarter! Submit your nomination today.
Intelligent Payment Automation version 1.0.3 is now available in the SuiteApp Marketplace. The SuiteApp, powered by BILL, lets you automate payments, manage vendor details, and bank account information within NetSuite. Learn more
Comments
-
OK. I tried a different browser with the same result. Thanks Jim D
-
Shamaine The notice appears whether I run two of the same type of searches or two searches of different types. I did not try a different browser since I had been using the same browser all along. But maybe there has been an change at NetSuite that is conflicting with the browser so I will try a different one to see if I…
-
Shamaine The result after clearing the browser cache is the same. Thanks Jim D
-
Sharmaine, Thanks for your reply. You are correct that I get the notification when trying to run multiple searches in different tabs. However, this was not always the case. I have raised this issue with our internal NS administrator and he is able to run searches concurrently without any issue. This used to be the case for…
-
After reviewing some notes from earlier work I came up with this. It works for all instances I tried. Case When {postingperiod} = 'Mar 2019'And {type} = 'Journal' And {accounttype} = 'Income' And NVL ({memomain},'x') <> 'x' Then {amount} When {postingperiod} = 'Mar 2019' Then {amount}*{contribution} Else Null END Cheers…