Skip to main content
Nintex Community Menu Bar
Question

Page Include & Model Conditions - for a noob

  • July 9, 2024
  • 2 replies
  • 6 views

Forum|alt.badge.img+1

I’ve searched high and low and just can’t get my head around page includes.

Can someone please assist?

I am building an opportunity page. 

I have a custom object called FactFind and have created a model for that object.

Both models are working fine.

I have created a tab on my opportunity page and want to display a page include for the related FactFind record in that tab. The FactFind record Id should be referenced from the Opportunity Object in the lookup field “MortgageFactFind”.

It’s not working and I suspect I’m missing something in my query string:
9319d1ecbc5f033bc9f7e0bccf5b6cc92957ff75.png
I’ve tried a million things nothing works. I’m obviously missing something vital. If someone can point me in the right direction that would be great.

Thank you

Erin


2 replies

Forum|alt.badge.img+1
  • Author
  • 4 replies
  • July 9, 2024

It now looks like another issue - I have multiple tabs and for some reason nothing is displaying in those tabs.

I have field editors, tables… page include. When I preview, even if field editor is the opportunity model, nothing is loading.

Very frustrated.


Forum|alt.badge.img+9

I would try 2 things. Firstly, get rid of the question mark, you should just need:

id={{$Param.id}} 

Second, try unchecking “Lazy Load”, I’ve had issues with that before.