Forum Post: RE: Project Maintenance in Web Apps 2015
When I did another conversion to this SL 2015 database and reran the config for Web Apps, the Project Maintenance app started working, and the Project Analyst app stopped working. Oy.
View ArticleForum Post: Project Analyst in 2015 Web Apps
I've installed 2015 Web Apps, and they all work except Project Analyst. When Project Analyst is clicked, the resulting screen only shows the Back and Help buttons. I've done the following: Checked the...
View ArticleIs it possible to expand the description field in G/L (GLTran / Trandesc)?...
Is it possible to expand the description field in G/L (GLTran / Trandesc)? Currently SL 2011 allows only 30 characters in this field. We usually have to add an additional line in the journal entry...
View ArticleForum Post: RE: Relationship between employeeid and WindowsCredentials
Hi Andrew That's fine. Hope that workaround works for you... Thanks
View ArticleForum Post: Set Default Tab when launching Sales Order Entry (40.100.00)
Hi all, does anyone know how to set the default tab for Sales Order Entry? The user requests to show the default tab as Line Items Tab once the screen is open.
View ArticleForum Post: Loading new screen and get parameter value
Hi, I'm trying to call Customer Maintenance screen from Project Maintenance Screen. project maintenance screen code: Private Sub Screen_Click() Dim CustomerID As String CustomerID =...
View ArticleForum Post: RE: How do you do a data lookup using the Object Model? Will be...
It appears that there are two interfaces referred to as the "Object Model". For my C# project I have been using the namespace Microsoft.Dynamics.SL.ObjectModel from the DLL of the same name. This is...
View ArticleForum Post: RE: issue running scheduled task using object model
I have the same problem . Any clues would be much appreciated.
View ArticleForum Post: RE: How do you do a data lookup using the Object Model? Will be...
(And to be clear, I am aware of some of the issues with using the API from C# . The application works from UI and command line. Just not as a scheduled task)
View ArticleForum Post: RE: Loading new screen and get parameter value
Try this instead: In Project Maintenance: Private Sub Screen_Click() Dim CmdLine$ Dim CustParm$ CustParm = GetObjectValue("ccustomer") If Trim$(CustParm) "" Then CmdLine = "0826000 "...
View ArticleForum Post: RE: Set Default Tab when launching Sales Order Entry (40.100.00)
The Line Items tab is already the default tab for the Sales Order screen; you must have a customization on the screen that is affecting the standard behavior. Export your customization to a .CST file...
View ArticleBlog Post: Management Reporter Tips and Tricks – 17. Web View “Go To” Option
This week’s Management Reporter tip for Microsoft Dynamics ERP is on the Web View Go To Option. Go to option – When viewing lengthy reports in the web viewer, the “Go To” Option will bring you right...
View ArticleForum Post: Management Reporter Integration Issues
Hello, I'm in the process of creating a data mart for Management reporter (CU10) and have 2 errors that I can figure out. Before I started the Data Mart Integration in the Console, I ran all of the...
View ArticleForum Post: RE: Management Reporter Integration Issues
The issue was caused by transactions missing a Fiscal Year in the GLtran table. The scripts that were run didn't look to empty fields.
View ArticleBlog Post: Dynamics SL and GP Year-End Closing Events – December 11 and 16
Boyer & Associates is pleased to be hosting two Microsoft Dynamics ERP year-end closing events for Microsoft Dynamics SL and Microsoft Dynamics GP users on December 11, 2014 and December 16,...
View ArticleForum Post: RE: Management Reporter Integration Issues
You can usually detect a bad date returned by one of the queries below when ran against the Dynamics SL application databases: select distinct fiscyr from gltran order by fiscyr select distinct fiscyr...
View ArticleForum Post: RE: Loading new screen and get parameter value
Mr.Mark it's working ..very thanks
View ArticleForum Post: Limit of 50 cursors has been reached
I have a user that is experiencing an error saying that the limit of 50 cursors has been reached in the Voucher and Adjustment Entry screen (03.010.00) when she copies/pastes more then 25 lines from...
View ArticleForum Post: AP Voucher blank task
An AP Voucher was created and posted with a project but blank task. We've tried to reverse the voucher, do a project charge entry and j/e to no avail (a task is required). Any recommendations to...
View ArticleForum Post: RE: Limit of 50 cursors has been reached
Hello Lewis Shaw, I believe that you have faced the same issue that mentioned in the below picture. If yes, Please check your code for the temporary cursor that has been used in the spread1_Line check...
View Article