Forum Post: GST/VAT to expense
Is there a way to setup GST for expense entry which will allow for staff put their expenses though BP that includes GST but when it ultimately gets posted it goes to the right GST and Expense account?...
View ArticleForum Post: public sivRecordFound Delete(string Entity);
How to use SIVApplication.Detete , it ask for entity string, what is that ?I simply want to delete the customer/vendor record from SL.
View ArticleForum Post: RE: Another process has already added the Detail item. The system...
I found out the error by doing a profiler.Triggered by unique key violation for PurchOrddet0 index key.The new line is inserted with an assigned lineref (example 20) but lineref 20 already exist.I...
View ArticleForum Post: RE: Graphical Dispatch Board does not work with international...
Hi Miguel,The images don't appear in this post. I thought you said the dates didn't appear correctly on the Graphical Dispatch board. However, you are saying above that the calls don't display...
View ArticleForum Post: RE: Add Line with a set value in the grid line
Perumal, yes I create a global value as a default and change during the line evaluation for a new value, works fine.
View ArticleForum Post: RE: New Employee Living in another state how to set up deductions
Hi Pam,You should:1. Downoad the latest tax updates on CustomerSource. They were issued Jan 2014 and contain taxes for all states.2. Unzip the file in an 'easy to find' location3. In...
View ArticleForum Post: RE: FRX not updating
Download and Install FRx 6.7 SP12. This will resolve the above mentioned issue.Thanks & Regards
View ArticleForum Post: RE: Automating Transaction Import
Hi Amr,Start out with the Object Model user guide which can be found in the SL install folder. Let me know if you have trouble finding the guide or have additional questions.
View ArticleForum Post: RE: Schema changes in Dynamics SL 2011
Thank you Elaine.We are the customer VAR, I already located the document. It'll help us a lot to check tehir customizations.
View ArticleForum Post: RE: Checks not showing up in General Ledger
Elaine, I am going to submit a support ticket to do some screen sharing and use the SLA for response time. Hopefully you can help us there too. Thanks for the reply!
View ArticleForum Post: RE: Management Reporter 2012 Link to Excel will not work...
It runs without incident here.Does the AD account running the services have permissions to the Excel file and the folder it is in?
View ArticleForum Post: RE: 0125000.exe Documentation
Hi Santhosh,That's me again.Do you know why MyToolbar.StartApplication("0125000.exe") may cause type mismatch error.?Code is below:Dim BudgetMaint As SIVApplication Dim MyToolbar As New SIVToolbar...
View ArticleForum Post: RE: Detail on location table
Hi Manuel,Could you please try this below SQL Script.SELECT TrnsfrDoc.BatNbr,InvtID =RTRIM(INTran.InvtID)+'...
View ArticleForum Post: RE: Automating Transaction Import
Hi Amr,There are 3 ways you can automate the Invoice creation process.1.Solomon Object model as Carolyn kolpien said earlier.2.Transaction Import - refer the system manager user guide which can be...
View ArticleForum Post: RE: Another process has already added the Detail item. The system...
Hi ZaiZai,Thanks again!Now the issue has been resolved right.Thanks,Perumalsamy.R
View ArticleForum Post: RE: public sivRecordFound Delete(string Entity);
Hi Subodh Patil,Entity is the level which we are going to delete the records from SL.We have to give the table name as entity. Below is the code for delete the records from Customer table.Dim...
View ArticleForum Post: RE: Thousands separator
Hello Ken,No other way.You have to do the customization of all SL Screen to set the separator property as "True" for Numeric fields.Thanks,Perumalsamy R
View ArticleForum Post: RE: .csv template for Purchase Order Maintenance import
HiPlease check whether the POTran table has any rows with empty/duplicate value in index field. If yes then delete that record and try. Normally this error will occur during index violation only.You...
View ArticleForum Post: RE: 0125000.exe Documentation
HiYou need to include the Convert.ToString option to avoid this casting issue. You can refer the above Post by PerumalSamy. It is right.Hope this helpsThanks & Regards
View Article