RE: development
Now I got it, you have 2 Options to resolve this:* you have to Change the Code at the class method, SalesInvoiceJournalPostBase.checkSourceLine(), instead of salesLine.CustGroup, you have to use the...
View ArticleRE: Vendor Invoicedid not show any lines
I guess, you might have clicked "View" instead of "Post" first. From where are you trying this? From Purchase order or Project Management?
View ArticleVendor Invoicedid not show any lines
I am trying to make invoice after receive the product by push the Invoice button in Invoice Tab. But, It does not show any lines.What happaned? How to fix this?Thank you
View ArticleRE: development
update the invoiceaccount's custgroup to your Salestable and SalesLine. this thing i dont get it
View ArticleRE: development
and  there is no method in SalesInvoiceJournalPostBase but its in SalesInvoiceJournalPost class and there is no invoice account in sales line so how i chage it
View ArticleRE: development
You don't need this if you already did the first option. For info, this Code is in the class method SalesLineType.insert() and SalesLineType.initFromSalesTable() Â Search for "custgroup" and it will be...
View ArticleRE: development
For the first Option, yes, you're right. It is SalesInvoiceJournalPost class and not SalesInvoiceJournalPostBase. (I copied the extends property by mistake)SalesLine doesn't have invoice account....
View ArticleRE: development
salesLine.salesTable().InvoiceAccount " i have done this then u say to update in sales table and sales line that i dont get it
View ArticleRE: development
if you wrote your Code in SalesInvoiceJournalPost, the salestable / line is not necessary. But you can still do it.do a similar Change in SalesLineType.insert() and SalesLineType.initFromSalesTable()
View ArticleRE: development
and i have change that but in this method i put debuger and check but not goes in this line to check then what to do
View ArticleRE: development
also done Change in SalesLineType.insert() and SalesLineType.initFromSalesTable() but nothing work
View ArticleRE: How to Create a XML attribute through X++ code ""
Having your ERP system (a web application) generating source code for Visual Studio sounds like a strange idea to me.Wouldn't the right approach be creating a Visual Studio add-in and using the...
View ArticleRE: development
I thought, they were enough. If not, please debug into SalesFormLetter.run() line by line and see if you hit any custGroup on the way..
View ArticleRE: development
Arjun, please make sure you provide a descriptive title for you question next time. Let me change it from 'development' to somethin more specific.
View ArticleRE: Initialize customer group on sales invoice
ohk Crispin lots of thanks to u for reply and held i will check it.. :)
View ArticleRE: Initialize customer group on sales invoice
ohk martin next time i didn't do this type mistake
View ArticleRE: Single WSDL AIf Services
Did you manage to solve this issue? If so, how?I'm facing the same problem with a similar scenario.
View ArticleSingle WSDL AIf Services
Hi, i have exposed an AIF Service Group, but i need tho show a single wsdl, when i click the link it gives me the following error "The server was unable to process the request due to an internal error....
View ArticleRE: Relation between custpackingsliptrans and salesparmline
I don't think that there is a relation that you could use. But you can just add your code in the same place where the standard application initializes CustPackingSlipTrans from SalesParmLine. You...
View ArticleRelation between custpackingsliptrans and salesparmline
Good Morning,in custpackingsliptrans table there are 2 customized fieldsit should flow at the time of invoice (SalesEditlines form) there is table salesparmline (in that i have added 2 fields).i need...
View Article