Salesforce: Dynamic Related List and their associated filters

|
| By Navneet Kashyap

Dynamic Related List Dynamic Related Lists in Salesforce offer a flexible way to display related records on a record detail page based on specific criteria. Unlike traditional related lists that show all related records by default, dynamic related lists dynamically

Mysql | How to drop table having dot (.) in the table name in MySQL

| By Webner

We had a table in our database having dot in the table name as below: Table name – kpc.product_categories On trying to delete kpc.product_categories using below command: drop table kpc.product_categories It used to give error that no such table exists.

Eclipse | How to change or recover Secure Storage Password for Eclipse Kepler

| By Webner

When we add Salesforce project to Eclipse sometimes it asks for ‘Secure Storage Password’. You can try to enter your system password. If it doesn’t works you can change or recover ‘Secure Storage Password’. According to office eclipse documentation. The