Hi All, I am trying to run calculation for customer rebate but system not updating the rebate status. Please help me why system is not updating status after calculation. Thanks & Regards, Kiran.
↧
Forum Post: Customer rebate calculation status is not update after running calcution
↧
Forum Post: RE: Warehouse packing
Hey Jesus, I tested the packing functionality. It is working correctly after applying the hot fix. Thank you for the information. With regards. Anurag Nagarkoti
↧
↧
Forum Post: RE: SetAttribute of xmlelement is not including complete string name during XML export
Hi G uruprasanna and Martin, I was facing the smilier issue as above and I followed your post to create an attribute of "i:type" using the XMLElement.setAttribute method. Still i get wrong result by below is my code and the output . Code : { xmlElementAxTableField = nodeTableFields.appendChild(xmlDoc.createElement("AxTableField")); xmlElementAxTableField.setAttribute2('type','i','AxTableFieldString'); } output : Could you please look into and help me on same?
↧
Forum Post: How to Create a XML attribute through X++ code ""
Hi All, How to create A XML file, where in Subtags consist of Attribute as below "" I have used below code and refer my output. Code : { xmlElementAxTableField = nodeTableFields.appendChild(xmlDoc.createElement("AxTableField")); xmlElementAxTableField.setAttribute2('type','i','AxTableFieldString'); } output :
↧
Forum Post: Maximum/minimum order quantity
Hi, I was wondering what the imapct if I change inventory Max/Min order quantities. The reason is because if we increase the Max/Min order quantities, we found the master planning takes less time to finish (I think the reason is because we have less planned orders). So I am not sure if we can have a bigger Max/Min order quantities during master planning run, then splitting the planned orders, and what will be impact if we are doing so. Thanks,
↧
↧
Forum Post: RE: Management Reporter Initial Integration Error
Dear All, The version of my Management Reporter is 2.1.10001.112 and refers to this site it's clear that the version of my MR has a known issue as follows: 3127823 - Fact task error "Conversion overflows" / "SqlDateTime overflow. Must be between 1/1/1753 12:00:00 AM and 12/31/9999 11:59:59 PM" (CU10 HF2) Is there a solution to fix the problem without update the CU?
↧
Forum Post: RE: SetAttribute of xmlelement is not including complete string name during XML export
As I said above, the second parameter of setAttribute2() should be the URI of the namespace that you've defined before to use the prefix 'i'. 'i' is not an URI.
↧
Forum Post: RE: Range Week
Thank you Crispin and Sohaib. It was great!
↧
Forum Post: WHS Containerization - wrong calculation?
Hi All, i have configured Containerization process for a customer. now we realised in some cases, the system calculates physical dimensions to a point where we can not pack as much in the container as its supposed to. example : Container Type Item: packed Container:; as you see, the wave told us to pack 10 peaces in one box. But they dont fit. they DO FIT if youd only compare the volume, but the actual length, width and height dont add up. this could be fatal since we are working on a automated packing street. do i have to tell the system somwhere to NOT only compare volume? so far i only know this for location profiles. thanks for your input!
↧
↧
Forum Post: RE: D365 Mobile App - Barcode Scanning
i Can confirm this to have been a bug. After next Deployment it worked fine!
↧
Forum Post: QA order number not displayed on item transaction when inventory blocking
When QA order is created , Ax will block the inventory for the order, in case of SO the reference number is displayed on the item transactions , but for QA order I am not getting this reference is this Std AX behavior ?
↧
Forum Post: RE: WHS Containerization - wrong calculation?
That Looks like a big miss! Ideally it should not be just volume as well, as individual dimensions can still do some damage (Imagine a Container with 10x10x10, and you have 1 product 4x4x4 and another product 7x1x1, the volume check will be true, but (7+4 = 11 will not fit in the box) This could be a huge development. I'm really surprised, there is no Standard check incorporating this Scenario. I'd contact Microsoft Support for this. (or maybe somebody knows an already available Hfx.?)
↧
Forum Post: development
when i post sales invoice its take cust grop of custmer account but i want to change it i want to take cust group of invoice account how it possible?
↧
↧
Forum Post: RE: development
table method CustInvoiceJour.initFromCustTable() sets this field from custTable. this.CustGroup = custTable.CustGroup; You have to Change it here.
↧
Forum Post: RE: AX7 Extension Methods - Private Members
Here is the blog, in which i have shown how to access private attribute using class Extension. d365technext.blogspot.com/.../private-protected-and-public-attribute.html
↧
Forum Post: RE: development
what i have to change for invoice account custgroup
↧
Forum Post: RE: D365 - call a private method in class extension
Hey Adreian In this blog i have shown how to access private, protected and publish method using class extension. d365technext.blogspot.com/.../private-protected-and-public-attribute.html
↧
↧
Forum Post: D365FO - how is possible to unistall a custom model from PROD?
We have deployed a custom model to PROD, and now we need to remove it. It is possible somehow?
↧
Forum Post: handle temporary table in form extension
Hi all, I like to insert a new datasource (for example tempTable) on an existing form. So I create a FormExtension to declare the new DataSource. This datasource should be a temporary table. Until D365FO I have to set this table to a temporary one in init-method of Datasource like tempTable.setTmp() (if table is not set to tempDB in setup). In D365FO I set the datasource to tempTable.setTmp() in datasource-eventhandler onInitialized() and tempTable.setTempData(data) in my form-extension-class... it does'nt work, there are no records shown in the form... What's going wrong?
↧
Forum Post: RE: Single WSDL AIf Services
Did you manage to solve this issue? If so, how? I'm facing the same problem with a similar scenario.
↧