Forum Post: RE: Customizations Crash Dynamics SL Screens
Try to delete the following folder and then try again.C:\Users\<YourUserName>\AppData\Roaming\Microsoft Dynamics SL\APC
View ArticleForum Post: RE: SL 2011 silent\unattended client installation
1) Create the following folders (Assuming \SL is the root of SL folder)\SL\SlientInstall\SL\SlientInstall\InstallLog2) Create the InstallShield Response File. (ex. setupSL.iss) Check the following...
View ArticleForum Post: RE: Monitoring of SYSADMIN Account in SL 2011
You can create the audit table/trigger on Access table in the system database.
View ArticleForum Post: RE: Missing Dynamics SL Icon
Check the user's menu cache folder.C:\Users\<UserName>\AppData\Roaming\Microsoft Dynamics SL\MenuCache
View ArticleForum Post: RE: Correcting Posted Batch
you have to check the status of batch. your voucher batch status could be either unposted or posted status. If the voucher is in unposted stage, the voucher has not posted into general Ledger. you have...
View ArticleForum Post: RE: Overwrite field in grid when loading grid
Hi Jo,Use the below code in pxtreqhdr_chk event.and let me know how it's going Dim proj As String irownum = MGetRowNum(GridHandle) serr1 = MFirst(GridHandle, MaintFlag) Do Until serr1 = NOTFOUND...
View ArticleForum Post: RE: Unbilled by Project Report
Hello John,Dynamics SL is having two different reports to view the unbilled Amount against project wise. You can find out the Unbilled Aging Report and Unbilled detail Report under the flexible...
View ArticleForum Post: RE: System Message 6850 - Work Order Issues Error
Update: Forgot to mention, SL2011 FP1
View ArticleForum Post: Setting up Subaccounts
I am trying to set up a new sub account in SL but when using Subaccount Maintenance I am told "Item not found, please reenter" Is there somewhere else that I need to go to set this new subaccount up?
View ArticleForum Post: RE: Changing Project Controller Status to "Inactive" using...
Never mind, I commented out the other fields from the macro and it seems to work. Thanks!
View ArticleForum Post: RE: Inventory Trial Balance with Cost but Quantity equal to zero
You should be able to use 'Update Standard Costs from Pending' (10.530.00), then select 'Revaluation of Inventory' to allow the system to recalc the quantity and cost.The zero quantity should be...
View ArticleBlog Post: 5 Things I Don’t Do For Clients (for Their Own Good)
Every now and then, a “big deal” data loss event shows up in the news.The reason those events are news worthy is not because they are rare, but because they have brought down companies or have impeded...
View ArticleForum Post: RE: Accounts Receivable control account
Some Feedback on this.We ended up doing a customization that allows one to specify the AR control to be used per sales order.AR, GL and Project Controller is updated correctly.
View ArticleForum Post: RE: Business Portal
Hello Kea,I checked on my Business Portal for SL 2011 home page and I do not see a blue box of "Dynamics SL Business Portal" as you described. Are you able to attach a screenshot of the link you are...
View ArticleForum Post: RE: Allocation Rates
Hello Kea,There could be any number of reasons including:1 - If the rate table has two different rates at two different effective dates, and the transactions have different transaction dates, then the...
View ArticleForum Post: RE: Expense report posts but will not allocate
Casey,Where were you seeing the batch to know if was unallocated? Also, In Project Controller Setup, under the PC Options and Setup tab, do you have "selection by batch" or "auto-started allocations"...
View ArticleForum Post: RE: Disable Unit Price at OM Shippers Screen
Hello Peter,Usually you can disable a field on a screen using customize mode. To do this:1 - Open the screen2 - Go into customize mode3 - Find the field you want to disable4 - Right click on it and...
View ArticleForum Post: Microsoft Web Apps CU 1
What has to be setup in order for web apps to connect remotely to a device?
View ArticleForum Post: RE: Unable to logon - new SL installation
Problem was resolved by starting SQL Server with Local System account. It was running under some other user account
View ArticleForum Post: RE: Setting up Subaccounts
Under Foundation, Shared Information there is Flexkey Table Definition and Flexkey Definition. Flexkey Definition defines how the subaccount looks - length, number of segments, separaters etc....
View Article