How to Set Up Product Schedules in Salesforce Lightning

แชร์
ฝัง
  • เผยแพร่เมื่อ 6 ม.ค. 2025

ความคิดเห็น •

  • @SupremeNowProductions
    @SupremeNowProductions 9 หลายเดือนก่อน +1

    Amazing video!

    • @Rotive
      @Rotive  9 หลายเดือนก่อน

      Thanks so much!

  • @teresaaluku7455
    @teresaaluku7455 2 หลายเดือนก่อน

    Amazing video ...wish I had seen it much earlier would have saved me several headaches...Thank you

    • @Rotive
      @Rotive  8 วันที่ผ่านมา

      Thank YOU for the kind feedback! 🩷

  • @anilkumarsahu8546
    @anilkumarsahu8546 ปีที่แล้ว +2

    Excellent video, thanks a lot.

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

      You are welcome. Thanks for the comment!

  • @edellis3357
    @edellis3357 2 ปีที่แล้ว +1

    I want to add default schedules to all my products. That is a simple record update of the product records. But, over the last year how would you retro-update the opportunities in the past with the new product schedules. Is that possible? Thanks.

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

      Hey Ed, That is a good question. I'm not 100% sure. Some testing is definitely in order. You could do a mass update on the Opportunity Product record that needs the schedule. I'm just not sure if that update would trigger the creation of the schedule records or not. That's what should be tested first.

  • @remopoli677
    @remopoli677 2 ปีที่แล้ว +1

    Hi mate, love the videos. Quick question, when i go to add the products, the quantity scheduling enabled and recurring schedulin enabled tick boxes do not appear even though the rest of the field indeed to do appear. Any ideas as to why this happens? It allows me to fill out the fields but the lack of tick box i believe is stopping the schedules button from appearing under the related tab on the product. Cheers

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

      Hi Remo, firs thing to check is your page layout. Opportunity Product has its own page layout and maybe the buttons and fields are missing. Next thing to check are field level permissions. If you see the field on the page layout, check that your profile can see the field by going to that field clicking on it and clicking Field Level Security.

  • @BenSchwarzwalder
    @BenSchwarzwalder ปีที่แล้ว +1

    Hey there, I did this and my schedules are still not showing up on my related tab. Is there another way to get there? Thanks!

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

      Perhaps you don't have the Related Lists component on your lightning record page.
      Go to a Product record. Click the Gear in the upper right and click Edit Page. Then drag the Related Lists component from the left hand side onto the page. That might be a fix. I'm not sure though. Hard to say without seeing your Salesforce org.

    • @maggieellis2744
      @maggieellis2744 26 วันที่ผ่านมา

      @@Rotive I'm having this same problem

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

    It's possible to establish the revenue scheduling direct on opportunities products (when created) using flow?

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

      Thanks for the question I bet you can. I haven't tried myself, but ultimately the revenue schedule are just related records.

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

    Excellent video, thanks a lot.
    How does this affect reporting and forecasts?
    Closed opportunities amount will be attributed to the time period as set out by the schedules?

    • @Rotive
      @Rotive  ปีที่แล้ว +1

      Good question! When you set up forecasts you can choose to forecast off of Opportunity amounts and close dates or line item schedules. You can have both, actually, in case you want to look at your data in multiple ways.

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

      awesome, thanks@@Rotive

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

    Great video. Our challenge is with the schedule date. It seems as it the opportunity product schedule date is defaulting to the close date of the opportunity. We are selling event sponsorships way in advance of the event. Therefore I don't want the schedule date to be the close date but instead a different value on a data field that is synced back to the opportunity product. How would I change the default date value for the Schedule Date?

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

      Hi there. This might be possible with a Record-Triggered Flow, though I haven't tried it out. You can have that starting date be populated when the record is created. I'll have to play around with this one. Have you found a solution yet?

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

    Great video, thank you. I want to add a 6-monthly revenue installment period period. Is it possible to do that? (Salesforce only has monthly, quarterly and yearly by default)

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

      Hey NG. That is a good question. You're right the option to do twice a year (every 6 months) is not there. I would try and get this done with a custom flow. These Product Schedule Object is available within flow, though I've never had a use for creating these records in a custom automation until you asked your question.
      Here are details on the object: developer.salesforce.com/docs/atlas.en-us.object_reference.meta/object_reference/sforce_api_objects_opportunitylineitemschedule.htm
      Are you comfortable building this out in Flow?