On list->search->Saved search->new saved search-> sens email list then give id . and in criteria subtab give the needed search in filter and description. then save&run . result will get. the script can be taken for the search by using the extension netsuite search export.
Month: March 2022
How to add observer to customer edited details.
Create a custom module n the code folder,here we are going to override the EDITPOST file from the magento-customer/controller/account . EditPost.php here added first name and last name to the event dispatch Here my vendor name is JJ and module name is Customerupdate di.xml for the module etc/frontend events.xml Observer folder contains EDITCUSTOMER.php
Show the matrix options in PDP page
step1:Create a Custom Item Field Go to Customization > Lists, Records & Fields > Item Fields > New. Set it up as follows: Example: Label: Slogan ID: _slogan Matrix Option: (checked) Type: Multiple Select List/Record: (add new) Name: Slogans ID: _slogans Matrix Option List: (checked) Values: Great; Amazing Applies To: Inventory Item Applies To: Select… Continue reading Show the matrix options in PDP page
Update child record field into the parent record field
The field in the parent record needs to be updated when the value in the child record is updated everytime. First created a search to get the latest record. Here we are considering the latest record only when applying. The script is applied to the child record. When every time the value is updated in… Continue reading Update child record field into the parent record field
HOW TO ENABLE WORK ORDER
Set up > Company > Enable Features > Under Items & Inventory subtab > Inventory > Check the box of Work order. ASSEMBLY WORK ORDERS When you enable the Work Orders feature, you can use assembly work orders for your assembly items. Assembly work orders track the production of assembly items needed for stock, or… Continue reading HOW TO ENABLE WORK ORDER
How to Configure Swatches in Magento 2
Go to Stores – Attributes – Product and click on the Color Attribute option. From here, you can configure all the available color swatch settings: Catalog Input Type for Store Owner — allows you to define the input type. You can select from the Dropdown Menu, Visual Swatch and Text Swatch. Update Product Preview Image — updates the product… Continue reading How to Configure Swatches in Magento 2
Accessing current record mode in client script in fieldChanged entry point
Declare a global variable.In paginit entrypoint ,get the script context mode and store the value in the global variableIn fieldChanged entry point this global variable can be referenced for getting the scriptContext type.
Excel Row & Column Formatting Short cut Keys
To select the entire Row – Shift + Space To select the entire Column – Ctrl + Space To delete a column – Alt + H + D+ C To delete a row – Shift + Space, Ctrl + – T o hide a selected row – Ctrl + 9 To unhide a selected row… Continue reading Excel Row & Column Formatting Short cut Keys
Attach PDF in Order confirmation email
In the SCA Standard Order Received Email template there is no feature to add the PDF attachment by default. So, we are adding the PDF to Email template using the Workflow. A workflow created to send order confirmation email. Instead of the standard order confirmation email a new custom email template is created. We can… Continue reading Attach PDF in Order confirmation email
Remove the – New – option from drop downs for certain roles
Employees will see the – New – option in certain drop downs if they have the ability to create that type of record. To remove this the permission to create that type of record should be removed from the role or the Level should be set to View. This will also prevent employees with this role… Continue reading Remove the – New – option from drop downs for certain roles