Hi,
How easy to implement the "View details" feature in D365FO? I thought it was out-of-box feature, but it seems it is missing from our customizations.
Thanks,
Hi,
How easy to implement the "View details" feature in D365FO? I thought it was out-of-box feature, but it seems it is missing from our customizations.
Thanks,
Hi Yuji,
As mentioned above, This works generally wherever a Relation is present between the field and another table.
That Relation can be setup on either table. The relationship can also be established from an EDT. This is all done from the AOT.
You can refer this thread: community.dynamics.com/.../view-details-option
If there is no relations you can try to use JmupRef () method.
HI Yuji ,
Its not standard , you have to set up relations for you tables . Check out below blog , its explains it very nicely
Lookup & View Details behavior are controlled by Relations (either Table Relations or legacy EDT Relations) for controls bound to table fields. Controls that are not bound to table fields, but have their ExtendedDataType property set, have their Lookup & View Details behavior controlled by the EDT settings ReferenceTable & Table References.
It works if you have defined table relations for your customizations. Otherwise the system can't know what the "details" would be.
Please look at the existing table relations in standard tables. For example SalesLine.ItemId has relation to InventTable.ItemId. So, users can select "VIew details" on sales line and go to the item information.
To get that you either need a relation on that field or to write a jumpRef method on your data source field or form control.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,269 Super User 2024 Season 2
Martin Dráb 230,198 Most Valuable Professional
nmaenpaa 101,156