Apex
SF Explorer let's you run anonymous code in your org. You need to activate the DebugTrace to see the log and then you can retrieve the result with SOQL.
System.debug('Hello, World');
SF Explorer let's you run anonymous code in your org. You need to activate the DebugTrace to see the log and then you can retrieve the result with SOQL.
System.debug('Hello, World');