28
Nov
Never store record’s Id as a String (Variable type) if you are comparing Ids in your Apex code If you are writing apex code then make sure that you are treating Ids’ carefully. You should emphasize on declaring your variables of Id-type instead of String since storing record Id in a variable which type is […]