RE: Select values from XML Node
I thought i could too. But i gave me an error because it coul'nt find anything. But when i changed my varible to XMLElement i could find the node and the subnode. My structure was maybe not entirely...
View ArticleSelect values from XML Node
Hi AllI think i have tried everything. I just can't get the value out of my node. My node has the values, but i am unable to get the values.I have tried:XmlNode...
View ArticleRE: workflow history shows pending lines for approval
Thank you sir, may I know how to find out the report layout for particular report. I want to do some changes, pls help
View ArticleTSTimesheetTrans Table is not updated as per Timesheet line data
AX2012 R2 CU7I have user created Timesheet no SG01-06216, with following detail, Monday-Friday, working hours 8.30am to 12.30pm and 1pm to 6pm, so it comes to a total of 42.5 hours But when I go to AOT...
View ArticleRE: Kernel and Application server mismatch
Installed CU10 AOS,DB,Client Components > Installed CU8 AOS,DB > Uninstalled CU10 client components > Installed CU8 client components.
View ArticleRE: Kernel and Application server mismatch
Hello,Go to dbo.SYSSERVERSESSIONS and assign server id as 1 to which you want to use and delete other AOS.
View ArticleRE: PO staus is still open oder even if the PO is already invoiced.
Check line quantity form before taking any decision, as you say, this form should inform you there is no remain quantity:if there is no remain quantity you can execute update method from every purch...
View ArticlePO staus is still open oder even if the PO is already invoiced.
PO is invoiced completely without pending invoice, but status of the PO is still Open. * There is no item remain to invoice.Why the status is still open order? How can I change the status to invoiced?
View ArticleExcel Add In : [Table] does not have a reference data source
Hello all,I am trying to import a new COA through excel add-in. We always used this way for previous COA. But we get an error now as soon as I click on OK to open the table in Excel (Add table >...
View ArticleRE: Master scheduling/Planned orders
Hi JM054,This could be a few things, but the most obvious might be that your master plan you are scheduling with is ignoring on hand inventory with this tick box cleared:Hope this helps
View ArticleMaster scheduling/Planned orders
On a BOM we have BOM lines that do not specify a warehouse and the 'Route Consumption' box is not marked. There is plenty of inventory on hand for the BOM lines. When we run Master scheduling the...
View ArticleRE: No Realized Consumption and Realized Cost amount in the "Price...
Is the item in question classed as a 'Non stocked product' in it's Item Model Group.. I have had this issue with service items before not bringing about a physical qty in calculations
View ArticleNo Realized Consumption and Realized Cost amount in the "Price calculation"...
Dear all,When I checked the "Price calculation" in the Production Order, I found that there are one material don't have "Realized consumption" & "realized Cost amount" value.What is the problem in...
View ArticleRE: Retail Parameter Initialization Error
Have you tried generating Incremental CIL if you get any errors on doing so then you need to execute following steps.step1) First Stop the AOS.step2) Delete all of the source in the C:\Program...
View ArticleRetail Parameter Initialization Error
I have an AX 2012 environment that contains:AX 2012 R3 CU10 installedSQL Server 2014 Stranded Edition as database serverwhen i tried to initialize retail parameter (Retail > Setup > Parameters...
View ArticleRE: Kernel and Application server mismatch
Hi Ahmed, Will I be able to use aother AOS instance in future? Thanks
View ArticleRE: Kernel and Application server mismatch
you mean when you login to CU8 AOS instance still the kernel version is showing CU10 ?If you want to understand more, go to programs and features in control panel, Show installed updates. Check the...
View ArticleCustCustomerService: Error on relations in AxdCustomer Query while using it...
HiGuys, i have enabled AIF change tracking service on customers in AX using , however when try to export a customer , i get below error , any idea how to resolve this, this seem to be originating from...
View ArticleRE: missing GL account
Hello Maria, Have you restarted the MR services that pull the data from AX?In the MR configuration tool and the log files shown there you should be able to identify problems with the MR / data...
View ArticleRE: Splitting a string with multiple lines
You could use str2Con to convert your string into a container. Str text = '2013: 1512 2014: 25222 2015: 35233 2016: 1623233'; container data; data = str2con(text,' '); print conPeek(data,1) + ' ' +...
View Article