We can use (?string.currency) in the email template of the netsuite.The most basic way to format a number as Currency is to add ?string.currency onto the end of the variable that is being used. This will bring any numbers to 2 decimal places and will also put a $ next to the number. Also, negative… Continue reading How to display $ currency and value upto 2 decimal places at same time in email template page
Month: November 2022
Things to be noticed when creating a new domain and activating all extensions and themes to the domain with an updated version.
STEPS. 1.Create a new domain from freenom. 2.Link that domain to the SSP application. 3.Activate the domain successfully. 4.Activate all extensions and themes to the new domain. 5.Fetch all extensions and themes from the domain. 6.Take the manifest of each extensions and updated the version [For example if the old version is 1.0.0 then updated… Continue reading Things to be noticed when creating a new domain and activating all extensions and themes to the domain with an updated version.
Add a Column for Item Line Memo Instead of Body Memo in the Income Statement
Scenario: Customer wants to add a Column for Item Line Memo Instead of Body Memo in the Income Statement. Solution: Customize Income Statement Report Under Edit Columns tab and Search Fields text box, search for Description Choose Description under Financial > Description Click Preview or Save
User needs to pull up the Memo from the Item Line Level of the transaction.
Scenario: Users need to pull up the Memo from the Item Line Level in the Income Statement Report Solution: Navigate to Reports > Financial > Income Statement > Customize On the Edit Columns, expand the Financial folder, expose the Description Hit Preview/Save Note: The Description that will be exposed will be coming from the transaction… Continue reading User needs to pull up the Memo from the Item Line Level of the transaction.
Shopping Cart Sharing Mode
To set the shopping cart sharing mode: Go to Commerce > Websites > Website List. Click Edit next to the website you want to modify. Go to the Shopping tab. In the Shopping Basics section, select one of the following options from the Shopping Cart Sharing Mode list: Single cart shared by all customer contacts (default) Individual carts for each customer contact… Continue reading Shopping Cart Sharing Mode
Attach Existing Contact Records to Existing Customer Records via CSV Import
Attach Existing Contact Records to Existing Customer Records via CSV Import 1. Create a CSV file with this pattern Company Name, CU Internal ID, Con First Name, Con Last Name, Con Internal ID Company1 , CU 1 , Con First Name1, Con Last Name1, Con 1 … Continue reading Attach Existing Contact Records to Existing Customer Records via CSV Import
User Unable to View Events by Subordinates
When the user tries to view the event of another employee it shows alert messages which look like below The role of the user has full access to calendar and events But still the user shows alert message; Solution The Event can only be visible to other users given the following scenario: 1. User is set as… Continue reading User Unable to View Events by Subordinates
Proposal For Updating The My Order Form :Point Australia
Proposal Summary This proposal covers UI development to Update the PLP page and my order form of the website based on the shared design for the SCA webstore for Point Australia Pty Ltd-NS/SCA Requirement Update the PLP page of the website based on the shared design 1 The order form page should be changed as… Continue reading Proposal For Updating The My Order Form :Point Australia
10 Biggest Announcements From Google Search On 22
At Google’s ‘Search On’ 22 event, Google unveiled the latest developments in its Search and Shopping products. The changes are expected to have a huge impact on the way you find information. These announcements come from the minds of Google search experts. This year’s event is the biggest one yet, with more than a thousand… Continue reading 10 Biggest Announcements From Google Search On 22
How can I prevent the page from submitting when I click a tab?
So instead of, It should be: You can also remove onsubmit=”return false;” as it is no longer necessary.