function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Arun Sarvan SamArun Sarvan Sam 

Apex cpu time limit exceed

Hi friends,

Please help me to sortout this issue

GET RECORDS: BookingLookup
Find one CampaignMember record where:
Id Equals {!CampaignMemberID} (00v1r00002f2Ym4AAE)
Result
Successfully found record.
{!CourseDepartment} = Singing
{!CourseSubject} = Choirs
UPDATE RECORDS: UpdateAccountRecord
Find all Account records where:
Id Equals {!StudentAccountID} (001w000001e9z30)
Update the records’ field values.
Acting_Notificationsc = {!Acting} (false)
Art_Drawing_Notificationsc = {!ArtDrawing} (false)
Comedy_Notificationsc = {!Comedy} (false)
Dance_Notificationsc = {!Dance} (false)
Filmmaking_Notificationsc = {!Filmmaking} (false)
Music_Notificationsc = {!Music} (false)
Musical_Theatre_Notificationsc = {!MusicalTheatre} (false)
Photography_Notificationsc = {!Photography} (false)
Singing_Notificationsc = {!Singing} (true)
Writing_Notificationsc = {!Writing} (false)
Result
Failed to update records that meet the filter criteria.
Error Occurred: The flow tried to update these records: null. This error occurred: CANNOT_INSERT_UPDATE_ACTIVATE_ENTITY: wbsendit.AccountTrigger: System.LimitException: Apex CPU time limit exceeded. You can look up ExceptionCode values in the SOAP API Developer Guide.
Arun Sarvan SamArun Sarvan Sam
Hi Frndz,

Please help us to sort out the issue?

Thanks
Arun Sarvan SamArun Sarvan Sam
Hi Frndz,

Please help us to sort out the issue?

Thanks