When CSV where encoded as UTF-8 then it will not work for china language . There will be another encoding for china language that will work in WPS as perfectly but not in EXCEL GB2312 and GB18030 For csv file creating the whole code snippet will be as follows. var fileObj = file.create({ name: fileName,… Continue reading Encoding for China language CSV
Month: June 2022
Testing Types
Foreign Currency Balance Column of Chart of Accounts is Zero but Balance is Not Zero.
When checking Chart of Accounts, Foreign Currency Balance column shows zero however Base Currency Balance column does not.
Updates In Checkout Confirmation Page-Thermogard-NZ-SCA
Proposal Summary This proposal covers both the functional and UI development for Updating background and add text in order confirmation page for the Thermogard-NZ-SCA Website. Requirement The client would like to update background and add text in order confirmation page for the Thermogard-NZ-SCA Website. Changes required Need to Update the background on the checkout… Continue reading Updates In Checkout Confirmation Page-Thermogard-NZ-SCA
Remove always active/Focused select drop down
Some time the select dropdown field will always active, thus we need a mouse click for updates based on the select box. To remove this always active/focused state add the below code in the corresponding template file <script> $(‘select’).on (‘change’, function () { $(this).trigger(‘blur’); }); </script>
Last sales activity field is not populating in customer, contact, opportunity record
Last sales activity field is not populating in customer, contact, opportunity record
How to create custom log file in Magento 2?
for Magento 2.4.3 version use this
Excel Setup for Dynamic connection
Requirement – Need to Connect a report in NS to excel dynamically Solution – Create a saved search the same as the report in NS. Create a suitelet link to load the search to excel. Connect the saved search with excel using the suitelet external URL. The excel setup is as follows On Windows PC … Continue reading Excel Setup for Dynamic connection
Proposal For Shipping Method Updates in NetSuite
Proposal Summary This proposal covers the scope of Shipping Method Updates in NetSuite. Requirement BlueLeaf Ltd. needs the functionality to enter shipping methods at the Client address level rather than the Client record level. But the client record has multiple delivery addresses, they want the functionality to allocate the shipping method for each address which… Continue reading Proposal For Shipping Method Updates in NetSuite
Can’t edit Landed Cost Per Line in IR
Description JIRA Code : BGGN-250 When the landed cost fields are grayed out and you can’t assign any cost to these field when you go to Landed Cost tab on the item receipt. Possible reason for this is that the landed cost per line has been marked or check and the item receipt has been… Continue reading Can’t edit Landed Cost Per Line in IR