Hi Shivendra singh kushwah, What is it that you want to achieve exactly? Is it that you want to make the parameter field active to do some testing on that or do you have a concrete business scenario in mind? Best regards, Ludwig
↧
Forum Post: RE: Recalculate Price in Purchase Order Credit Note
↧
Forum Post: RE: Each time I import Purchase order I get error ,,,,,,,,,,,,,,,,
Hi Walid Baghdady, Does the file from which you want to import contain some data for importing? Best regards, Ludwig
↧
↧
Forum Post: RE: Each time I import Purchase order I get error ,,,,,,,,,,,,,,,,
sure it's, the purchase order contain 240 line
↧
Comment on Transfer Order in AX 2012
Nice summary overview...often we are doing a transfer order for product that is for a customer order. I am trying to locate a straightforward way to get to "items on order' at the receiving site once the TO receipt is completed. Step 31 gets very close - except the transactions list does not show sales order activity. when PO receiving is complete, if you select -->inventory -->onhand -->items on order - you can see the open sales orders. When you do the same on the TO line, you see the items on order at the "from" site, not the "to" site. Ideas?
↧
Forum Post: RE: Creating N number of records when clicking a button
Done it . inserted records within a for loop.
↧
↧
Forum Post: RE: Encode single and double quote characters in XMLDocument.createtextnode method
Did anyone found answer ? I am having same problem while exporting to XML
↧
Forum Post: RE: Barcode printing in landscape orientation
Report orientation comes from the printer settings that is set on the network printer as a default setting. It is possible to override within Windows (from which server the printer is being mapped like Print server, AX AOS, Remote Desktop Host, local computer) the default setting, so it will be taken from the Windows printer properties. Have a look at that. Also I believe orientation could be defined in the report design itself during development.
↧
Forum Post: RE: Add a boolean Editable field to SalesTable
If the datasource you are adding the field from is not editable, then all fields within the datasource are not editable too. Please show us what form you are changing, how does the datasource properties look like (make sure allowEdit = Yes, and also it is not altered through code), and how did you add the field. Maybe just the group you have added the field to is not editable, in which case you should also make the group editable then.
↧
Forum Post: RE: Creating N number of records when clicking a button
Looping is always a bad idea. You should rely on set-based database operations whenever possible. Use a search engine to find out more about these topics with the "ax 2012" search keyword: - insert_recordset - RecordInsertList - UnitOfWork They are all better compared to a loop-insert, since all of them would be a single call to the database server instead of multiple.
↧
↧
Forum Post: RE: Full Compile CIL
This shows 2 issues. Your CopyOf* object has invalid elements in it, for which you have received the CIL compilation errors. Best practice is that objects should not start with the CopyOf name anyway, I would suggest deleting this object (after making sure nothing is using it), since the object is clearly faulty. Second, you have ID conflicts for tables and fields, I recently released a tool for fixing those, have a look at my blog: www.daxrunbase.com/.../fix-table-and-field-id-synchronization-conflicts-in-ax Import the code, run the job, which should fix AOT application object identifier conflicts in SQLDictionary table, after which you should be able to synchronize fine.
↧
Forum Post: RE: Each time I import Purchase order I get error ,,,,,,,,,,,,,,,,
Can you show us the sample of your file with data?
↧
Forum Post: RE: Add a boolean Editable field to SalesTable
Review method 'setHeaderDataSourceAccess' of that form.
↧
Forum Post: RE: Costume Exchange Rate Service
It is very old post but I hope below link will help others - ajit-dynamicsax.blogspot.com/.../exchange-rate-service-oanda-in-ax-2012.html
↧
↧
Forum Post: RE: an invalid directory structure for Microsoft Dinamys AX
Image is not available here but open your client configuration in notepad and make sure it has correct location of directory. That should match with your installed AX client directory.
↧
Forum Post: RE: New created SSRS Report Data Provider not showing in Visual Studio Report Designer Dataset Properties
Run the full CIL and try restarting AOS service once.
↧
Forum Post: RE: Dynamics 365 support RCA (Root Cause Analysis)
Kind of... You have the case module which also has a Knowledge base associated. I would argue that it is pretty good to handle RCA processes. docs.microsoft.com/.../cases
↧
Forum Post: RE: Create custom workflow on a new form and table
Did you check the WF batch jobs? Are they running?
↧
↧
Forum Post: Data Migration through DIXF becomes slower as the data gets filled.
Hi, I have been facing an issue of migration becoming slower and slower as the data gets filled into the table. The versions are AX 2012 R3 and SQL 2016. When i perform the "Copy data to Target" step of DIXF for table CustQuotationTrans then only i feel the issue. For all other tables e.g. SalesQuotationTable, SalesQuotaitonLine and CustQuotationJour, its working very well. When the table is empty and i start migration then it starts with very good speed of around 200 records per second but after around 100,000 records, it gets 100 records per second and then keeps on decreasing as the table gets filled on. There are around 50,00,000 records which i have to migrate. I am, already running it in Batch with 8 tasks. So far, i have tried the below steps: 1) Table CustQuotationTrans has total 10 non-unique index. There was not any fragmentation issue on any index but still i rebuilt all indexes in the table but couldn't see any improvement. 2) I have tried disabling all indexes resulting which all index got deleted except Clustered index on RecId on SQL side but still couldn't see any improvement. 3) I made validate property NO on all relations on this table to disable all FKs but no improvement. 4) There is 12 GB memory allocated to this SQL server and 12 GB to another SQL server and still 8 GB free (DEV server: Total 32 GB) so there shouldn't be any memory issue too. 5) I have tried unchecking "Run business logic in Insert and Update" and "Run Business Validation" checkboxes but didn't make difference. There must be surely something on the table side as the speed is getting deteriorating as the data is getting filled in table. Please suggest me any other solution which you think might work here. Thanks Vishnu
↧
Forum Post: RE: Dynamics 365 for operations on-premise download
Hi Krishna, Do you want to download it for testing/training purposes or for a customer installation? From what you write I would expect the first one. Best regards, Ludwig
↧
Forum Post: RE: Dynamics 365 for operations on-premise download
Let me quote my reply from a similar thread: Please consult the documentation; it has many answers for you. For example, let me quote Set up and deploy on-premises environments : Finance and Operations bits are distributed through Microsoft Dynamics Lifecycle Services (LCS). Before you can deploy, you must purchase license keys through the Enterprise Agreements channel and set up an on-premises project in LCS. Deployments can be initiated only through LCS.
↧