Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
3892 มุมมอง

I want to delete customer data by some conditions (eg: Created date) from front end, not from postgres DB by using query. How do i resolve?

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

You need use Advance search in search view and use this filter on the date like below

date is equal to "24/01/2014"

so it will display the related date all records then you can select the record and "More" option you can delete selected records.

you can also add condition in advance search if you want to compare two dates

Before delete a customer, First make sure it would not reference with another object [like : sale,invoice] otherwise it will prompt Integrity Error !.

อวตาร
ละทิ้ง
ผู้เขียน

Could we filter by created date?

in v6 , no possibility but you can set create date in date and use it .