Forum Post: RE: Can I create display method with parameters on class extensions
Hi, In this case, Pre or Post event handler will work. [ExtensionOf(tableStr(CustInvoiceTable))] public final class CustInvoiceTable_T_Extension { /// /// /// ///...
View ArticleForum Post: WAREHOUSES - WISHES TO BLOCK IT, POSSIBLE? PLEASEHELP
WAREHOUSES - WISHES TO BLOCK IT, POSSIBLE? PLEASEHELP
View ArticleForum Post: Unable to fetch data entity details using postman, getting 401...
Hi Team, When fecthing data entity details using postman getting 401 Unauthorization error. I am working at on premise environment getting the error and same process i have created in cloud hosted but...
View ArticleForum Post: RE: I added same field in all customers form and sales order . In...
I'm trying for same requirement in vendtable(all vendors) and pruchtable (all purchase orders) but I'm getting error while creating new purchase order "object reference is not set to an instance of an...
View ArticleForum Post: RE: I added same field in all customers form and sales order . In...
You need to debug the code and find out on which line the error is throwing. Thanks, Girish S.
View ArticleForum Post: Get Data from another Table?
Hi now I dev x++ for Data Provider 1. Set up variable ReturnReasonCode ReturnReasonCode; str returnReasonCodeID; str returnReasonDesc; 2. I try to filter data in table ReturnReasonCode to show with...
View ArticleForum Post: RE: I added same field in all customers form and sales order . In...
[ExtensionOf(tableStr(PurchTable))] public final class PurchTable_Extension { public void initFromVendTable(VendTable _vendTable) { next initFromVendTable(); VendTable vendtable =...
View ArticleForum Post: RE: I added same field in all customers form and sales order . In...
You can add breakpoint in add method of info class and in call stack check where its throwing this error.
View ArticleForum Post: RE: Get Data from another Table?
Hi, If you want to find ReturnReasonCodeId of custInvoiceJour in returnReasonCode table then try below code where you mentioned '// suspect this line error but what's wrong?' returnReasonCode =...
View ArticleForum Post: RE: I added same field in all customers form and sales order . In...
You already have vendTable buffer in the argument of the method. Just use that buffer and see if it works. [ExtensionOf(tableStr(PurchTable))] public final class PurchTable_Extension { public void...
View ArticleForum Post: RE: I added same field in all customers form and sales order . In...
No need to declare VendTable buffer again. I think you are trying to re-use code I provided earlier for custTable. Please note that initFromCustTable method does not have CustTable table buffer as...
View ArticleForum Post: RE: Get Data from another Table?
Hi Thanakorn, Have you debugged the code? Seems the code looks good. Does the particular reason code have description? Thanks, Girish S.
View ArticleForum Post: RE: Get Data from another Table?
yes in my idea I want to get a description to show but it's sound like i'm in a rat race that test, debug.. bla bla but now i got answer already thank you too.
View ArticleForum Post: RE: Get Data from another Table?
You are welcome Thanakorn Kanjiropas If Fixed, please mark answer Verified else let us know if still issue.
View ArticleForum Post: RE: Get Data from another Table?
One more suggestion I have is, if you want only one field from ReturnReasonCode table - You can go for select statement by specifying the field to be selected from the database - This will increase...
View ArticleBlog Post: How ERP & eCommerce Integration helps Reduce Resources
ERP & eCommerce Integration helps reduce resources in several ways and increases overall efficiency. Integration helps achieve automation and automation results in a reduced workforce. Automatic...
View ArticleForum Post: Ledger Transaction List Report - User AX Frozen
Hi, We have a user who was running a Ledger Transaction List report from 2017 to current and its has totally frozen him out of AX. He is unable to to do anything. We have tried ending AX Sessions,...
View ArticleForum Post: RE: When AX2012 (UAT) is launched, a logon error message is...
Hello, Have you tried creating a new configuration file for the user to logon ?
View Article