Forum Post: RE: Payment Application Batch Posted to Future Period
"fall off" is not quite correct. What you will see are two GL batches that offset each other (the original check and the void). The check will have a zero current balance as will the void document so...
View ArticleForum Post: RE: Quick Query filter with userid
I did just that some time ago. My approach might have portability issues, though. Check community.dynamics.com/.../159372
View ArticleForum Post: RE: Quick Query filter with userid
I will try that asap but I can't see why it would work, I will let you know. Thank you very much.
View ArticleForum Post: Custom default value in field changing on save
Hi all, First time customizing a screen in SL and I'm trying to set the default value of the Terms ID (retrieved from the project level) on the Invoice and Adjustment Maintenance screen (BI.BAM.00)...
View ArticleForum Post: RE: Quick Query filter with userid
It worked perfectly. Thank you very much, my users will be happy to have only what they should on the QQ ;)
View ArticleForum Post: Get count of records returned from SqlFetch1
Hi, Looking for a way to get the total records returned from SqlFetch1 (so I can display a count-down counter as I iterate through each record). Thanks.
View ArticleForum Post: RE: Get count of records returned from SqlFetch1
Use SGroupFetch1 function to retrieve aggregates such as sum or count. Review the Customization Mgr for VBA User Guide.
View ArticleForum Post: Save subcontract Line Item details on LineGotFocus or LineChk??
Hi I please need help with the following: I want to invoke the save button of the Subcontract Maintenance screen when tabbing out of a line item or when loosing focus So I would like the Subcontract to...
View ArticleForum Post: How do you add a new Country/Region in Dynamics SL?
I need to add a new country in Dynamics SL but can't seem to find instructions on how to do that. Anyone able to offer any tips? Thanks!
View ArticleForum Post: RE: How do you add a new Country/Region in Dynamics SL?
Country/Region Maintenance screen in the Shared Information module.
View ArticleForum Post: RE: Save subcontract Line Item details on LineGotFocus or LineChk??
Did you try calling the Edit_Save function within the LineGotFocus event?
View ArticleForum Post: RE: Custom default value in field changing on save
Did you try adding Call DispFields("Form1","cterms") after Call SetBufferValue?
View ArticleForum Post: RE: Custom default value in field changing on save
Hi Mark, I just tried adding that and it seemed to have no effect. The correct value is showing up until after I press the save button to create a new draft invoice which is when it changes to the...
View ArticleForum Post: How To have all update for Purch Price
hi, please, how can i to have all update for purch price ?
View ArticleForum Post: inventory movement query
I am trying to develop a query to tell me the last time an inventory item was acted upon in the system, then also tell me its total cost and total quantity on hand. I want to use the intran and the...
View ArticleForum Post: Cant find Administration menu items(Screens)
Hello Community. I am new to Dynamics SL and i use version 2015. How can i activate the following screens to appear under Administration Menu Group? (1) Field Maintenance Screen 93.250.000 (2) Record...
View ArticleForum Post: RE: Save subcontract Line Item details on LineGotFocus or LineChk??
Hi Mark Yes I have tried that, I have also tried putting it in LineGotFocus to see if it makes a difference but it gives me an error: Assertion failure! File: ctlbgrid.cpp Line: 2846 Expression:...
View ArticleForum Post: RE: Cant find Administration menu items(Screens)
Those screens are part of the SL SDK and are not normally added to the SL menu because they should only be used by someone who is developing extensions to Dynamics SL using the SDK. Adding screens to...
View ArticleForum Post: RE: Cant find Administration menu items(Screens)
Hi Rick, Thank you for detailed reply. It seems the screens were removed. i have searched all folders under the Applications and found none . I think the functionality those screens automated like...
View Article