• Sree Krishnan
  • NEWBIE
  • 0 Points
  • Member since 2023

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 3
    Questions
  • 2
    Replies
Hi,
Can anyone help on below Issue.

I have a Formula (DateTime) Field which is calculating based on the Created Date. It is like,
DatetoTransfer = CreatedDate + CASE(WEEKDAY(DATEVALUE(CreatedDate)), 1,8,7,9,7).
Also, i have another Formula (Checkbox) field. It is like,
TodaysTransferDate = DateToTransfer = Now().

Now I need to trigger a Flow When TodaysTransferDate = Current Date Time. 

Any thoughts?
I have a Scheduke Triggered Flow, which is running on Weekly Basis. Based on Some criteria it will fetch Contact Data it may 100-200 records and will Update those Records.
Also I have a Create Records Element is there which will create New 100-200 Records to the Contact Object.
Between these two Update & Create I have a Pause Element. Pause without any Condition. But Resume after 1 Minute.
Instead of Pause for 1 Minute, I want some efficient way in Schedule Triggered Flow. Please sugggest.
I have a Schedule Triggered Flow, which is running on Weekly Basis. Based on Some criteria it will fetch Contact Data it may 100-200 records and will Update those Records.
Also I have a Create Records Element which will create New 100-200 Records to the Contact Object.
Between these two Update & Create I have a Pause Element.
Pause without any Condition. But Resume after 1 Minute.
Instead of Pause for 1 Minute, I want some efficient way in Schedule Triggered Flow. Please sugggest.
I have a Schedule Triggered Flow, which is running on Weekly Basis. Based on Some criteria it will fetch Contact Data it may 100-200 records and will Update those Records.
Also I have a Create Records Element which will create New 100-200 Records to the Contact Object.
Between these two Update & Create I have a Pause Element.
Pause without any Condition. But Resume after 1 Minute.
Instead of Pause for 1 Minute, I want some efficient way in Schedule Triggered Flow. Please sugggest.
Performing the first Challenge of this Superbadge for APEX, I am receiving the below error. But it is not true because the Maintenance Request does indeed have all of the attributes cited when I try via the GUI and via a Test Class. Can someone please tell me what is wrong?

Challenge Not yet complete... here's what's wrong:
Inserting a new Maintenance Request of type 'Routine Maintenance' and then closing it did not create of a new Maintenance Request based upon the original record correctly. The challenge is expecting to find the closed Maintenance Request plus an 'New' Maintenance Request of type 'Routine Maintenance' with the same Vehicle as the closed one.

(Also, the challenge didn't specifically mention that the Case and Product2 objects should be relabeled)