Forum Post: RE: this.delete(enum2Str(MyEnum::Enum));
Hi Nishath, Can you explain what you mean with working only in tables? Are you editing in the table browser directly or something else?
View ArticleBlog Post: Project Services in Dynamics CRM vs. Dynamics AX: Which Microsoft...
This is the second of a two-part article exploring the new Microsoft Dynamics CRM Project Service solution. In the first article, we explored Microsoft's strategy for enabling transformative customer...
View ArticleForum Post: RE: Upgrade AX 2012 R2 CU7 to AX 2012 R2 CU9
HI Muneeb, In SQL Management Studio, select the AX database and try to set: update SQLSystemVariables set value = 5 where parm = 'SYSTIMEZONESVERSION' Make sure you have a backup of the database first....
View ArticleForum Post: RE: Attachments on Enterprise Portal
Hi Sree, When you say 'Document Store', do you mean 'Archive Directory'?
View ArticleForum Post: RE: Auto PO from PR with modified Unit Price
Hi, When you set a price, there is one or more fields in AX where a combination of manual changed fields are kept. This indicates if a user enters a price manually or if it is system generated....
View ArticleForum Post: RE: Attachments on Enterprise Portal
Hi Dhillon, Yes i know that Archive Directory is company Specific. I have specified the UNC in Company 1 and am creating an expense report for the same company on EP. I have changed the Archive...
View ArticleForum Post: RE: How to get caller form name of the caller class
In the init method of the form , we can check who the caller was .. We can change the display accordingly For example in SalesEditLines,, we can have the below code. str callerName; salesFormLetter =...
View ArticleForum Post: RE: Attachments on Enterprise Portal
Changing the path in the Document Types Archive Directory did the trick. Thank you so much. :) ~ Nidhi
View ArticleForum Post: RE: Attachments on Enterprise Portal
Yeah, Anyways your problem is solved which is good. Thanks
View ArticleForum Post: Installation & configuration Dynamics Axapta 2012 r3 cu8.
Hi Was going through course material for I & C of 2012 R3 Cu8. I was unable to understand the response for the following questions. 1.Which of the following servers are required for a basic...
View ArticleForum Post: RE: The length of the value is invalid. \r\nMinimum supported...
Check to see if your currency codes and ISO codes are modified recently and none of them are blank or weird. Follow this link, this might help you. community.dynamics.com/.../104125
View ArticleForum Post: RE: Account type for transaction inventory, inventory profit does...
Hi, I myself am a developer. I debugged the process and I am a little bit confused now. I am posting a movement journal. InventUpdate (class) \ updateinventtransposting (method)\related codes pasted...
View ArticleForum Post: RE: Production Picking List - Automatic BOM consumption
Hey Derrick, I'm pretty sure, on the resource, you can specify a production input warehouse and input location. There's also some additional information on this blog post, but I'm not sure if it...
View ArticleForum Post: RE: AX 2012 R3: Error while submitting purchase requisition workflow
Hi We have encountered a similar issue when sending Emails via the Alert system, that we have solved and this resolution may help you with your issue. The Error Reported to the user was Error...
View ArticleForum Post: RE: Project shared in multiple companies
It is not possible as you described out of the box. Some questions/statements to consider in providing your solution. 1. What legal entity is the owner of the project. I don't think the answer is all...
View ArticleForum Post: Net requirements error on item
When I click net requirments for an item I am getting this error Cannot delete a record in Net requirements (ReqTrans). An update conflict occurred due to another user process deleting the record or...
View ArticleForum Post: RE: AX 7 Not able to update custom field of standard table...
It could be related to caching. Had you tried to restart the IIS service? Have you also checked if the new field is available on the customer form?
View ArticleForum Post: RE: Add/Create Customer offline
Hi, AX 2012 R3 POS doesn't support offline creation of customers by default, but this process is supported in AX7 MPOS. I would recommend to have a look at AX7 implementation (in Retail SDK) and try to...
View Article