python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Show/Hide region when button pressed in another page Oracle APEX
I have a Home Page, it shows the status of the information of the company. But some days, there is some delay of information, due to errors in the PL's or in the server. Today I created a new region i...
José Mora
Votes: 0
Answers: 2
Unable to Sum Cost for Chart (Bar Graph) in APEX
I am trying to create a graph where the x-axis is the "REASON_FOR_SCRAP" column from my table, and the Y-axis is the sum of the values from the "CHARGED_COST" column. This is where...
bbowen14
Votes: 0
Answers: 0
How do I get code coverage in Salesforce?
I'm not a developer but found some info on GitHub which gave an Apex class that creates a Quote PDF upon creating the Quote. I tested in my sandbox and everything works perfectly, however it's tellin...
rjpletsch
Votes: 0
Answers: 2
A test class for an interface, this test class has two http requests, so should I write two MOCKs?
When I was writing a test class for an interface, I was told that the MOCK method needs to be used when the test class contains http requests.
Introduction of MOCK
Then I found that my interface needs...
Luxira
Votes: 0
Answers: 1