Forum Post: RE: help - user can't release Journal Transaction
Do you mean can NOT process other batches from other users ?It is "all or nothing" when you give rights to a screen meaning that anybody's batches could be released. You might be able to put some VBA...
View ArticleBlog: Ajit Kannan's Mcirosoft Dynamics SL blog
This is a page specially created for sharing our MS Dynamics products related thoughts and information to help the users.
View ArticleForum Post: RE: System.Data.SqlClient.SqlException: Invalid object name...
Obviously this was unclear: "Instead of finding the table in the Application database where it exists and it should look for it, it is looking for it in the System database."The issue here is that the...
View ArticleForum Post: RE: SL 2011 FP1 Grid View Date Problem
Can you confirm that the Windows Date settings on the server that has this issue are the same as the configuration on the server that functions properly? SL gets it's date formatting from the windows...
View ArticleForum Post: RE: Merging Vendors with NexVue
There is a setting in KeyChange Setup screen that you need to check on when combining vendors. This option will automatically delete the duplicate 'DEFAULT' Poaddress record that every vendor has,...
View ArticleForum Post: RE: Purchase Receipt
What is the Rcpt Qty Max% on the PO? Does the 300 put it over the max % over?
View ArticleForum Post: RE: Screen customization has stopped working in Dynamics SL all...
I got it to work on the Chart of Accounts screen; try this:Private Sub Form1_Load() Dim Security$, MessPrompt$, MessTitle$, Password$ Password = "test" MessPrompt = "Enter password to open...
View ArticleForum Post: RE: Hard Close for Dynamics SL
Our clients use Hard Close. We have had good success with it.
View ArticleForum Post: RE: Dynamics SL 2011 FP1 - Quick Query
Your user account needs to be a member of EVERYONE and be a member of a group that has Access RIghts to the QQ screens. I would double check that for your SYSADMIN account.
View ArticleForum Post: RE: New Account doesn´t show on F3-GL detail
Just ran into this problem and Carolyn's suggestion worked for me . "Depending on your authentication method, it will also update some views in the application database. If the account isn't in the...
View ArticleForum Post: RE: System Message 10232 when Loggin into SL2011 FP1
I was able to get round this by reinstalling SL. However now I get a SL loop. I can login now but when I try to open a screen eg. Journal Trans, it does not open. I can see it in Task Mgr Process....
View ArticleForum Post: RE: System Message 10232 when Loggin into SL2011 FP1
Ajit thanks but changing authentication did not help. It is still looping. I can login but cannot open a screen. it opens as the process can be seen to be running in Task Mgr.
View ArticleForum Post: RE: Screen customization has stopped working in Dynamics SL all...
Hello Mark,I have tried your code to customize the standard screen with security information and it’s working perfectly in my customization. This could be perfect work around for this issue.I have...
View ArticleForum Post: help - AR Payment application - Doc Balance larger than Doc Amount.
hi there,I need help.one of batch on AR Payment Application has abnormal. somehow unapplied balance larger (double) than Payment orig amt. this cause:- on GL Trial balance, no effect (correct amount is...
View ArticleForum Post: RE: help - user can't release Journal Transaction
Hi Rodi, StrSql = "Select * from vs_usergrp where userid = " & SParm(Trim(bpes.UserId)) & " and GroupId ='XXX'" intRet = SqlFetch1(CsrTmp, StrSql, bUserGrp) Call...
View ArticleForum Post: RE: Dynamics SL 2011 FP1 - Quick Query
You need to modify the Administrators menu to add it. Go to Administration, Menu Maintenance, and select the Administrators group. On the left choose "Show Menus for Eeeryone". Drag the Quick Query...
View ArticleForum Post: RE: Screen customization has stopped working in Dynamics SL all...
Yes Mark. You are absolutely correct. Why Microsoft Dynamics SL is maintaining the security feature in the properties window? I am just curious.Thanks,Perumalsamy R
View ArticleForum Post: RE: Excel Object Model Programming
So, no matter what I tried, the Excel import tool would fail if the APSetup option was set to anything other than "None" for duplicate checking. Even though I was able to avoid the Potential...
View ArticleForum Post: Checkbox Labels
Is there a way to change the label of a checkbox using dex code? I've searched and haven't been able to find anything. Thanks in advance.
View Article