Sometimes we need to write custom insert query in magento2 as per business logic or client requirement. In this blog, We will create some standard code to insert data using custom insert.We need to use magento ResourceConnection class for insert data in mysql table. Here we are adding a new record in custom table call_logs, that contains three columns only id, external_number and duration Above code in we used insert function for single record call_logs table.…
When we work in magento with out of box customization then we might need to add feature for search order…
In Magento2, We have Access Control Lists (ACL) feature to restrict pages based on user access control. We might need…
In Magento2, We can filter with MySQL FIND_IN_SET function. Magento2 have finset keyword to filter collection with comma separated column…