Hi,
Is there a possibility to create an F4 like browse functionality via H5 script for a text field in M3 which is also created by an H5 script..
If anyone has implemented please share the sample code.
Thanks
Shashank Malali
It is pretty easy. I have a customer, who wants to override the customer and addressID prompt in multiple programs. They have a heavy serach SDK for customers and addresses, they want to use instead of the M3 standard F4. In the example below, the script gets fldCUNO and fldADID. It places a search icon in front of the field and redirects the field F4 behavior.
Hi Shashank,
I have this exact same issue - a field added via H5 script that requires F4 lookup. In my case it needs to lookup available balance ID's based on an item code and present these to the user.
Did you ever find a solution? If so please share sample code.
Cheers,
Iain
Yes it's possble.
You can also use many JQuery lib's to use better funcionality.
Be careful with F4 browse - I have founded some issues.
You can use the LOV button at end of field also
Hi Per,
The screen you are showing seems a mashup screen.
Did you acheive this through H5 scripting using api values in f4 browse?
Hey Can you suggest me a good Jquery lib to use