Scenario Error: “There is a file type restriction for this upload. You are restricted to the following file.” This happens when user tries to attach an excel/csv file to an email template. Solution Upload in File Cabinet Navigate to Documents > Files > File Cabinet Folder: Click a folder Click Add File Pop-Up Window: Select an excel or csv file Click OpenNote: After this, the file… Continue reading Resolve Error: “There is a file type restriction…” When Attaching File to an Email Template
Month: June 2023
Workflow list-field comparison criteria fix
Workflow action criteria when comparing a value with list field values with a single value can return inconsistent boolean values. For example, I created a custom field ‘Approvers’ to store employees that has approval permission to a record. I was trying to compare this with the logged-in user to restrict the edit permissions of the… Continue reading Workflow list-field comparison criteria fix
AI Testing Tools
There are several tools and frameworks available for testing AI software and machine learning models. These tools assist in various aspects of AI testing, including data preparation, model evaluation, performance measurement, and adversarial testing. some popular AI testing tools: TensorFlow: An open-source machine learning framework developed by Google. It provides tools for building and training… Continue reading AI Testing Tools
Execution of API in Postman
New – This is where you will create a new request, collection, or environment. Import – This is used to import a collection or environment. There are options such as importing from a file, folder, link, or pasting the raw text. Runner – Automation tests can be executed through the Collection Runner. This will be… Continue reading Execution of API in Postman
Automatically Update the Item Quantity after Changing the UoM via Script
Automatically Update the Item Quantity after Changing the UoM via Script
How to get missing timesheets of an Employee from the Weekly timesheet in a month
To create a saved search for missing timesheets of an employee based on the Weekly timesheet, the first step is to consider the Work Calendar Hours for each week. Next, set the criteria as follows: Under the Criteria subtab, choose the Formula (Numeric) filter. The formula should be: CASE WHEN {submittedhours}<{workcalendarhours} THEN 1 ELSE 0… Continue reading How to get missing timesheets of an Employee from the Weekly timesheet in a month
Set up custom field on WMS
JIRA Code : HLUK-649 Create the custom transaction body field, and then apply it to the transaction.For this sample customization, create a Country of Origin transaction body field, and then apply it to the item receipt transaction. For detailed instructions, see Creating Custom Transaction Body Fields.Take note of the ID of the new custom field,… Continue reading Set up custom field on WMS
Merge a Template via nlapiCreateEmailMerger() and Send It Via nlapiSendEmail()
Description This article discusses how users may utilize the nlapiCreateEmailMerger() feature to merge templates and send it as emails.SolutionFirst the user needs to create an email template via UI. That can be done by navigating to Documents > Templates > Email Templates > New. Select Text Editor under the template tab. Select Field Type based on… Continue reading Merge a Template via nlapiCreateEmailMerger() and Send It Via nlapiSendEmail()
Inbound Shipment Transaction Customization
Inbound Shipment Transaction Customization
Various scenarios for item import in website.
Valid CSV file: Upload a CSV file with correct formatting and valid data. Verify that all items from the CSV file are successfully imported into the website’s database. Check if the imported items are displayed correctly on the website’s frontend. CSV file with missing mandatory fields: Upload a CSV file that has missing mandatory fields… Continue reading Various scenarios for item import in website.