Це відео не доступне.
Перепрошуємо.

Write a code logic, If Account Status Changed Then all the Related Opportunity Status should change

Поділитися
Вставка
  • Опубліковано 21 гру 2021
  • Salesforce interview questions,
    important interview questions in apex,
    Important programmeing interview questions,
    Whenever Update account status field then update all opportunity status field,
    Write a trigger Whenever Update account status field then update all opportunity status field,
    Apex trigger in salesforce,
    After trigger in salesforce,
    Trigger Events in salesforce,
    Opportunity record update,
    Write a code logic with Best practices, if we change Account status then all the related opportunity status should be change,

КОМЕНТАРІ • 6

  • @dheerajkumar-yj6xh
    @dheerajkumar-yj6xh 2 роки тому

    Auto- Update status based on End date or start date
    Hi there,
    I have 4 date fields on my status Update - Start and End Date.
    I also have a Status field containing the following values:
    - ongoing
    - Completed
    - pending
    -Paused
    Just wondering what the best way of auto-updating the status would be, based on the Start and End Dates, without being dependent on a User editing the record first.

  • @srinivas9922
    @srinivas9922 2 роки тому +1

    write a logic for when i inactive a user i want to Update the associated account records with a pick list (owner active = true /false) can you please provide the logic

  • @Whatever-iy1nl
    @Whatever-iy1nl 2 роки тому

    vera mari vera mariiiiiii

  • @kharshasekhar2339
    @kharshasekhar2339 2 роки тому

    What if the opportunity is edited and changed the account tagged to it... This will not handle that case...

  • @namra8502
    @namra8502 2 роки тому

    I wanted help what needs to be changed in the code.
    If questionnaire already has a Evening_Time__c then no changes.
    If its blank then it should use ticket's Morning Time
    Evening_Time__c = ticket.Morning_Time__c != null ?ticket. Morning_Time__c .date() : null