We are trying to show the ship to on the Sales quote but not having any luck finding the link. We want to use the ship address in the opportunity and it comes from the CRShippingAddress table. What would be the best way to link them? We have tried the @opportunity @quote but it doubles prints each item in the quote.
Sales Quote(CR604500) to include Ship to address
Your patient Naveen. Thank you
- Instance URL, which you wanted to verify
- Provide the username/password
- Once you open the report, please SAVE this report to server with new version and verify.
Naveen,
I am not sure how to open this file. I changed the site and it seems to have pulled the wrong report. How do I transfer this report to the company I am working with?
Hi
Thank you Naveen. Still no luck. Confirmed everything was correct. We are using Build 20.208.0031
Save with new version and check once.
I am getting an error message
The multi-part identifier "CRAddress.AddressID" could not be bound. The multi-part identifier "CROpportunityRevision.ShipAddressID" could not be bound. | Send | |||
Raised At: 2/11/2022 2:23:26 PM | Screen: CR.60.45.00 | |||
Details: 2/11/2022 2:23:26 PM Error:
|
Hi
Please find the table JOINs below.
Here is the file
I think they are connected
Hi
Naveen thank you. I ran into this error message while trying to make it work
The multi-part identifier "CRAddress.AddressID" could not be bound. The multi-part identifier "CROpportunityRevision.ShipAddressID" could not be bound. The multi-part identifier "CRAddress.AddressID" could not be bound. | Send | |||
Raised At: 2/10/2022 3:42:38 PM | Screen: CR.60.45.00 | |||
Details: 2/10/2022 3:42:38 PM Error: |
Hi
CROpportunityRevision.shipaddressid = CRAddress.AddressID
We are trying to do this within the report writer. I have tried to use you statement to find the right fields to link within the report writer but not having any luck finding CRaddress.companyid or CROpportunityRevision. companyid. How would I do this within the report writer?
Hi
Hope this helps!!
select * from CROpportunityRevision CRR Inner Join CRAddress CRA on CRR.CompanyID = CRA.CompanyID
and CRR.shipaddressid = CRA.AddressID
Where CRR.CompanyID=2 and CRR.OpportunityID='OP000394'
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.