In Saved search, we have option to highlight some entries. Steps to be followed: Open the Saved search. In Highlighting subtab, Set the condition ,click on condition field Icon Add the filter and click set. Add the properties to be applied, Text colour , Background color, Bold Then Save & run The entries that satisfy… Continue reading Highlighting in Saved search:
Author: Swapna Lazar
Best Practices for script
General Scripting Guidelines Save retrieved values on a variable and use again on succeeding calls. Execute a block of code only if it satisfies a condition. Remove redundant operations or actions and lines of code which are no longer used within the script execution. Remove duplicate logic on a script that is already performed by… Continue reading Best Practices for script
Magento/Adobe commerce 2.4 Documentation
New Adobe commerce Documentation link: https://magento.redoc.ly/2.4.5-admin Refer to the above link for new Adobe Commerce 2.4.Many changes are made in API & API Data.
Generate Credentials for Authentication In Magento/Adobe
Follow the steps to generate credentials for Calling API from Magento Settings —-> Integrations —–>Add New Integrations provide Name, Email ID, Current login Password Click Save 4.Select Resource Access to All in API subtab 4.Click Save 5. Click on Activate link corresponding to the Integration Created. 6.Click Allow for Granting access Credentials will be generated.
Proposal For API Courier Integration Deletion & Updates
Proposal summary The proposal covers the scope of API courier integration deletion and updates. Requirement If an Item Fulfillment record is deleted from NetSuite corresponding order in courier account need to be deleted. If the ship method is changed from methods supported for stream, then the corresponding order in courier account should be deleted. If… Continue reading Proposal For API Courier Integration Deletion & Updates
Adding n Number of business days to the specified date :
The following code will generate add n business days to a date (d).
Integration: API Testing using Postman
Creating a request via postman for testing APIs – Using API Key Open an new request window in Postman select the request type: GET,POST,PUT,DELETE Provide the API url Select “No Auth” in Authorization” subtab In Headers subtab, add key as “Authorization” and value as “Bearer APIKeyvalue” (replace APIKeyvalue with key provided by client) Click send… Continue reading Integration: API Testing using Postman
Automate the CSV imports via Suitescript
using scheduled script we can automate csv import.The file to be imported will be stored in the filecabinet. Solution: Step 1: a) Create a Field Map for the CSV File Note: Field Mapping offers a 1-to-1 relationship between the fields on the CSV File and NetSuite Fields. b) Navigate to Setup > Import/Export > Import… Continue reading Automate the CSV imports via Suitescript
Proposal For API Courier Integration
Proposal summary The proposal covers the scope of API Courier Integration for Simplee and SGK warehouses with NetSuite. Requirement Integrate Courier for Simplee and SGK warehouse with NetSuite account via API(Stream Public API). Prerequisites Access to courier accounts of Simplee and Warehouse Test Details from NetSuite to send to courier system Client ID & … Continue reading Proposal For API Courier Integration
Sales Order Custom Address
Code snippet for setting custom address in sales order