Adding display method to an extension form datasource

Hi all,

i want to add a display method on an extended form datasource.
The form i extended is LedgerJournalTransAsset, the datasource i want to add a new method to is LedgerJournalTrans.

I created the extension with the folowing code:

[ExtensionOf(formStr(LedgerJournalTransAsset))]
final class LedgerJournalTransAsset_Extension
{
/// how to add a display method under a datasource context here?
/// or will any method added here belong to Form element?
}

Probably for performance reasons the standard approach uses the LedgerJournalEngine class where a LedgerJournalTable buffer is already loaded, that’s why i am not adding my new method to LedgerJournalTrans directly.

any help is appreciated.

Hi Hugo,

I’ve moved your post from the generic D365 forum, into the D365 for Finance and Operations, Developer forum. Much better chance to get an answer there. [emoticon:c4563cd7d5574777a71c318021cbbcc8]

I don’t think so you can add display method in form data source.

However i am sharing one my blog may be you get help from it.

d365technext.blogspot.com/…/display-method-for-table-extension.html