curiosity
curiosity
  • 29
  • 171 235

วีดีโอ

Asynchronous Apex: Use Future Methods
มุมมอง 4.1K2 ปีที่แล้ว
Asynchronous Apex: Use Future Methods
Shield platform encryption: Set up and manage shield platform encryption
มุมมอง 1K2 ปีที่แล้ว
Shield platform encryption: Set up and manage shield platform encryption
Salesforce User Tour: Welcome home
มุมมอง 5K2 ปีที่แล้ว
Salesforce User Tour: Welcome home
Salesforce: Quick Look
มุมมอง 1212 ปีที่แล้ว
Salesforce: Quick Look
Lightning Experience Basics
มุมมอง 1602 ปีที่แล้ว
Lightning Experience Basics
The Fourth Industrial Revolution: Quick Look
มุมมอง 3.4K2 ปีที่แล้ว
The Fourth Industrial Revolution: Quick Look
Trailhead Playground Management
มุมมอง 1552 ปีที่แล้ว
Trailhead Playground Management
Salesforce Customer 360: Quick Look (module)
มุมมอง 10K2 ปีที่แล้ว
Salesforce Customer 360: Quick Look (module)
Quiz: Credential Security (Superbadges) Apex specialist, Process Automation specialist step-1
มุมมอง 1.2K2 ปีที่แล้ว
Quiz: Credential Security (Superbadges) Apex specialist, Process Automation specialist step-1
Microsoft DigiSaksham: Java Post Assessment Exam
มุมมอง 6102 ปีที่แล้ว
Microsoft DigiSaksham: Java Post Assessment Exam
Process Automation Specialist (Super badge) : Automate Setups(step 8)
มุมมอง 9K2 ปีที่แล้ว
Process Automation Specialist (Super badge) : Automate Setups(step 8)
Process Automation Specialist (Super badge) : Create Flow for Opportunities(step 7)
มุมมอง 8K2 ปีที่แล้ว
Process Automation Specialist (Super badge) : Create Flow for Opportunities(step 7)
Process Automation Specialist (Super badge) : Automate Opportunities(step 6)
มุมมอง 51K2 ปีที่แล้ว
For approval process not found error: 1) check whether the approval process you have created is activated or not. 2) Also, deactivate the processes other than the one you are currently using , in process builder For other type of errors: 1) Inactivate validation rules in account and opportunity objects 2)In process builder: Subject (Send Marketing Materials) check this, it must be Materials(Plu...
Asynchronous Apex: Control Processes with Queueable Apex
มุมมอง 4612 ปีที่แล้ว
Asynchronous Apex: Control Processes with Queueable Apex
Apex Testing: Create Test Data For Apex Tests
มุมมอง 1782 ปีที่แล้ว
Apex Testing: Create Test Data For Apex Tests
Lightning Web Components Basics: Create Lightning Web Components
มุมมอง 652 ปีที่แล้ว
Lightning Web Components Basics: Create Lightning Web Components
Apex Testing: Get Started With Apex Unit Tests
มุมมอง 8092 ปีที่แล้ว
Apex Testing: Get Started With Apex Unit Tests
Apex Testing: Test Apex Triggers
มุมมอง 2592 ปีที่แล้ว
Apex Testing: Test Apex Triggers
Asynchronous Apex: Monitor Asynchronous Apex
มุมมอง 4582 ปีที่แล้ว
Asynchronous Apex: Monitor Asynchronous Apex
API Basics: Put the Web in Web API
มุมมอง 10K2 ปีที่แล้ว
API Basics: Put the Web in Web API
API Basics: Learn the Benefits of APIs
มุมมอง 12K2 ปีที่แล้ว
API Basics: Learn the Benefits of APIs
Apex Integration Services: Apex SOAP Callouts
มุมมอง 13K2 ปีที่แล้ว
Apex Integration Services: Apex SOAP Callouts
Apex Integration services: Apex Web Services Unit
มุมมอง 1.8K2 ปีที่แล้ว
Apex Integration services: Apex Web Services Unit
Apex Integration Services: Apex REST Callouts Unit (error resolved)
มุมมอง 3.3K2 ปีที่แล้ว
Apex Integration Services: Apex REST Callouts Unit (error resolved)
Apex Triggers: Bulk Apex Triggers
มุมมอง 3362 ปีที่แล้ว
Apex Triggers: Bulk Apex Triggers
API Basics: Make API for You and Me
มุมมอง 34K2 ปีที่แล้ว
API Basics: Make API for You and Me
Asynchronous Apex: Asynchronous Processing Basics
มุมมอง 3342 ปีที่แล้ว
Asynchronous Apex: Asynchronous Processing Basics

ความคิดเห็น

  • @spcric6302
    @spcric6302 ปีที่แล้ว

    Thanks❤🙏

  • @asleesakhuntia6734
    @asleesakhuntia6734 ปีที่แล้ว

    B, D

  • @jannevarunkumar
    @jannevarunkumar ปีที่แล้ว

    Thanks bro

  • @priyankakhilari6014
    @priyankakhilari6014 ปีที่แล้ว

    hii getting Invalid interface: ParkServiceMock error in test class

  • @kommanachandraganesh1080
    @kommanachandraganesh1080 ปีที่แล้ว

    C,E

  • @arnabdas6572
    @arnabdas6572 ปีที่แล้ว

    Thanks for the certificate.

  • @curiosity09
    @curiosity09 ปีที่แล้ว

    Code// import turtle # Setting up the turtle t = turtle.Turtle() t.speed(2) # Draw the head t.fillcolor("blue") t.begin_fill() t.circle(100) t.end_fill() # Draw the ears t.penup() t.goto(-70, 160) t.pendown() t.fillcolor("light blue") t.begin_fill() t.circle(30) t.end_fill() t.penup() t.goto(70, 160) t.pendown() t.fillcolor("light blue") t.begin_fill() t.circle(30) t.end_fill() # Draw the face t.penup() t.goto(-40, 20) t.pendown() t.fillcolor("white") t.begin_fill() t.circle(30) t.end_fill() t.penup() t.goto(40, 20) t.pendown() t.fillcolor("white") t.begin_fill() t.circle(30) t.end_fill() # Draw the eyes t.penup() t.goto(-30, 45) t.pendown() t.fillcolor("black") t.begin_fill() t.circle(10) t.end_fill() t.penup() t.goto(30, 45) t.pendown() t.fillcolor("black") t.begin_fill() t.circle(10) t.end_fill() t.penup() t.goto(-27, 50) t.pendown() t.fillcolor("white") t.begin_fill() t.circle(4) t.end_fill() t.penup() t.goto(33, 50) t.pendown() t.fillcolor("white") t.begin_fill() t.circle(4) t.end_fill() # Draw the nose t.penup() t.goto(0, 20) t.pendown() t.fillcolor("red") t.begin_fill() t.circle(8) t.end_fill() # Draw the whiskers t.penup() t.goto(-10, 10) t.pendown() t.pencolor("black") t.goto(-50, 10) t.penup() t.goto(-10, 0) t.pendown() t.goto(-50, 0) t.penup() t.goto(-10, -10) t.pendown() t.goto(-50, -10) t.penup() t.goto(10, 10) t.pendown() t.goto(50, 10) t.penup() t.goto(10, 0) t.pendown() t.goto(50, 0) t.penup() t.goto(10, -10) t.pendown() t.goto(50, -10) # Draw the mouth t.penup() t.goto(-20, -20) t.pendown() t.pencolor("red") t.right(90) t.circle(20, 180) turtle. Done()

  • @d_s_p_dsp88
    @d_s_p_dsp88 2 ปีที่แล้ว

    I can't see this challenge in my module, it shows another super badge in process automation specialist superbadge.

  • @PavanKumar-lp6vr
    @PavanKumar-lp6vr 2 ปีที่แล้ว

    Super bro

  • @samhithasamhibangaram4017
    @samhithasamhibangaram4017 2 ปีที่แล้ว

    Hi.. naaku new user create chesetapudu user license lo Salesforce ane option dorakadam Ledu Salesforce platform option vundi

  • @charancherry3654
    @charancherry3654 2 ปีที่แล้ว

    E code replace chesina error vasthundhi

  • @Hidayathshaik743
    @Hidayathshaik743 2 ปีที่แล้ว

    What should we have to do

  • @Hidayathshaik743
    @Hidayathshaik743 2 ปีที่แล้ว

    I too did'nt get awaiting approval option

  • @Hidayathshaik743
    @Hidayathshaik743 2 ปีที่แล้ว

    Please reply admin

  • @BYashwanthBYashwanth
    @BYashwanthBYashwanth 2 ปีที่แล้ว

    There was an unexpected error in your org which is preventing this assessment check from completing: System.DmlException: Insert failed. First exception on row 0; first error: FIELD_CUSTOM_VALIDATION_EXCEPTION, cannot have validation rule: []

  • @samcruise5944
    @samcruise5944 2 ปีที่แล้ว

    im not getting the email tamplate of finance creation what to do?

  • @nasateja6849
    @nasateja6849 2 ปีที่แล้ว

    Challenge Not yet complete... here's what's wrong: A new Opportunity with a 'Prospecting' stage for a 'Prospect' Account did not successfully create a Task for the Account owner with the Subject 'Send Marketing Materials'. ela vastundi any one plzzz help

    • @jayaranibonam9895
      @jayaranibonam9895 2 ปีที่แล้ว

      check the prospect account is capital p (or)not in process builder.

  • @ammachethiruchulu11
    @ammachethiruchulu11 2 ปีที่แล้ว

    These code has 6 errors 😭

    • @HEMANTHKU
      @HEMANTHKU 2 ปีที่แล้ว

      Same problem bro

  • @youtubeyt2115
    @youtubeyt2115 2 ปีที่แล้ว

    Awaiting approval option not shown

  • @cheluruamrutha457
    @cheluruamrutha457 2 ปีที่แล้ว

    Challenge not yet completed... here's what's wrong: A new Opportunity with a prospecting stage for a prospect account did not successfully create a Task for the account owner with the subject send marketing materials

  • @smilingworldrealxmode9758
    @smilingworldrealxmode9758 2 ปีที่แล้ว

    Bro I don't have RB robotics templates What should I do

    • @shaiktaheerbasha3498
      @shaiktaheerbasha3498 2 ปีที่แล้ว

      U have to install package.. While creating new playground The Package I'd is given in the Prework of the module Pls look into it If u install the package and Try it again..RB Robotics templates will be available

  • @madhukurukuri111
    @madhukurukuri111 2 ปีที่แล้ว

    Bro send code

  • @reddypogusumalatha7131
    @reddypogusumalatha7131 2 ปีที่แล้ว

    hlo guys any body tell me

  • @reddypogusumalatha7131
    @reddypogusumalatha7131 2 ปีที่แล้ว

    plss any body tell me awaiting approval ekada ledu am cheyali

    • @Raviteja-sw2vu
      @Raviteja-sw2vu 2 ปีที่แล้ว

      Bro am chesav broo amaina answer dorikindhaa

  • @shaikshajidha2302
    @shaikshajidha2302 2 ปีที่แล้ว

    A new opportunity witj a prospecting stage for a prospect account did not successfully create a task for thw account owner with the subject send marketing materials .... I got this error please help me

  • @dudekulafayaz9407
    @dudekulafayaz9407 2 ปีที่แล้ว

    I am not able to find RB robotics templates, can u please help me

    • @gowthamachari8647
      @gowthamachari8647 2 ปีที่แล้ว

      install the package before you start the work

  • @nikhil-cp7gs
    @nikhil-cp7gs 2 ปีที่แล้ว

    Code bro

  • @ArunKumar-uu1xn
    @ArunKumar-uu1xn 2 ปีที่แล้ว

    Thankyou

  • @routhusuvarna8353
    @routhusuvarna8353 2 ปีที่แล้ว

    Thank you sir 😊

  • @rathnamduggirala
    @rathnamduggirala 2 ปีที่แล้ว

    Error element myRule_6_A1 (FlowActionCall). No applicable approval process was found. Flow Details Flow API Name: Opportunity Type: Record Change Process Version: 18 Status: Active Org: daitha madhu sudana sri venkateshwara hindu col... (00D5h000006ct7p) Flow Interview Details Interview Label: Opportunity-18_InterviewLabel Interview GUID: 5880b38fa682ae4e54784b4c505c1845a7c2368-58f9 Current User: MANOJ DUGGIRALA (0055h0000064UrQ) Start time: 11/8/2022, 8:52 PM Duration: 0 seconds How the Interview Started MANOJ DUGGIRALA (0055h0000064UrQ) started the flow interview. API Version for Running the Flow: 56 Some of this flow's variables were set when the interview started. myVariable_old = null myVariable_current = Opportunity (0065h00000GztejAAB) DECISION: myDecision Skipped this outcome because its conditions weren't met: myRule_1 Outcome conditions: 1. {!myVariable_current.Account.Type} (Customer - Channel) Equals Customer - Direct 2. {!myVariable_current.Account.Id} (0015h000013AOaHAAW) Does not equal null Logic: All conditions must be true (AND) Default outcome executed. DECISION: myDecision2 Skipped this outcome because its conditions weren't met: myRule_3 Outcome conditions: 1. {!myVariable_current.Account.Type} (Customer - Channel) Equals Prospect 2. {!myVariable_current.StageName} (Negotiation/Review) Equals Prospecting 3. {!myVariable_current.Account.Id} (0015h000013AOaHAAW) Does not equal null Logic: All conditions must be true (AND) Default outcome executed. DECISION: myDecision5 Outcome executed: myRule_6 Outcome conditions: 1. {!myVariable_current.StageName} (Negotiation/Review) Equals Negotiation/Review 2. {!myVariable_current.Amount} (101,000) Greater than 10,000 Logic: One condition must be true (OR) SUBMIT FOR APPROVAL: approval Inputs: objectId = {!myVariable_current.Id} (0065h00000GztejAAB) comment = null processDefinitionNameOrId = prospect skipEntryCriteria = false Error Occurred: No applicable approval process was found. Salesforce Error ID: 2019663799-249306 (-866752430) 😭

    • @rathnamduggirala
      @rathnamduggirala 2 ปีที่แล้ว

      Edho Okati cheppandi brooo 80% ina tarvatha this error is occured 😥

  • @karesivaprasad7273
    @karesivaprasad7273 2 ปีที่แล้ว

    I didn't get Awaiting approval option

    • @Raviteja-sw2vu
      @Raviteja-sw2vu 2 ปีที่แล้ว

      Bro am chesav bro amaina answer dorikindhaa

  • @patchipulusuaswini8209
    @patchipulusuaswini8209 2 ปีที่แล้ว

    Actually in prospect account I put opportunity account I'd is equals but you are put does not equal it cannot be edited

  • @saikrishnapenumarthi5100
    @saikrishnapenumarthi5100 2 ปีที่แล้ว

    Challenge Not yet complete... here's what's wrong: There was an unexpected error in your org which is preventing this assessment check from completing: System.DmlException: Insert failed. First exception on row 0; first error: CANNOT_EXECUTE_FLOW_TRIGGER, We can't save this record because the “Opportunity” process failed. Give your Salesforce admin these details. missing required field: [nextApproverIds] Error ID: 553595186-63785 (-866752430)missing required field: [nextApproverIds] Error ID: 553595186-63785 (-866752430): [] what has to do to slove it sir

  • @talabathulaharishankar1807
    @talabathulaharishankar1807 2 ปีที่แล้ว

    bro i got the same error but we do the same process please could you please help me bro

  • @sindujasivanandam6939
    @sindujasivanandam6939 2 ปีที่แล้ว

    Challenge Not yet complete... here's what's wrong: An Opportunity with the Stage 'Negotiation/Review' and the Amount greater than $100,000 was not successfully submitted for approval upon creation. plz someone help ..!! followed every step ,yet receiving this error ..

    • @_sadhik__07
      @_sadhik__07 2 ปีที่แล้ว

      Can you find solution ?

  • @saitejavasamsetti1928
    @saitejavasamsetti1928 2 ปีที่แล้ว

    awaitng approval is not here sir

  • @hanushkumar3095
    @hanushkumar3095 2 ปีที่แล้ว

    In updateRecord Awaiting approval option is not there for me

  • @harshithaammu1586
    @harshithaammu1586 2 ปีที่แล้ว

    hi

  • @sriniivasraokandregula1581
    @sriniivasraokandregula1581 2 ปีที่แล้ว

    No remote site named 'animal_http' was found with the correct name,url,and description ..Ani error vastundhi sir emcheyalli sir

  • @PUBGGAMER-pi8cb
    @PUBGGAMER-pi8cb 2 ปีที่แล้ว

    cant find any email template why please help

  • @godavari123
    @godavari123 2 ปีที่แล้ว

    Last lo deactivate chesina kani launch complete avvadam ledhu

  • @uthamgaggenapelly7711
    @uthamgaggenapelly7711 2 ปีที่แล้ว

    Hi @curiosity, please upload the videos of Flow Elements and Resources Specialist Superbadge.

  • @neelunani5012
    @neelunani5012 2 ปีที่แล้ว

    Negotiation/Review has some problem

  • @KNCreation7
    @KNCreation7 2 ปีที่แล้ว

    We can't find the correct action in Opportunity Process that creates a Robot Setup record for a Closed Won Opportunity. Make sure the Date__c was 180 days from the Opportunity Close Date.plz help me to slove the problem

  • @geethaallu1183
    @geethaallu1183 2 ปีที่แล้ว

    No Remote Site named ‘animals_http’ was found with the correct Name, URL, and Description. this is my issue

    • @viralvideos__44.8M
      @viralvideos__44.8M 2 ปีที่แล้ว

      This is also my issue

    • @bheemraj5557
      @bheemraj5557 2 ปีที่แล้ว

      Same issue

    • @sriniivasraokandregula1581
      @sriniivasraokandregula1581 2 ปีที่แล้ว

      Same issue

    • @gowriakhila1237
      @gowriakhila1237 2 ปีที่แล้ว

      Same problem

    • @bheemraj5557
      @bheemraj5557 2 ปีที่แล้ว

      @@gowriakhila1237 my issue is solved... First adhi a playground lo cheasamo dantlo cheyali and code tharavatha.. 2 mins run cheyandi... Vasudhi

  • @kumarmaradapu5478
    @kumarmaradapu5478 2 ปีที่แล้ว

    6 errors are not retifed pls help me bro

  • @anithasravani9334
    @anithasravani9334 2 ปีที่แล้ว

    Hai sir, in the email templates there are missing RB Robotics Templates please help to solve this I tried to figure out my error but I was failed

    • @samrat_aruru
      @samrat_aruru 2 ปีที่แล้ว

      U can search classic e-mail templates then create RB robotics templates

    • @kumar-b8s
      @kumar-b8s 2 ปีที่แล้ว

      @@samrat_aruru i see but not show the option

  • @geethaallu1183
    @geethaallu1183 2 ปีที่แล้ว

    Tqq for perfect code

  • @somethingspecial3603
    @somethingspecial3603 2 ปีที่แล้ว

    Tq soo much bro, successfully completed challenge

  • @supravasaha1780
    @supravasaha1780 2 ปีที่แล้ว

    Thank you for the video♥️ It really helped me a lot!!