Query about show display method in lookup

Hi Guys,

I have requirement to show Display method On look up

Let take Eg: Form_A have Field pord_id … showing look up on that field

Getting look up form look up method …

Client asked to add one more column in that look up form

when check … it is display method.

How to add display method in look up method…

we can add filed in look with help look up method like below

  • sysTableLookup.addLookupfield(fieldnum(HCD_OTSTable,ExtractProdId))

But how add display method …

Any help… appreciate …

Thanks & Regards

Kumar

use addLookupMethod

Example: sysTableLookup.addLookupMethod(tableMethodStr(InventTable,defaultProductName));