Hello,
I have a question regarding a problem that I am seeing while extending the Item Master system form. I am trying to add a piece of functionality that links this Item Master to another Item object. In doing so I created a custom Choose From List object that has the ObjectType of "4", (for Items), and has a unique id. I then attach this CFL to an EditText, (with its own UserDataSource), that I added to the form by adding the CFL's UniqueID and the alias "ItemCode".
Everything seems to work fine, however when I select an Item from my created CFL Object, the Item Master form updates itself to point to the new Item Code, (loading in the Item Master data attached to that code and everything). I can paste the event log if necessary, but I am seeing the CFL event return the correct uniqueID, (mine when I use my added field and "-1" when using the CFL already on the form).
I'm just wondering if anyone has seen this behavior before? I created everything using SAP B1 Studio, so there really isn't any code to show. It appears that the system form is not checking the CFL id, and simply listening for the CFL event to update itself. Any help or ideas would be greatly appreciated.