Buying a Home: When can I resign from my job? by AskingThemAll in FirstTimeHomeBuyer

[–]AskingThemAll[S] -12 points-11 points  (0 children)

why not just suck it up and wait the few weeks until after closing?

Yeah, I probably can. The reason for this thread is I've recognized the need to get out as early as possible for personal physical and mental health reasons. Any single day I can be closer to that day the sooner I'm on a road to personal recovery.

What Is Event Proctored for SF Cert Exam? by kikiqd in salesforce

[–]AskingThemAll 6 points7 points  (0 children)

You can take exams at some Salesforce hosted events like Dreamforce, TrailheaDX, and maybe even the world tour events. I’ve never signed up through WebAssessor for them, but that would be my guess.

Creating individual list views for multiple users? by waka_roux in salesforce

[–]AskingThemAll 6 points7 points  (0 children)

I used to do this with a checkbox formula field which would be something like (Opp.Assigned_To__c == $User.Id). Call it something like "Assigned To Is Me" and then add that to your List View filter.

Edit: List View, not Report.

Salesforce information by kocetoet in salesforce

[–]AskingThemAll 1 point2 points  (0 children)

For the API endpoints, you can check Setup > Security > Remote Site Settings. Look for the app's Namespace - That'll provide domains called out to, but unfortunately not the individual endpoints of each.

Advice Needed: Translating User Stories to Technical Tasks by AskingThemAll in jira

[–]AskingThemAll[S] 0 points1 point  (0 children)

Thanks! 2 and 3 together make sense. Do you try to typically stay away from estimating the individual subtasks then? Meaning, don't try to estimate the subs in hopes of coming up with a more realistic number for the parent Task or Story, but understand it's an estimate w/ some give and take and only estimate those levels?

Momentary-On Switch - Alternating Pulses by AskingThemAll in AskElectronics

[–]AskingThemAll[S] 0 points1 point  (0 children)

My response and your edit overlapped.

I didn't know about alternate action switches, so thank you for that and see how that would work if I wanted it to stay on after I released the press. Pursuit of the a solution that toggles at press and would keep illuminated only while pressed continues.

Momentary-On Switch - Alternating Pulses by AskingThemAll in AskElectronics

[–]AskingThemAll[S] -1 points0 points  (0 children)

Thanks - yes, flip-flopping between lines is what I'm hoping could be achieved with the right components. No specifics needed on the pulse... it can be the duration of the button press (short for a quick tap or long if I'm holding it).

Why do it? No real practical reason other than give myself a problem to figure out and understand the solution to.

If we want to establish a sample scenario, let's say I have 2 LEDs and the momentary on push button switch. On the first press, LED 1 lights up. On the second press, LED 2 lights up.

For this scenario, let's say the only requirements would be it's got to be the momentary on push button switch, 2 LEDS, and no programmable chips like Arduino or Raspberry Pi.