To create a calculated field on the Quote Product form that references the "Concatenate Account Name" from the Account table, you'll need to follow these steps:
Create a Lookup Field:
Add the Calculated Field:
Define the Calculation:
Account.LookupFieldName.ConcatenateAccountName
Replace LookupFieldName
with the actual name of your lookup field.Save and Publish:
This setup will ensure that the calculated field on the Quote Product form dynamically pulls the "Concatenate Account Name" value from the related Account record.
If you find this solution useful, please like it and accept it as answer.
-ArchitectMadhan
You're looking to create a calculated field on the Quote Product entity that retrieves a value from a related Account record. This is a common requirement and can be achieved using calculated fields in Dynamics 365. Here's a step-by-step guide:
Understanding the Relationship:
Steps to Create the Calculated Field:
Quote.accountid.concatenate_account_name
Quote
: This navigates to the related Quote record.accountid
: This navigates to the related Account record from the Quote.concatenate_account_name
: This retrieves the value from the "Concatenate Account Name" field on the Account.Important Considerations:
Example Scenario:
Quote.accountid.new_concatenateaccountname
By following these steps, you can successfully create a calculated field on the Quote Product entity that retrieves the "Concatenate Account Name" value from the related Account record.
André Arnaud de Cal...
292,815
Super User 2025 Season 1
Martin Dráb
231,707
Most Valuable Professional
nmaenpaa
101,156
Moderator