Reputation: 33
I am implementing a functionality which was originally developed for SAP Business One SDK desktop client, into the SAP B1 web client using the new SAP B1 web client UI API extensions package.
I have a UDO (header and detail) and in the detail line on a column , I need to add a lookup form through which I can select records from a table(This should be multi select). In the desktop addon , we used choosefrom list for this).But in web client, this wont work. So created a UDO associated with the lookup data table and assigned that table as a linked table to the main UDO detail table column.This creates the lookup. But the problem we face is
So we are planning to create our own grid for the detail lines, and create a user created form as lookup UI.
How can we do this in web client? 1) Is it possible to design a view using layout, for custom view which is neither system view nor UDO/UDT and code the events in its controller class? How can we add that to project and configure? I didnt find any help topics related to this in UI API extensions link
Is it possible to add and use a user created form in web client UI API extension just like we were doing in B1 SDK? If possible , how and what technology we need to use?
2) If we create our own grid for the UDO detail lines,will the UDO lookup will be there if we assign the column to the lookup table as linked?
3) Also, we need to add custom menus under the main menu of B1 web client? I think that may be possible with JQuery? Any thoughts?
1.Tried with UDT table linked to UDO detail table column
Upvotes: 0
Views: 83