1. Planning & Organizing HR management makes sure there’s no shortage of manpower. They plan ahead of time to onboard the required number of employees. They also deal with critical situations when the company needs to lay off employees to keep the business running. Analyzing the current human resources, predicting future needs, and balancing the… Continue reading The key functions of Human Resource Management
Month: July 2023
Set Execute as Role Permissions for .ss and .ssp Files
Administrators and users with privileges to use SuiteScript can set permissions on .ssp and .ss file records associated with an SSP application. There are two types of permissions: Execute as Role permissions associate a role with the .ssp and .ss files. Regardless of the actual role of the user who triggers the scripts, the scripts… Continue reading Set Execute as Role Permissions for .ss and .ssp Files
Saved search formula to group the results and fetch the description from the first line
Saved search formula to group the results and fetch the description from the first line
Search or report to show all searches or reports that were downloaded to Excel
Currently we are unable to create a search or report that shows all the searches and reports that were downloaded in excel. Currently this is an enhancement E#87822 View Audit Trail > Please add the ability to audit exported data: which lists, reports, searches, etc., and by whom.
Create Journal Entry via SuiteScript
How to redirect from my account page to the homepage when a customer is logging in?
Use the below code in the di.xml file at JJ/Customproductshow/etc/frontend Paste the below code in LoginPost.php file at JJ/Customproductshow/Plugin These files should be added to an existing custom module or added to a new module.
Create Report from Issue Navigator in Jira
Perform a search: Use the Issue Navigator in Jira to perform a search based on your criteria. Refine the search query using Jira Query Language (JQL) to filter the issues you want to include in your report. Customize the columns: Once you have the search results displayed, click on the “Columns” button to customize the… Continue reading Create Report from Issue Navigator in Jira
NetSuite Support Case through Suite Answer
We can file NetSuite Support Case through Suite Answer for that go to Suite AnswerNavigationHome> Help> Suite AnswerOn the Suite Answer page click on the button Contact Support Once we click on the Contact Support button we are directed to Create a Support Case PageIn the Create Support Case page, we can see different Steps… Continue reading NetSuite Support Case through Suite Answer
How we can use delay in backed of SCA
We can use the Sleep function in Suitescript to delay the code in SCA. Some examples, such as if the sales order has been created with a delay and we are planning to create a customer deposit depending on the sales order, show an error for the reference key of the sales order. In this… Continue reading How we can use delay in backed of SCA