How to get business object names for table from Sage 100 BOI

SOLVED

Is there a way to get a list of all the business object names for a table from the Sage 100 BOI? The SY_File object from the FileObj property on the session object seems to have methods to get a list of all the table names. Looking to expand on that where if I give it a table name, it can give me the ui, svc, and bus object names that you would use in the BOI to access the table. Just trying to find a more dynamic way for my app to load a list of the available tables in our Sage instance and their business objects instead of having to statically provide it with the info.

Top Replies

  • Hi 

    Typically we use a naming scheme where if the table name is AR_Customer, then the Business Object = AR_Customer_bus, Service Object = AR_Customer_svc, UI Obj = AR_Customer_ui.   Data entry…