Cube Shortcut Methods
Cubes of 101 to 115 : This one will help you when the TIME is given for 3 years i.e., (A) = (1+r/100)3 Remember in cubes of 101 to 115 the answer will be always in seven digits numbers.) Steps…
Read MoreSalesforce.com Lightning and Lightning Web Component – Learn & Share
Cubes of 101 to 115 : This one will help you when the TIME is given for 3 years i.e., (A) = (1+r/100)3 Remember in cubes of 101 to 115 the answer will be always in seven digits numbers.) Steps…
Read MoreApply and arrays: three tricks The apply method apply is a method that all functions have. Its signature is func.apply(thisValue, [arg1, arg2, …]) Ignoring thisValue, the above invocation is equivalent to: func(arg1, arg2, …) So, apply lets us unwrap an…
Read MoreWhat is the difference between a constructor and a method? A constructor is a member function of a class that is used to create objects of that class. It has the same name as the class itself, has no return…
Read More@Future Order of Execution in Salesforce if you call a @future method from trigger (before/after insert/update) and the @future method will create a different thread for its execution . Since the @future method is asynchronous process. It will not affect…
Read More