Forum Post: RE: User Fields - Crtd_User, Crtd_DateTime, LUpd_User, LUpd_DateTime
Could you solve the problem ???? I have the same concern This is my code ... Private Sub Form1_Load(ByVal eventSender As System.Object, ByVal eventArgs As System.EventArgs) Handles MyBase.Load ' Load...
View ArticleForum Post: RE: MS SL Dynamics Screen Customization
Rick , your assumption about the F3 key to see the number of documents is correct as there may be 40-60. Was thinking I would count on the APDoc as that is a direct count of the number of refnbr's in...
View ArticleForum Post: RE: MS SL Dynamics Screen Customization
Ken, you are correct. When I wrote this post I was thinking APDoc but it looks like I incorrectly typed APTran. sorry about that.
View ArticleForum Post: RE: Tax Table Updates 2018
Looks like these tax table updates should be available now. The URLs are shown in the email below. The first one for customersource. The second one for partnersource....
View ArticleForum Post: RE: 2018 Tax Table
Looks like these tax table updates should be available now. The URLs are shown in the email below. The first one for customersource. The second one for partnersource....
View ArticleForum Post: RE: System Message 28506 -- Must First unnaply Prepay before...
Hello, The problem is the next SP, that search for Prepayments with the check refnbr but not with the bank account, so, in some cases find the wrong check. I added the code for exclude the wrong check...
View ArticleForum Post: I have heard second part 2018 payroll tax tables are now...
I have heard second part 2018 payroll tax tables are now available ! is it true? anybody knows where can I download this new file? Thank you, Maryam
View ArticleForum Post: Clearing grid in Customization Manager
I am trying to clear the grid in an SL screen in Customization Manager. Any help is appreciated!
View ArticleForum Post: RE: PC Message Number 1532
Chris, I am sorry to not get back to you sooner. I see you just opened a case with support to address this issue. To make sure your post is answered here for future reference, here is what we found: It...
View ArticleForum Post: RE: PC Message Number 1532
Okay, it was actually the record in pjsecure. there was no record for pjcontrol in there for this employee, but there was for pjsecure. I deleted the record from pjsecure, opened time card entry for...
View ArticleForum Post: RE: Clearing grid in Customization Manager
You're not providing much info, but Call MClear(MemHandle) will clear the memory array. You can also try MDelete and loop through the grid to delete all the records. There are examples of both methods...
View ArticleForum Post: Halting the posting of a duplicate invoice
Good Morning, I'm wondering if anyone knows anything about "hard halt" capabilities in Dynamics SL. Are there hard halt options for duplicate invoicing "out of the box", or would that be a...
View ArticleForum Post: RE: I have heard second part 2018 payroll tax tables are now...
I just downloaded off of PartnerSource Downloads - Tax and Regulatory Updates. Should be same for CustomerSource. Laura Vogel
View ArticleForum Post: RE: Halting the posting of a duplicate invoice
I wrote a customization to cause it to not allow it. Otherwise, the most you can get out of the box is a warning.
View ArticleForum Post: RE: Installing Dynamics SL on Drive D instead of C
Miguel, we do it all the time. We usually create a custom folder for the install on a drive other than the C drive named Program Files (x86) and then let the installation create Microsoft...
View ArticleForum Post: What will happen if we post a voucher in MSD during month end...
We are currently in a MSD blackout and we are not allowed to post anything in MSD due to the month end activities. But one colleague of mine unconsciously processed one voucher but then realized that...
View ArticleForum Post: RE: What will happen if we post a voucher in MSD during month end...
The voucher will post to 02-2018 and show as such on all period sensitive reports. On reports like the AP Aging report, the date of 01/31 will be used in calculating the and due date.
View ArticleForum Post: Transaction Import process
is there a short cut that would allow user to process import for the error lines only after changing the project task status?
View ArticleForum Post: RE: Clearing grid in Customization Manager
Dim MemHandle As Integer MemHandle = GetGridHandle("Spread1") Call MClear(MemHandle)
View ArticleForum Post: CR conflicting versions running SL2015 and another app
We have SL2015 with Crystal Reports 2008 sp5 (12.5.0.1190), and also have Sage Fixed Assets with CR on the same Windows 10 workstation. The two Crystal Runtime installations coexisted until an update...
View Article