Go to Setup>Accounting>Accounting Lists>filter for Price Levels. The Price levels will be assigned to the customers. Customers can have a different price level for each price group If you want to update all items using this price level, you must also check the Update Existing Prices box. When you create a new item record that… Continue reading Creating and Editing Price Level
Author: Vishnu Mohan
My Login Audit
NetSuite provide Audit tools for the administrators and the users. Login Audits: An administrator can view details about a user’s login history Users can view details about their own login history with my login audit portlet System notes: NetSuite keeps a log of the changes people make to records in the system and supports the… Continue reading My Login Audit
Total Amounts in Words with Currency name
We can set this in the Field level setup (Free Form Text Type) as the formula for displaying the total Amounts in Words and it also displays the currency name with it. Works fine for amounts with decimals also. Currency names can differ from account to account. (TO_CHAR(TO_TIMESTAMP(LPAD(TRUNC({total},0),9,’0′), ‘FF9’ ), ‘FFSP’) ||’ ‘) || (CASE… Continue reading Total Amounts in Words with Currency name