Skip to main content
Nintex Community Menu Bar
Question

How to populate all the stage calculation values on a Opportunity Detail Skuid Page?

  • July 10, 2024
  • 2 replies
  • 16 views

Forum|alt.badge.img+8

Hi,

On the Opportunity Detail Page I want to show the stage History values calculation. So I used a table component to display all the rows with appropriate values. But when I Preview it, the Table is only showing the last saved stage value of the opportunity.

The actual Opportunity detail page is like this:

But my table component is displaying only the top row like this:

Is there a way to display all the rows in the skuid page?

Thank you.

This topic has been closed for replies.

2 replies

Forum|alt.badge.img+11

Avinash~

You need to bring in a second model onto your page for the OpportunityHistory object. All of the fields you want and all of the records you want are on that object. Make sure you set the condition so it only returns the records related to your specific opportunity.

Hope that works for you!
Karen


Forum|alt.badge.img+8

Thanks Karen. it worked.