You need to sign in to do that
Don't have an account?
switi lokhande
How to write system.debug in triggere which steps by step write it Ho
Konse step ke baad lihknaa chaiye vo answer dekhne k liye
function readOnly(count){ }
You need to sign in to do that
Don't have an account?
Usually we can write system.debug() after which you want to see the result .
For Example:
In the first debug statement i used to check if the phone is assigned or not.
In the second debug I checked if phone number is assiigned correctly or not.
Let me know if you face any issues.
If this solution helps, Please mark it as best answer.
Thanks,
Debugging is an important part in any programming development. In Apex, we have certain tools that can be used for debugging. One of them is the system. debug() method which prints the value and output of variable in the debug logs.
for more info:
https://www.sfdc99.com/2014/02/22/debug-your-code-with-system-debug/
https://www.tutorialspoint.com/apex/apex_debugging.htm#:~:text=Debugging%20is%20an%20important%20part,variable%20in%20the%20debug%20logs.
I think,it helps you.
Thank you, pls mark it as best answer.