ebs.getLookupFetch

Available on EbsCore forms, change the lookup fetch and it will be executed when the user opens the lookup.

To get the fetch of a custom generated form, use "$("body").data("listfetch_ebsContainerContent_" + attributeName + "_popupLkp");" and replace "ebsContainerContent" with the name of the custom form. Inspect the web page to be sure.

Syntax

Copy
ebs.getLookupFetch(attributeName: string): IFetch

 

Parameter Description
attributeName The name of the lookup fetch attribute.

Response

Key Description
IFetch The lookup fetch object.