Quantcast
Channel: Microsoft Dynamics AX Forum - Recent Threads
Viewing all articles
Browse latest Browse all 175888

RE: Lookup for real field

$
0
0

Lookup on real field fields are not supported in standard ax.

kindly proceed to following location

AOT\\Classes\\SysTableLookup::performFormLookup()

add a new case statement as following

case classnum(FormRealControl):

   callingRealControl = callingControl;

   callingRealControl.performFormLookup(this.formRun());

   break;

//on top of this method also add following line of code

FormRealControl     callingRealControl;


Viewing all articles
Browse latest Browse all 175888

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>