How to delete debuglogs In salesforce
SELECT Id, StartTime, LogUserId, LogLength, Location FROM ApexLog
refrence :
https://help.salesforce.com/s/articleView?id=sf.code_debug_log_delete.htm&type=5
SELECT Id, StartTime, LogUserId, LogLength, Location FROM ApexLog
refrence :
https://help.salesforce.com/s/articleView?id=sf.code_debug_log_delete.htm&type=5
Comments
Post a Comment