How to show a RLI field value into Opportunities list view?

Hello Devs! 

I have spend hours and hours searching for the answer to this question: 

How am I able to show a Revenue Line Items field value into the Opportunities list view?

Want I want to do is show the total value of an Opportunity (saved in one field of Revenue Line Items) into the list view to make it visible easier when managing the Opportunities. 

I hope that I made myself clear. 

Thanks in advance! 

Parents
  • Hi

    Well, you can create the field into module Opp and use this formula for sum all values the field present into RLIs

    Insert into definition from field into the field formula an expression that looks like this example:

    Fullscreen
    1
    rollupSum($revenuelineitems, "name_your_field_c")
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

    I hope help you
    Nice day

  • Thank you for the reply Jorge! I am trying to get it going following your recommendation however it does not show any value. 

    The field that I am trying to show is a currency field, it should be simple but I do not get any value to show on the new field that I created on the Opp module. 

    Am I doing something wrong? 

  • Hello Ángel, I think the point is that each record must be saved for the formula to do the job. 

Reply Children