General

Quick Actions on Case page layout in Lightning Experience

Description Users may encounter quick action visibility issues on Case or Work Order record page even if the buttons are added on the page layout and the Activity component is on the record page. Quick actions’ visibility can be manage on page layout, by adding it in Salesforce Mobile and Lightning Experience Actions. This won’t …

Quick Actions on Case page layout in Lightning Experience Read More »

SOQL Injection

The previous problem is known as SQL injection in other programming languages. Apex does not use SQL, instead employing SOQL, its own database query language. SOQL is significantly easier to use and has less features than SQL. As a result, the risks of SOQL injection are substantially smaller than those of SQL injection, yet the …

SOQL Injection Read More »