For NetSuite OneWorld, select rate types for exchange rates used to value financials: Select a General Rate Type that is used to translate amounts for accounts in the income statement, balance sheet, and other general purposes. Select a Cash Flow Rate Type that is used to translate amounts for accounts in the cash flow statement. The Current rate type… Continue reading Exchange rates in Account configuration
Month: October 2023
Create Workflow to Set Email Format to PDF on Customer Record
Scenario On Customer Record, the default Email Format value is Default. Create Workflow to Set Email Format Set to PDF. Solution Navigate to Customization > Workflow > Workflows > New Basic Information: Name: Enter Customer Email Format Record Type: Select Customer SubTypes: Select Customer Execute As Admin: Enter Checkmark Release Status: Select Released Initiation: Select Event Based Event Definition: On Create: Enter Checkmark On View or Update: Enter Checkmark Trigger Type: Select -All- Click Save Click State 1 Bottom right corner: Click New Action… Continue reading Create Workflow to Set Email Format to PDF on Customer Record
How we can add custom created E-Mail template in Netsuite and how its used in website.
It’s possible to add custom created E-Mail template in Netsuite and possible to update that template in website. Step1: Update the created E-Mail template in Site folder Web Site Hosting Files-> Live Hosting Files -> Site Step 2: Create a New E-Mail template Setup->Company->System Email Template->New Step3: Choose the updated E-Mail template from the file… Continue reading How we can add custom created E-Mail template in Netsuite and how its used in website.
Remove Quantity from inventory details(PDF)
When retrieving line field inventory details, the result is in the format ‘Serial No(Quantity)’. To remove the quantity from this, use the following code:
FAM Permission to custom Role
SCENARIO The Client wants to provide the accountant of his company for the fixed asset mnagenent page. SOLUTION We have to provide the permission for FAM. In this case we have to make a role permsission comparison with Fixed Asset management role from bundle and the role of the employee. After comparing the role with… Continue reading FAM Permission to custom Role
TestNG Advancements
Some notable advancements include: Parallel Execution: TestNG provides out-of-the-box support for parallel test execution. This allows tests to be executed in parallel at different levels, such as methods, classes, and suites. Flexible Test Configuration: TestNG’s annotations like @BeforeSuite, @AfterSuite, @BeforeTest, etc., give testers a lot of flexibility in configuring their setup and teardown operations. Dependency… Continue reading TestNG Advancements
Give an alert when empty rate field on saving the record.
Give an alert when empty rate field on record save. it should ignore if value is given as 0.00 and greater than zero.
Currency Revaluation Record
This article summarizes the details included in the currency revaluation record in NetSuite.
Video is not playing on Safari browser and iPhone real devices on SCA websites.
In my task i added a one video in home banner section. That video is playing correctly andriod devices , chrome, edge , firebox but not playing on safari browser and real iPhone devices. So checked the possibilites and found one css property . after applying that video is playing correctly in all browser and… Continue reading Video is not playing on Safari browser and iPhone real devices on SCA websites.
How to resolve the hovering issue of the button in safari
In Safari the shorthand notation does not work need to give in separate property if we have given in shorthand notation Example: So this will not work Instead try writing in full form like this The issue will be resolved