When trying to set a image field value in “before submit” i have used : new_rec.save({ ignoreMandatoryFields: true, enableSourcing: false }); But getting an error : This error will be removed when record.save() is excluded from the script. but the issue is that the required image is not visible on the Magento website. When attaching… Continue reading “THAT RECORD IS NOT EDITABLE”
Author: Sruthi Surendran
Issue in setting a custom field value automatically using client script (field changed) during the inventory item creation.
In inventory item creation , when selecting a parent item (sub item of) i need to set the value of some custom fields in child similar to its parent item, like category type and attribute types. I have used field changed event in client script to automatically set the values corresponding to its parent item.… Continue reading Issue in setting a custom field value automatically using client script (field changed) during the inventory item creation.
Configurable and Simple item setup in Magento via Postman API test.
There are mainly two type of item setup in Magento. simple and configurable. configurable item has variations based on the attribute values .
The “import from account”,”compare with account”&upload file to account options are not seen in Web storm IDE
Issue: The “Import from account ” , “compare with account file” & “Upload file to account” is not seen in Web storm when try to import objects from Netsuite account. Solution : The problem has been solved when we select a new project. Try to do with a new project. These options are enabled in… Continue reading The “import from account”,”compare with account”&upload file to account options are not seen in Web storm IDE