Layers are not important for extensions; what we need to know is what exactly are you doing. Do you have a form in one package (in a model in VAR layer) and a form extension of this form in another package (in the model in CUS layer). Or is your setup different? What can tell us about the group? Isn't it based on a field group from a table?
↧
Forum Post: RE: Unable to apply Extension
↧
Forum Post: RE: Add columns to item ID lookup
Hi, Please modify the form InventItemIdLookupPurchase(as suggested by Martin) shown below to get item model group: Thanks, Chaitanya Golla
↧
↧
Forum Post: RE: Updating Vendor Address using X++
I believe it would be good to use the view instead of using multiple joins if possible. We can get recid of LogisticsPostalAddress from that view using party and 'IsPrimary' checkbox and then select the buffer of that table and update the state.
↧
Forum Post: RE: Unable to apply Extension
Important... I am getting error on form level only on table level all things are working fine... Actually, i had created an extension of EcoResProductParameter from applicationSuites and create a group than add two different fields in the form (Model XYZ in var Layer) Now i have created another model ABC in cus layer and again create an extension of EcoResProductParameter from applicationSuite. My ABC model have reference of my XYZ model. Now when i am trying to add more fields from my new model in the section i have created in my old model i am getting error unable to apply extension. I am sharing some pics please have look into this. Pic-2
↧
Forum Post: RE: Dev server to work as build server v1611TP4
Yes, I second the suggestion to debug this in the PowerShell ISE. While doing that, verify that the VM has internet access (as it downloads the agent), check that the agent's installation succeeds, etc...
↧
↧
Forum Post: RE: Unable to apply Extension
If I understand correctly, you're trying to extend one form extension from another form extension, correct? By the way, please don't prefix tags with # and do separate words by spaces and tags by comma (e.g. Layer, Form Extension instead of #Layer #FormExtension ).
↧
Forum Post: FOREIGN KEY conflict in AxBuild xppcompileall
Hello All In the log file I get the below error. This below is in the AOTComp.txt file. !!! X++ execution error: Cannot execute a stored procedure !!! X++ execution error: [Microsoft][SQL Server Native Client 11.0][SQL Server]The INSERT statement conflicted with the Looking at the trace log Error occurred: User ID: -AOS- Time: 11:34:24 am 7/7/2017 Version: Microsoft Dynamics AX 6.3 (Build number 1000.309) Database: Microsoft SQL Server SQL statement: { CALL [AX2012R3DEV02_model].[dbo].[XU_InsertByParentHandle](?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) } [ID=0, Reused=@sys2048] Error text: [Microsoft][SQL Server Native Client 11.0][SQL Server]The INSERT statement conflicted with the FOREIGN KEY constraint "FK_ModelElementData_HasModelId_LayerId". The conflict occurred in database "AX2012R3DEV_Model", table "dbo.Model". SQL error code: 547 Has anyone come across this ? Thanks Abby
↧
Forum Post: RE: Add blanket orders in a 2nd section of the morphx report
Guys, Anyone reply please, i have created a 1 section in morphx report and trying to display a blanket order records. I got the records in that section but the designs are collapsed. We have a 3 sections in "OPEN ORDER REPORT" (order confirmation report). Am trying to display a blanket order records in that 2 section. I have created one table and inserted all the blanket orders records from "SalesEditLines" form-> button ok->clicked method. Please refer the below screen shot. in "pmf_SalesConfirm" report fetch method i have written a code. Please find the below screen shot. Kindly guide me how to display the blanket order records in that section.
↧
Forum Post: Setting up development environment
A little background - I'm an experienced .NET developer and have been working with Dynamics CRM for many years. Dynamics AX - I'm unable to find a dummies guide to starting AX development work, things like - Installing the proper tools to VS and connecting to an AX (Dynamics 365 Operations cloud) instance and trying to list existing models. The SDK documentation mentions the Fleet Management Model, which isn't in the SDK and I have no idea where to find it. Already tried - installing the Dynamics 365 SDK to VS 2015, but Visual Studio does not show me Dynamics AX in tools or in the navigation, what am I doing wrong? Can anyone point me in the right direction to get a very basic guide to installing AX development tools on Visual Studio? Thanks!
↧
↧
Forum Post: RE: Setting up development environment
What you're trying to do isn't supported at all. That's not exactly the same as impossible, but it's pretty close in this case. There are many more things than just the Visual Studio extension - source files, several databases, web applications, storage emulators and so on. You must use a VM configured by Microsoft for you. Either deploy one from LCS to Azure, or download a VHD file (you can again start on LCS and choosing a local environment) and use it by a local VM.
↧
Forum Post: RE: Setting up development environment
Hi, Refer this link: (Install Dynamics 365 Developer Toolkit with Visual Studio 2017) community.dynamics.com/.../install-dynamics-365-developer-toolkit-with-visual-studio-2017 Thanks, Chaitanya Golla
↧
Forum Post: RE: Setting up development environment
The link isn't about Operations.
↧
Forum Post: RE: How to restore "canceled" Sales Order?
If the Sales order has one line, then updating quantity/price and saving the record will change the line and header status to open but you have many lines, I guess creating new SO and copying lines from cancelled order will be feasible. Thanks, Pranav
↧
↧
Forum Post: Controlling action pane menu items in enterprise portal detail page
I have details page with action pane menu items ,need enable and disable menu items based on data changed in the page,i made many search and found this msdn link but not worked for me. https://msdn.microsoft.com/en-us/library/hh608237.aspx any help will be appreciated.
↧
Forum Post: RE: Setting up development environment
Hi Martin, I misunderstood the question, thanks for the correction. Thanks, Chaitanya
↧
Forum Post: RE: GST Patch Installation - Ax 2009 SP1
You can verify the application version and also you must be getting the upgrade checklist if update is installed successfully.
↧
Forum Post: Admin account broken
Hi, i made huge mistake, in cloud AX i changed my Admin email address in System administrations / Users. So now i can't enter AX, i get error: I run SQL and made update of field USERINFO.NETWORKALIAS back to my mail, restarted system from LCS, but this didn't helped, i still get such error. What you may advise me to do?
↧
↧
Forum Post: RE: Header to line
In your case, you can review below and related classes - 1. SalesPurchTableToLineParametersForm 2. PurchTable2LineField 3. PurchTable2LineParametersForm 4. PurchTable2LineUpdate
↧
Forum Post: Dynamics 365 support RCA (Root Cause Analysis)
Does Dynamics 365 support RCA (Root Cause Analysis) on part level on Customer order .
↧
Forum Post: RE: field resource must be filled in ax 2012 while creating production journal line
Hi sabih, Does your vendor resource no 1010 actually exist? Have you tried making the selection from the operation number field, which should fill in the other ones automatically provided that everything else is setup correctly? Best regards, Ludwig
↧