Skip to main content
Solved

Generic Inquiry Appointment Screen

  • 31 January 2024
  • 5 replies
  • 47 views

I am trying to add quoteNbr to my Opportunities screen. I made it to where you can see the column for quoteNbr but nothing populates. What am I missing on my generic inquiry to pull that over???

The DAC for CROpportunity has the ‘QuoteNbr’ field listed as ‘Nonexistent in DB’ so I’m not sure If that’ll populate on a GI.

I did also see a “CRQuote” table, that has a field “OpportunityID”, so you may need to join those tables, and display the QuoteNbr from the CRQuote table.


I was able to add the column I just can’t get the link with the quote number to populate...


Did you join the tables? Share your GI


Hello @CAMORRISON ,

Please try this relationship to join CROpportunity DAC and the CRQuote DAC.

 

 


Amazing! That worked. Thank you!


Reply