• Steve Peck
  • NEWBIE
  • 5 Points
  • Member since 2019

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 3
    Questions
  • 8
    Replies
Hello community,

I completely understand that this has failed to deploy because the code coverage needs to be at least 75%. 2 things to say and ask please:

1. I sourced this on-line and it works well in my Sandbox (I realise why vs Production). I'm triggering in from a Process Builder Flow.
2. I would like to deploy this in Production. So if this can presumably be modified so that it will pass a) can someone here assist or b) should I source a developer elswehere to help or c) is there a reason that this should not be used?

I'm an admin - obviously not a developer.

All advice & guidance would be very welcome.

Thanks,
Steve
Apex ClassUser-added image
Hello everyone,

I'm challenged by this Flow which needs to update Contact records from child records of another record which triggered the Flow. If this were ony Parent-child, no problem. But the 3rd level record of a differnet record type is causing me some grief trying to figure a way to do it. Basicllay I'm running into an variable incompatibiliy problem (which I totally understand) but I can't think or a workaround to achieve what I need.

I've tried all sorts of methods to try and avoid the SOQL limit, including 2 loops (to only loop  through say 90 records/loop) using counters & updates in both...but this still gives an SOQL error, so I have to do the updates outside the loop I realise.

Another set of eyes would be very welcome.

I hope the attached flow diagram helps illustrate what I'm trying to achieve.Flow diagram
Would really appreciate any tips and ideas to try. I've spent hours and hours and on this and I've learnt so much.

Thanks.

Steve
 
Hello developers,

I'm starting out in Lightning Flow and have done some extensive reading & Trailhead. I'm struggling to get started on my project though - which I'm sure must be fairly basic. And I'm most struggling with the order to set the Flow up. I can't seem to find any other example close enough to guide me.

I expect to launch the Flow from Process Builder and capture my input variables from there.

Can someone illustrate the Lightning Flow building blocks please?

Thanks,

SteveFlow - diagram
Hello community,

I completely understand that this has failed to deploy because the code coverage needs to be at least 75%. 2 things to say and ask please:

1. I sourced this on-line and it works well in my Sandbox (I realise why vs Production). I'm triggering in from a Process Builder Flow.
2. I would like to deploy this in Production. So if this can presumably be modified so that it will pass a) can someone here assist or b) should I source a developer elswehere to help or c) is there a reason that this should not be used?

I'm an admin - obviously not a developer.

All advice & guidance would be very welcome.

Thanks,
Steve
Apex ClassUser-added image
Hello developers,

I'm starting out in Lightning Flow and have done some extensive reading & Trailhead. I'm struggling to get started on my project though - which I'm sure must be fairly basic. And I'm most struggling with the order to set the Flow up. I can't seem to find any other example close enough to guide me.

I expect to launch the Flow from Process Builder and capture my input variables from there.

Can someone illustrate the Lightning Flow building blocks please?

Thanks,

SteveFlow - diagram