Good Day
Experts:
I am trying to make functionality work in my AddOn code that I can do in an SAP screen. It is the Structure LINK for a General field type. I can add a UDF to ItemMaster then go click on the UDF and get the Browse window.
Unfortunately I cannot figure out how to do this on one of my AddOn screens. I just have the UDF added to the UDT so far. Owen had a reply some time back that I am unable to figure out how to implement:
Unfortunately, the UI API doesn't allow you to have a UserDataSource of type Link. The only way you can add these type of fields to your forms is to reference a UDF from a UDT (or system table in some cases) that has this datatype and use the DBDataSource for the associated table.
Can anyone lend some insight how I can get this working?
Thanks,
Ed