In AX 4.0 there is a form named ‘BankAccountBalance’ which has a datasource named ‘BankAccountTable’ which contains a method named ‘linkActive’ at datasource level.
This ‘linkActive’ method conatains a variable named ‘remainAmountMST’ and a call to function named ‘visible()’, so can anybody please tell me to which class does this varaible ‘remainAmountMST’ and function ‘visible()’ belong to so that I can use this in my project?