Month: August 2022
Description of ABSI Set Fields script in Studco
Description of ABSI Set Fields in Studco
Description of ABSI SO ShipDate User Event Script in Studco
Description of ABSI SO ShipDate User Event Script in Studco
Quick Introduction to API’s
CELIGO
Celigo is an integrator platform. An iPaaS, or integration Platform as a Service, is a platform that standardizes how applications are integrated into an organization, making it easier to automate business processes and share data across applications. By leveraging iPaaS technologies, growing companies can eliminate manual processes and reduce dependency on spreadsheets and email, while… Continue reading CELIGO
Working with Projects in Multiple Time Zones
NetSuite displays the start and end dates for a project in the time zone preference for the organization, selected in Company Information. For example, the company time zone is GMT -8:00 Pacific Time (US & Canada), and the project start date is 11/20/2022. Project staff in California and Japan will see the same start date,… Continue reading Working with Projects in Multiple Time Zones
Add sort by category in wishlist page
Extend ‘ProductList.Details.View’ and sortOptions and set value and name in sort optionsortOptions: _.extend(ProductListDetailsView.prototype.sortOptions,[{value: ‘category’,name: Utils.translate(‘Sort by category’)}, ]} Extend ‘ProductList.Item.Search’ search function and add the below code in that function.if (sort_column === ‘category’) {sort_column = ‘sort’;}} Also update searchHelper function Add the sort option in productListItemColumns. ‘custrecord_thr_sort’ is a custom field in productlist and based… Continue reading Add sort by category in wishlist page
Update GL Matching error – “Transaction cannot be saved because the reference number already exists for this vendor”
This article describes the CSV error while updating the GL Matching reference for previous transactions when we enabled the duplicate detection preference.
How to Add a New CMS Page in Magento 2
Step 1: Add a New Page On the Admin Panel, Content > Elements > Pages. Click on Add New Page. Under the Page Information section: Fill out the Page Title, the meta data that shows in the title bar and tab of the browser. Fill out a URL Key for the page, added to the… Continue reading How to Add a New CMS Page in Magento 2