Forum Post: How to find printer name for Invoices setups - AX 2012
Hi All, We have one site1, it is getting the printers from another site2, we checked the site printers setups, but the printer name is not configured for Site1, when we checked it is a batch job...
View ArticleForum Post: Vendor email address with purpose Purchasing was not found - AX 2012
Hi All, we have a customization where POs are getting created in AX from AIF integartion, once they are getting created - using customised class we are "Confirming" the PO by calling the standard class...
View ArticleForum Post: RE: Vendor email address with purpose Purchasing was not found -...
Hi Akbarpasha, Try to find out the error from the label editor window. Open the label editor and type the following lines. Vendor email address with purpose %1 was not found....
View ArticleForum Post: RE: Vendor email address with purpose Purchasing was not found -...
Hi AkbarPasha, Have you tried adding breakpoint in add method of Info class? Also, check this article www.sikich.com/.../
View ArticleForum Post: RE: How to find printer name for Invoices setups - AX 2012
Hi, Have you checked print management in inventory management module www.loganconsulting.com/.../
View ArticleForum Post: RE: User not able to login until the save button is pressed on...
Hi, You can compare UserInfo and related tables values by creating user manually and then by your code. Check is there is any mismatch. I'm guessing that Clicking save button might be calling standard...
View ArticleForum Post: RE: User not able to login until the save button is pressed on...
I think SID value is missing in your code while creating employee. So after clicking on the Save button in the form SID value is generated and then the user able to login. Thanks, Girish S.
View ArticleForum Post: RE: Purchase Order Reports
Hi Linda, You can check this old thread. There are few standard purchase order reports which if not met your requirement completely, you can ask Developer to add fields or duplicate the report....
View ArticleForum Post: I added enum field in all customers(CustTable) form and sales...
Create a enum field named as "ABC code" and create enum value as below and Add this enum field in the customer master in general tab - a) None b) A C) B D) C Add ABC code in the sales order and this...
View ArticleForum Post: RE: I added enum field in all customers(CustTable) form and sales...
Hi, I don't have Ax 2012 environment but you can check if there is method initFromCustTable in SalesTable table. If yes, map your Field there otherwise use initValue method in SalesTable table. You...
View ArticleForum Post: RE: I added enum field in all customers(CustTable) form and sales...
Hi, You can either create event handler for modified field of Customer account or COC and assign the value to ABC code field in SalesTable by adding the select statement on customer master table...
View ArticleForum Post: RE: How to manage bank fixed deposits and bank loans on the system?
Hi Hariharan, were you able to find any solution or workaround? Regards, AP
View ArticleForum Post: RE: Auto release to warehouse issue
Hello, Is there any update on this ? We are facing the same issue. In our case, we have a TO. Location directive failure is setup for transfer issue. When we process release to warehouse, Work is not...
View ArticleForum Post: RE: I added enum field in all customers(CustTable) form and sales...
I just realize from above suggestion and D365 tag that you are asking for D365FO. You can create new class and try below code, replace ABCCode with your field name. [ExtensionOf(tableStr(SalesTable))]...
View ArticleForum Post: RE: How to find printer name for Invoices setups - AX 2012
Hi Mohit, Thank you for the quick reply, it is happening randomly, not every invoice is printing in Site2 printer. Verified few form setups Print mgt , didnt find the Printer name in question. Is there...
View ArticleForum Post: RE: How to find printer name for Invoices setups - AX 2012
Have you checked the report/document that is getting printed to Site2? Are there specific reports printing to Site2 instead of Site1 or all reports.
View ArticleForum Post: RE: Database error while activating the MPOS
Did you find the solution for this error?
View ArticleForum Post: RE: User not able to login until the save button is pressed on...
Hi Girsh, Thanks for your response. I checked the SID field before clicking the save button and during the creation of employee,it is generating a sid value.After the save button is clicked the value...
View ArticleForum Post: RE: User not able to login until the save button is pressed on...
I am not sure what may be the issue. But refer to the below thread and compare the code with the code you have written for creation of the user....
View ArticleForum Post: RE: User not able to login until the save button is pressed on...
Hi Girish, I checked all the parameters for user creation with the code we have written.It is the same.I compared with all the field values it remains the same with my code. Thank you G Badri
View Article