Forum Post: RE: SL SDK SGroupFetch Example
Santhosh, Thanks for the example. I am curious if this represents actual functional code or just how you think it should be coded. I am asking that because this is basically what I did (with the...
View ArticleForum Post: RE: SL SDK SGroupFetch Example
A bit more info. If I simply Dim the results variable as a String then I get an error message indicating that there is a length issue. If you use the immediate window to execute ?LenB(stradjrefnbr)...
View ArticleForum Post: RE: Accounts Payable, voucher entry and check printing
So you dont use the payee number as invoice number? We have cases where we do. If not then there is the External Ref Nbr on the line items you could use. You could also use the Notes feature....
View ArticleForum Post: RE: Missing Timecard Report?
There is no such le_status for finding the missing time cards available in Dynamics SL. In Process (I) – The timecard is available for maintenance. It cannot be approved or posted with this status....
View ArticleForum Post: RE: Print AP Laser Checks with 2 Signatures and Micr Software...
There is also Trans-Micro ( http://www.trans-micro.com/ )
View ArticleForum Post: SL 2011 Payroll Employer Tax Adjustments
Over the last several payrolls, a client has processed checks and missed calculating a State UC Employer Tax. Checks cannot be voided and re-issued as they have already been deposited (and cleared in...
View ArticleForum Post: RE: Business Portal Project Queries - no scroll bars in results pane
Upon additional testing, I removed the two versions of Office Web Components (OWC10 and OWC11) that I had installed and re-installed them. Once I did that the vertical scroll bar returned. However, I...
View ArticleForum Post: RE: SL 2011 Payroll Employer Tax Adjustments
One approach would be to set up an earnings type that is flagged as non-wage (so that it does not affect W2s and 941s) and a misc. deduction type. You can then make the earnings type subject to that...
View ArticleForum Post: AR Application Inquiry/Reversal using Transaction Import
I have a need to run the AR Application Inquiry/Reversal screen via transaction import to reverse the application of payments to a set of invoices. I have generated the intelligent control macro for...
View ArticleForum Post: Business Portal
Employee came to work for in May 200x. He worked a couple weeks and then took two weeks off without pay – so didn’t do a timecard. These weeks were May 19 and May 26. These always show up in his...
View ArticleForum Post: RE: AR Application Inquiry/Reversal using Transaction Import
I found part of the problem. Level1 is used to specify the customer and payment reference number, not level 0. So the first data live should read "Level1,CHANGE",STATE,3883024. Also, I had to edit...
View ArticleForum Post: RE: AR Application Inquiry/Reversal using Transaction Import
Hi Rick: We do have a bug for this screen and using TI. Here is a modified Control macro that is supposed to work. '$include: "bsl.dh" '08240 Control Macro Sub ProcessImportLine( LevelNumber%,...
View ArticleForum Post: RE: AR Application Inquiry/Reversal using Transaction Import
Elaine, Thank you for your reply. I will use the suggested control macro. I do have a question, however. Your sample data was for a void (NSF) action. What I need to do is reverse the application...
View ArticleForum Post: auto populate a field
Hi Everyone so lets say i have a PV List when i choose an item from it it populates different fields for example picking an inventory ID will populate the description field i have a custom Field and...
View ArticleForum Post: RE: auto populate a field
Sorry to answer your question with a question but I need some more information. Is this a custom screen or a standard screen with a customization? Is your custom field using one of the user fields in...
View ArticleForum Post: RE: auto populate a field
its a standard screen with a customization the custom field is using one of the user fields in the data record behind this screen Thank you !!
View ArticleForum Post: RE: auto populate a field
You will want to add some logic to the check event of the field that has the PV list. you will need to add something like: call setobjectvalue("user1","aaaaaa") substitute the correct user field for...
View ArticleForum Post: Crystal Reports with Dynamics SL 2011
Which version of crystal DESIGNER comes with or is recommended with Dynamics 2011
View ArticleForum Post: Members of db_datareader role
Hi, Should SL users(client application or BP) being a member of db_datareader role in SL databases? Are there any documents which describe permissions? Thanks!
View ArticleForum Post: RE: auto populate a field
i have the Service Dispatch Module i want to to do a customization that when you select the equipment ID it auto populates a custom text field i add now the equipment ID is cEquipID2 field on the...
View Article