Skip to main content

Questions tagged [debug-logs]

1 vote
0 answers
52 views

Why apex logs are no longer shown for the incoming REST API requests? Back in 2021 Apex Logs used to be created if you perform REST API call under your user. https://salesforce.stackexchange.com/a/...
Patlatus's user avatar
  • 18.8k
0 votes
1 answer
37 views

I am trying to figure out how to create a flow that stops underage buyers from ordering certain products, for example, weapons. Every time I try to debug, the get record elements for both contacts and ...
Michael Moreta's user avatar
0 votes
1 answer
103 views

I am validating the external inbound API call using Postman. The external application is publishing the Salesforce standard Composite API, which has only one task to fire the platform event. I am able ...
indrasen neelam's user avatar
0 votes
1 answer
47 views

if i run this code in the annonimous console: System.debug('testing logs FLAGS (sem flag explicita)'); System.debug(LoggingLevel.NONE, 'testing logs FLAG'); System.debug(LoggingLevel.ERROR, 'testing ...
Luís Aguiar's user avatar
4 votes
1 answer
798 views

Just wondering if someone can help me to understand what I'm seeing in our org. I'm trying to document the order in which our automation runs when a Lead is created. My problem is that I'm seeing ...
Matt's user avatar
  • 103
0 votes
0 answers
64 views

I have this piece of code: public static void initTraitementBillingApi() { String methodName = 'traitementDPF'; ObjectUtil.debugLogBegin(CLASSNAME, methodName, ''); //String periode = ...
Fabien Braconnier's user avatar
2 votes
1 answer
1k views

I receive the following error when trying to debug a log file: Unable to retrieve breakpoint info from language server, language server is not ready. I already reloaded my VS Code window, what ...
PieterJacob's user avatar
0 votes
1 answer
240 views

I have a custom detail page vf button on Opportunity, once the user clicks it, it runs few validations and redirects to another vf page. It works in Lightning experience in PROD and Sandbox in browser ...
user5352's user avatar
  • 1,741

15 30 50 per page
1
2 3 4 5
10