Useful tips for everyday
What type of expression is used in the condition of an if statement? The use of a conditional expression can in some cases simplify the…
Can outer class access inner class members? Even Outer class can access any field of Inner class but through object of inner class. “A nested…
When does the save Order of execution occur? The save order of execution is a sequence of events that occur when a record is saved…
Can you have variables in an interface? You shouldn’t put any variables inside Interfaces. Because interfaces define contracts which can be implemented in various ways.…
How to create a template project for sfdx? Use the command palette (Cntrl + Shift + P or Cmd + Shift + P and type…
Is the regex too complicated problem a regex problem? So we don’t believe it is actually a regex problem, because the regular expression is just…
How do you fix your connection error is not a private connection? How to Fix “Your Connection Is Not Private” Error? Reload the Page. Don’t…
How to add link to the record in notification ServiceNow? The first way to add a link to a record in an outgoing email is…
Can you insert parent and child in same DML? It can be done with help of External Id. Use a External ID fields as foreign…
Where can I find event monitoring log files? In all Developer Edition orgs, log files are available for one day. All event monitoring logs are…