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)
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
How to put the selected value from <apex:selectOptions> into an <apex:outputField> tag?
I am trying to display all the accounts as a pick list in visualforce page and when I select any option from the pick-list the pick-list has to collapse and the option I selected has to be displayed i...
Harish Rudroju
Votes: 0
Answers: 1
salesforce update trigger on serviceterritory object
I have below requirement and I'm new to SF development, need assistance if my approach is correct or not.
When any update happens on ServiceTerritory object, if the Time_Zone__c field of ServiceTerrit...
GVMK
Votes: 0
Answers: 1
TypeError: Action failed: [component.find(...).filter is not a function]
Getting TypeError: Action failed: [component.find(...).filter is not a function] in below code
isFormValid: function (component) {
return (component.find('requiredField'))
.filter(functi...
Datta shinde
Votes: 0
Answers: 1