User may set the Class Field to mandatory by ticking the Make Classes Mandatory field on Setup > Accounting > Accounting Preferences > General tab. This can also be done via SuiteScript. var accountingPref = config.load({type: config.Type.ACCOUNTING_PREFERENCES}); accountingPref.setValue({fieldId: ‘CLASSMANDATORY’,value: true}); accountingPref.save();
Month: January 2023
CSS scroll-behavior Property
The scroll-behavior property specifies whether to smoothly animate the scroll position, instead of a straight jump, when the user clicks on a link within a scrollable box. CSS Syntax: Property Values auto——>Allows a straight jump “scroll effect” between elements within the scrolling box. This is default. smooth—–> Allows a smooth animated “scroll effect” between elements within the… Continue reading CSS scroll-behavior Property
Report and Saved Search
Report Saved Search 1 Standard reports for visibility into all areasof your business Filter and match data to answer all sorts ofbusiness questions 2 Easy-to-read, polished format Create custom list of real-time results,based on criteria and filters 3 100’s of pre-built standards reports Use it for yourself or others, as a list, aportlet or as… Continue reading Report and Saved Search
SUPPLY CHAIN SNAPSHOT
To enable Supply Chain Snapshot Go To Setup> Company> Enable Features Multi-Location Inventory Advanced Inventory Management Demand Planning Supply Chain Control Tower The current user must have permission to Supply Chain Snapshot snapshots can be performed for Inventory items and Assembly/Bill of Materials items. This includes lot-numbered and serial-numbered items. These snapshots show a running balance… Continue reading SUPPLY CHAIN SNAPSHOT
Access to Release Preview accounts
Not all logged in users will be able to see the Release preview account when they view all their roles. Only admins can. For Admins to grant access to the employees, need to “re toogle” the access as given below.
CSS Layout – display: inline-block
Compared to display: inline, the major difference is that display: inline-block allows to set a width and height on the element. Also, with display: inline-block, the top and bottom margins/paddings are respected, but with display: inline they are not. Compared to display: block, the major difference is that display: inline-block does not add a line-break after the element, so the element can sit next… Continue reading CSS Layout – display: inline-block
Display the Amount in fixed format, where amount contains $ symbol in advanced PDF template
In order to display the amount into a fixed digit format , where the amount value contains the $ symbol, refer the sample code below
Adding sales order number in Email Notification.
When a check copy is uploaded from the purchase order an email notification is sent. To add the sales order number, first the sales order to be get from the sales order record by using the code: Then this variable has to be used in the Email body to get the sales order number in… Continue reading Adding sales order number in Email Notification.
Data Visualizations of WORKBOOK
Making sense of a workbook’s source data requires the examination of the data from a variety of different perspectives. Accomplished through data summarization, aggregation, and visualization. There are three workbook visualization types: Table Views | Creating a Table View: Click on the Add + icon and select Table. No limit to the number of table… Continue reading Data Visualizations of WORKBOOK
Workflow Did Not Execute as Admin
Scenario A workflow has been set to execute as Administrator. Upon switching to a custom role, the workflow did not execute the actions as expected. Example: Set value on a custom field upon click on a button. Solution An action that is triggered by a button will be recognized as a Client Side trigger. As a result,… Continue reading Workflow Did Not Execute as Admin