function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
feelsfdcfeelsfdc 

How to see the output message using Anonymous blocks

Hi,

 

I would like to run anonymous block using IDE. but IDE is not showing me the output I was trying to get. Even I tried in System Log,but no use. For example I am trying this simple debug statement:

 

System.debug('today'+system.now());

 

I am expeting datetime to be print as output instead of  "Anonymous execution was successful.".  How can I see the output.