views:

5

answers:

0

Hi,

there is some forms in Dynamics AX, that i need to make them available in enterprise portal. But there's major problem, that these forms extends FormRun class. Example:

journalFormTrans = new WMSJournalFormTrans(element);

but there is no such thing as ELEMENT in datasets. How can i use functionality of such class in datasets?

related questions