Hi All,
I created a new lookup form.
My new lookup form should replace the item lookup using coc.
I tried coc in the base class of the item lookup.
I just take the coc and put info on it.
But its not working.
The break point also not hit in the coc and also in the standard class InventItemIdLookupSimple.
[ExtensionOf(classStr(InventItemIdLookupSimple))]
final class InventItemIdLookupSimple_Extension
public static void lookupItem(FormStringControl _ctrl, boolean _showOnlyWHSEnabled )
{
info("InventItemIdLookupSimple 1");
next lookupItem(_ctrl,_showOnlyWHSEnabled);
info("InventItemIdLookupSimple 2");
}
is this the base class for itemlookup? or something else.
Could you tell me where i have to take coc to change the itemlookup to my new lookup form.
Thanks