For the purpose of importing data from server to local, there we need to follow the mentioned steps below: In Dashboard, go to Tools → Import →download the required default plugin. While downloading the plugin, sometimes it shows an error. ERROR: To perform the requested action, WordPress needs to access your web server. Please enter… Continue reading Error: Failed to connect to FTP Server localhost/WordPress
Month: May 2022
Find Employee Center License Users
The client wants the details of the employees that have an employee center license. Solution Download the roles of each employee. From that excel identifies the employees who have only an employee center role. For that use “countif” function. Eg:=COUNTIF(A:A,A2)>1 The file should be as follows. This formula will show the true or false values.… Continue reading Find Employee Center License Users
Exporting a Saved Report as an Excel Web Query
We can export a saved report as an Excel Web Query. When the report is exported, data can be refreshed from within Microsoft® Excel with the latest information from your NetSuite account. To create an Excel Web Query: Start the Report Builder by clicking Customize on any report or by clicking Edit next to a report name… Continue reading Exporting a Saved Report as an Excel Web Query
Dealing with the error message: ‘The Subsidiary in the first line is restricted to From Subsidiary’
When trying to create an advanced intercompany journal entry, may encounter an error message like “’The Subsidiary in the first line is restricted to From Subsidiary’”. Using an advanced intercompany journal entry, you can specify the originating subsidiary and multiple receiving subsidiaries for the journal entry. That is, we can include multiple To Subsidiaries. Then… Continue reading Dealing with the error message: ‘The Subsidiary in the first line is restricted to From Subsidiary’
CSV Import error – The Due To/From Subsidiary for the From Subsidiary lines must be one of the other subsidiaries used in the transaction.
When importing advanced Intercompany Journal Entries, the user may get this error message. While importing Advanced Intercompany Journals, include a column “Eliminate” in the Import file. This Eliminate column should be populated as either “YES” or “NO”. For the Intercompany accounts at the line level, we should select the “Eliminate” checkbox as “Yes”. Then in… Continue reading CSV Import error – The Due To/From Subsidiary for the From Subsidiary lines must be one of the other subsidiaries used in the transaction.
How to set up user access with email notification to Employees
Go to List > Employees > Employees Select the employee record that you want to give the user access to with email notification. Under the ‘ Access’ subtab, check the box ” Give Access” and also check the box ” Send New access notification email” box.
Page/Post showing 404 error- WordPress
Sometimes, after the creation of the page/post, the auto-created URL redirects to 404 (page not found). There are some reasons for the causing same. Issue in Structure of permalink created. Update your permalink settings through the WordPress dashboard. Go to Settings → Permalinks and click Save Changes (you don’t need to make any changes – clicking Save… Continue reading Page/Post showing 404 error- WordPress
How to Run Foreach Loop in React
Basic Example Loop with Index Multidimensional Array
Fix password validation
Fix password validation
Encryption and Decryption for Passwords
Encryption and Decryption for Passwords