The N/email.send() method supports multiple recipients as well as CC and BCC functionality: MULTIPLE RECIPIENTS The recipients property supports a single internal ID or a single email address string to send to one person, or an Array of those to send to multiple people. Here we have an Array containing two email addresses, thus our t line on the email will… Continue reading SUITESCRIPT EXAMPLE – SENDING EMAIL TO MULTIPLE RECIPIENTS
Month: January 2023
13 Content Marketing Trends You Need to Follow in 2023
Content marketing is always changing. It’s not something you set up and forget, especially in an age when all marketing is going digital. Content has become the essence of branding, lead generation, and even sales campaigns, across inbound and paid channels, primarily due to one thing: its effectiveness.Trend #1: Personalized ContentWith a savvier customer, you… Continue reading 13 Content Marketing Trends You Need to Follow in 2023
Multiple Shadows
Multiple Shadows To add more than one shadow to the text, you can add a comma-separated list of shadows. The following example shows a red and blue neon glow shadow: Text shadow effect! Example h1 { text-shadow: 0 0 3px #FF0000, 0 0 5px #0000FF;} The following example shows a white text with black, blue, and… Continue reading Multiple Shadows
3 pillars of Content Strategy: Create, Connect and Optimize
It starts with creating a Culture of Content within your team:Create a Common Purpose: As a leader of the content team, you will have to practice basic team management skills and get everyone on board to organize quality and quantity of content.Engage senior management: Senior-management buy-in is a must as most change is enabled best… Continue reading 3 pillars of Content Strategy: Create, Connect and Optimize
Javascript to get values from an infinite input table of two inputs. An array of objects Magento 2
Here when there is a requirement for entering a table input of two or more fields the value of the table should be should stored as an array of objects with key and value pair format. This code stores the values in an array as objects from each row. Example: inputs variable selects the input… Continue reading Javascript to get values from an infinite input table of two inputs. An array of objects Magento 2
error code: INVALID_REQUEST error message: The request could not be understood by the server due to malformed syntax. Magento Error
This error is caused due to the signature method error or auth expired from the auth method provided, Recently we have noticed that the hmac_sha1 signature method has expired for some of the projects. it can be resolved by modifying the signature method to hmac_sha256 replace the ouath_signature_method to hmac_sha256. the error will be reolved
Create a Virtual Field in a record.
To create a virtual field of type select in a record use : Can make this field mandatory using script & also can specify the position of field by decide next field in the record by:
Difference in trial Balance Amount and A/R Aging Report.
Scenario: When the user looks the balance of certain receivable account it donot match with the A/r aging report. The user has different receivales COA. Reason: The result of Receivables in A/R aging report is not directly shown as chart of account instead in the name of clients and here we have to sort the… Continue reading Difference in trial Balance Amount and A/R Aging Report.
Not able to put Open Bills in PAYMENT HOLD
The NetSuite has an option in which it allows its users to put the open bills not available in paybills so that the payment will not be processed.This feature is called payment hold. Scenario: User has created a bill which open to pay but due to some payment issues with the supplier they wanted make… Continue reading Not able to put Open Bills in PAYMENT HOLD