Hi All,
I've been developing for the LAN client for some time now and have been using the SalesLogix LAN Developers reference pdf to look up method documentation. I also referred to DevLogix (company purchased) vIII.7 as a valuable resource. Even then it seemed like there wasn't good documentation, but now I face an even worse situation:
We're now using the web client (v8.1) and developing using Application Architect. I cannot find any official documentation for methods or the API. This is very frustrating. For instance, I'm trying to instantiate a database object to get current field values and cannot find anything clear and concrete. Sage.Platform.Application.ApplicationContext.Current.Services.Get<Sage.Platform.Data.IDataService>(); That's a huge method call to type out without any reference. Does anyone know where I can find or purchase additional documentation? |