Show HTTP Response section on Log Entry Record Page for Apex Continuation #586
BastienRaoul
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
@BastienRaoul this is great feedback, I haven't used
These are existing fields, so I'm hoping that checking for 1 of them to be |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello @jongpie,
For one of our older processes, we would like to log the HTTP response of an apex continuation.
The problem we face is that a continuation always returns a null response status.
In the Log Entry Record Page, the HTTP response section is only visible if the response status is not null, therefore we cannot see the section even if the others fields of the HTTP response are not null.
Would it be possible to improve this by creating a dedicated field that is set when at least one of the HTTP response field is not null and use this field for the section visibility ?
Thank you,
Bastien
Beta Was this translation helpful? Give feedback.
All reactions