Adding Validation Message to Canvas Input Fields (Issues in iOS Devices)

While adding a validation message to a canvas Input field in html forms for adding Signature, consider the below points. When we convert the value of blank canvas to a string value for the comparison between empty and non-empty canvas fields, the value for blank canvas will be different for iOS devices including iPhone, iPad,… Continue reading Adding Validation Message to Canvas Input Fields (Issues in iOS Devices)

Vendor Name is Not populating in the Sales Order item line

The client has recently reported an issue where the PO vendor name is not populated when the user selects an item. There is no script is used for the value population. Solution We have checked the item where the client reports the issue. In the item record, there us a subtab named “Purchase and Inventory”… Continue reading Vendor Name is Not populating in the Sales Order item line

Extension activation issue

While activating extension in NetSuite account keep getting error. Tried with possible ways but not getting the results. Tried with deleting activated record, tried activation without extension, with only one default extension, custom existing custom extensions but keep getting errors. If anyone faced the same please share the solution how I can resolve it.

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

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

Map/Reduce script FAILED while triggering from Restlet.

Script let processTask = task.create({ taskType:task.TaskType.MAP_REDUCE, scriptId:’customscript_hms_fix_hospice’, deploymentId:’customdeploy_hms_fix_hospice’, params:{custscript_hms_data_to_be_processed:queRecId} }) try{ let processId = processTask.submit() }catch(err) { if(err.name != “NO_DEPLOYMENTS_AVAILABLE”) { // If error except no deployments availble log.error(“error”,err); throw err; } } getInputData works fine. Map reduce work while clicking on save & Execute Issue: The integration record should have following permissions to access… Continue reading Map/Reduce script FAILED while triggering from Restlet.