Proposal summary We will update the Mobysoft Order Type field in the revenue element from its source record. The source record can be SO,JE etc we will find the Mobysoft Order Type field in the source record line and update it in the corresponding Revenue arrangement element line. We will use a Map Reduce script… Continue reading Revenue Element Update Proposal
Month: November 2021
To Change default Start Index Of line Number
Info: SCT-30 The Default starting Index of Line item counts with Zero initially. This is unpracticable in cases where we have to know the Total Line or Item length correspondingly. Can be easily done through a single Index/ Count Field id according to the requirement. //Starts with Line number 0 //Starts with line number 1
Update the “i” in lowercase on the all the iPhone models.
Update the “i” in lowercase on the all the iPhone models.
Error in the search after enabling the auto-numbering for custom record
JIRA- NTI-63 & NTI-64 Scenario: Saved search has been running successfully since it was created, but after a while the client encountered a problem trying to access it and was unable to open it. Issue: This error occurred after enabling the automatic numbering option on the custom record. In the search has formula criteria includes… Continue reading Error in the search after enabling the auto-numbering for custom record
How to get a free domain
For getting a free domain first got to the website: https://www.freenom.com/ first we have to create an account using our E-mail Id then only we can purchase a free domain from the site. Note that in the website the is no option for sign up for creating an account, only sign in tab will be… Continue reading How to get a free domain
Enable Auto Suggest
NTI-48 Scenario: Client want to be able to type ahead a few characters to search from the filtered Contact results, they want to be able to type “AP” in the contact window to locate this particular Contact quicker. Solution: NetSuite provides an auto suggest function for lists, including multi-select lists. As user types three letters… Continue reading Enable Auto Suggest
How to resolve splitting of field data in to two columns when we try to push data to single column in CSV file using Suitescript ?
Scenario : If we use comma as separator when creating CSV file through suite script, Suppose field data contains comma, when we try to push data to a single column in CSV that data will be break at comma and pushed to 2 columns. How to resolve this issue ? Solution : When we get… Continue reading How to resolve splitting of field data in to two columns when we try to push data to single column in CSV file using Suitescript ?
No items show in an item search when a particular location is set as a filter
The Inventory Location is actually the existing locations in the system at the time the item is created. The reason why there is no item showing when we set the Inventory Location = Location ABCD (sample new location) because there are no new items created after the creation of Location ABCD. If we will create a… Continue reading No items show in an item search when a particular location is set as a filter
Solution for restricting a bill from eft payment process
restricting bill from eft payment process
Magento 2 arranging form fields column wise and full width
For changing layout of a list form to column wise we need to change the display to flex and flex-warp to wrap state. For example: this form was created using the following css: (to the main div) .contactus .amcform-page-wrap {display: flex;flex-wrap: wrap; } for the sub divisions: .contactus .rendered-form .fieldset .fields .field.form-group {margin-bottom: -13px;flex: 0… Continue reading Magento 2 arranging form fields column wise and full width