Quantcast
Channel: Microsoft Dynamics AX Forum - Recent Threads
Viewing all 73760 articles
Browse latest View live

Missing value fields in standard AIF SalesInvoiceService

$
0
0

Hi all,

After having activated the AccountsReceivableServices in both Development and Productions machines our unit tests would all pass correctly in the Development environment.  Upon launching the tests in the Production environment we can see some value fields are missing from the results returned by the SalesInvoiceService.find method.  The related classes (compiled and CIL generated) and schema* are the same, however fields such as CustInvoiceJour.RecId or SumTax do not possess values in the Production environment.

Can anyone suggest why certain values are missing?

The only thing we can think of is different security configurations between environments, and have therefore updated the SysEntryPointAttribute to false in order to avoid authorisation checks.  We are now pending launching an incremental CIL in Production.

Thanks

Ian

* Go to Forms\AIFService - open the form and review the service operations.


Transfer from one location to other in 2009

$
0
0

HI ,

while transfer from one location to another I was getting the below error.

Kindly suggest  it .

thanks

Retrieving the query in the class CustAccountStatementExtUIBuilder

$
0
0

Hi

I have added some new fields onto the external customer statement contract (CustAccountStatementExtContract) and these need to be updated when the data in the customer group gets changed. Is there any way of doing this?

I guess I need to modify the CustAccountStatementExtUIBuilder class to retrieve the changes to the query CustAccountStatementExtBaseData but am not sure how to go about doing this.

Any help would be most appreciated.

Thanks,
Joe

ISV Solution is still running after the expired license

$
0
0

Hi ALL,

We have an ISV that is running with license, even after license is expired, tye solution is running.

When we launch the AX client it prompts a warning that ISV license is expired and when we go to License information form the status is ok and all the ISV features are still running which shouldn't.

We have restarted the AOS Service and system as well.

Any help would be appreciated.

Thanks

Dhana

Takes too time after Publish Data by Dynamics Excel Add-In

$
0
0

Hello ,

I am using Dynamics Excel Add-in ( by AIF Document Service). It publish records succesfully but after that it gets hangs for some time  and gives below error :

Please suggest solution.

Thanks.

Identifying mandatory data fields

$
0
0

How can I identify mandatory data fields when exporting with the Data Management tool to Excel? When opening up a form to create a new customer, as shown below, mandatory fields are red and include an asterisk, however I don't want to open every form in order to see required fields so any tips/tricks would be appreciated. 

Leading zeros in customer account are removed in staging

$
0
0

Hello,

I am working in uploading data into AX 2012 R2 CU6, with DIX framework upgraded to CU7.

When I try to import data for a sales order using an XML file, and the CustAccount has leading zeros (Ex. CustAccount="00023"),

when the data is imported into staging the CustAccount has only the vale without the zeros (CustAccount="23"). Is there a fix for this or someone can maybe help me with this issue?

Updating Financial Dimensions

$
0
0

Entity  – Procurement & Sourcing, Purchase Orders – All Purchase Orders, Selected from the list & Click Edit, Expand the Line Details, Click on the Financial Dimensions tab, Add the financial dimension, Then I get an Error Message ( Access Denied to table purchase line history) . Can anyone help me with this issue?


Multiple findRecord over 3 depending tables

$
0
0

Hi,

I have a form with 4 tables.

- table1
- table2 (join on table1)
- table3 (join on table2)
- table4 (no joins)

Every table has it's own grid on the form.

Now I want to click on a button on table4 and want to select a record on table3, depending on what I selected in table4.
My clicked-method looks like:

table1.removeFilter();
table2.removeFilter();
table3.removeFilter();
table1.findRecord(table1::find(table4.id1));
table2.findRecord(table2::find(table4.id1, table4.id2));
table3.findRecord(table3::find(table4.id1, table4.id2, table4.id3));

The problem is that only the first record in table1 is selected and in table2 and table3 only the first record is selected which depends on the prior joining table.

How can I solve this problem in AX4?

AX 2012 R3 Updating Financial Dimensions

$
0
0

I select my Entity - Procurement & Sourcing,

Purchase Orders – All Purchase Orders,

Selected from the list & Click Edit,

Expand the Line Details,

Click on the Financial Dimensions tab,

Add the financial dimension,

Then I get an Error Message ( Access Denied to table purchase line history) . Can anyone help me with this issue?

Historical On-Hand AX2012

$
0
0

Hi!

I need to get historical on-hand stock level using the AX-database (i.e. using InventTrans). I understand that it works like this (correct me if I'm wrong):

  • In InventSum on-hand (represented in field PHYSICALINVENT) is calculated using POSTEDQTY + RECEIVED - DEDUCTED + REGISTERED - PICKED
  • For InventTransthis means that QTY should be summed up for all records where 
    • DATEFINANCIAL> '1900-01-01' OR
    • STATUSISSUE = 2 OR
    • STATUSISSUE = 3 OR
    • STATUSRECEIPT = 2 OR
    • STATUSRECEIPT = 3
  • If I try the above I get an exact match with InventSum so it seems to be correct for getting present on-hand. To get historical on-hand at date D I understand that I should either sum up all transaction until D, or take present on-hand and subtract transactions back till D. What I then can't understand is what date-field to use for this. First I thought of Financial or Physical, but these are 1900-01-01 for some transaction types so then I can't see how they could render a correct historical on-hand. (Let's say on-hand was 10 on 2016-03-01 and then 8 on 2016-03-02 due to a PICKED-transaction of quantity 2. Now if I want see this how historical on-hand differs for these dates using Financial or Physical date I can't because they don't give me the date for the PICKED-transaction, right?). Could I use DateStatus instead? Or how should I do this?

DIXF - Export to text file

$
0
0

Hi all,

I'm using DIXF to export data into text files. My source data format is of type text - delimited.

In my staging table I only have a string field of 500 chars.

Records in the staging table are created without problems. When I call the "Export to file" function, if the content of the field is short (e.g. 100 chars) it correctly creates the line in the output file, while if the content is long (e.g. 400 chars) the function "skips" the record. 

Digging a bit in the code I found that in the method DmfGenerateSSISPackage.generateFileData(), row 281 "errorCount = returnRec.get_ErrorRowCount();" the variable "errorCount" correctly reports the number of lines not written but there are no thrown exceptions/errors.

In the staging log details I found the error number -1071628257 which is described here:

msdn.microsoft.com/.../ms345164.aspx

0xC020401F-1071628257DTS_E_TRUNCATIONTRIGGEREDREDIRECTIONA truncation caused a row to be redirected, based on the truncation disposition settings.

I'd like to ask if someone knows how to set the truncation threshold (I don't know the current value) or how to workaround the limit.

Thank you,

Michele

Inter-company POs & SOs

$
0
0

None of the inter-company POs & SOs have financial dimensions populated.  This is causing errors in receiving & invoicing the inter-company items.

PURCHASE tab has vanished

$
0
0

PURCHASE tab is no longer visible in the purchase order action bar banner. I can't confirm a PO. IT department says there have been no security or admin changes to my account and aren't sure what to do to resolve the issue. HELP!

AOS and SQL high CPU usage

$
0
0

First off, I'm not sure if this is the correct place to be asking this question.

We're running AX 2012 RTM on Windows Server 2012 R2 and SQL 2008 on Windows Server 2012 R2.

Is there a way I can find out what in AX is running that is causing the CPU for both the AOS and SQL to be insanely high +90%?

I noticed over the weekend the CPU went down a lot lower since Monday was a holiday and nobody was here.

I've narrowed it down to something in AX/AOS because once I shut it off, SQL goes back to normal. If I look at SQLs processes it just shows the SQL server process being the culprit.

Every time I have looked in SQL activity monitor I can't find anywhere it's hanging up or waiting, so that hasn't helped figure out the problem.

Has anyone experienced anything like this and what was your solution? I'm sure getting on R3 would be the most ideal thing to do, but currently we cannot get there.


The sign of the amount and quantity on the accounting distributions must match the sign on the source document line

$
0
0

tryin to post a po and I am getting this error

The sign of the amount and quantity on the accounting distributions must match the sign on the source document line

does anyone know why or suggest what is wrong here??

AX 2012

Dynamics 2009 AX and EDI integration

$
0
0

I'm pretty new to Dynamics, and it's been a while since I've dealt with EDI. Does anyone have a setup checklist that they would share for setting up trading partners with Dynamics AX/Biztalk?  In the past I had to deal with the setting up direct connections with trading partners (I told you it's been a while), but now it seems with the third party companies things should be somewhat easier.  I just have three new partners to set up, and looking for a list of everything that needs to be done.

Compilation errors after migration

$
0
0

Hi ,

I have migrated AX databases from one environment to the other..

All the services are up and running but when we compile the application (AXbuild.exe xppcompileall)

we are getting a lot of errors....  the source environment has got zero errors.

In the destination environment the errors are as below:

Error\Classes\BIAnalysisServicesProjectController\importAnalysisServicesProject1734Syntax error.
Error\Classes\BudgetAllowTransferExpressionController\loadProperties135Microsoft.Dynamics.AX.Frameworks.Controls.Dimensions.RuleDesigner is not a class.
Error\Classes\BudgetControlGroupExpressionController\loadProperties135Microsoft.Dynamics.AX.Frameworks.Controls.Dimensions.RuleDesigner is not a class.
Error\Classes\BudgetControlRuleExpressionController\loadProperties125Microsoft.Dynamics.AX.Frameworks.Controls.Dimensions.RuleDesigner is not a class.
Error\Classes\BudgetDimensionExpressionController\classDeclaration1027Syntax error.
Error\Classes\CollabSiteSharePointProxy\addMember624Syntax error.
Error\Classes\CollabSiteSharePointProxy\checkSiteExists324Syntax error.
Error\Classes\CollabSiteSharePointProxy\createSite424Syntax error.
Error\Classes\CollabSiteSharePointProxy\deleteSite324Syntax error.
Error\Classes\CollabSiteTemplateManager\loadTemplates1024Syntax error.
Error\Classes\CollabSiteTemplateManager\validTemplate824Syntax error.
Error\Classes\CostBIChartDrillingController\classDeclaration831Syntax error.
Error\Classes\CostBIChartDrillingCtrlStateHandler\classDeclaration756Syntax error.
Error\Classes\CostBIChartHelper\setChartParameterValue1764Syntax error.
Error\Classes\CostBIChartHelper\setCompany864Syntax error.
Error\Classes\CostBIChartHelper\setSessionDate864Syntax error.
Error\Classes\CostBIChartHelper\setSessionDateAndCompany864Syntax error.
Error\Classes\CostBIChartItemVariantSliceController\classDeclaration1231Syntax error.
Error\Classes\CostBIChartSliceController\classDeclaration1031Syntax error.
Error\Classes\CostBIChartSlicingController\applySlicing856Syntax error.
Error\Classes\CostBIChartSlicingController\registerDataSource864Syntax error.
Error\Classes\DimensionAccountRuleStructureController\addDimensionHierarchy2427Syntax error.
Error\Classes\DimensionAccountRuleStructureController\initializeManagedSegments627Syntax error.
Error\Classes\DimensionDefaultingControllerBase\fillWhereUsedGroup1827Syntax error.
Error\Classes\DimensionDefaultingControllerBase\showWhereUsedForAttributeIndex1927Syntax error.
Error\Classes\DimensionHierarchyController\accountRuleEventHandler927Syntax error.
Error\Classes\DimensionHierarchyController\activateHierarchy1056Syntax error.
Error\Classes\DimensionHierarchyController\activateHierarchyEventHandler1027Syntax error.
Error\Classes\DimensionHierarchyController\addControlToTabPage1633Syntax error.
Error\Classes\DimensionHierarchyController\addMainAccountSegment627Syntax error.
Error\Classes\DimensionHierarchyController\addNodeRecursive1777Syntax error.
Error\Classes\DimensionHierarchyController\addRelationships1255Syntax error.
Error\Classes\DimensionHierarchyController\attachEventHandlers958Syntax error.
Error\Classes\DimensionHierarchyController\clearRelationships1057Syntax error.
Error\Classes\DimensionHierarchyController\combinationAddedEventHandler1591Syntax error.
Error\Classes\DimensionHierarchyController\combinationMovedEventHandler1290Syntax error.
Error\Classes\DimensionHierarchyController\combinationPastedEventHandler1592Syntax error.
Error\Classes\DimensionHierarchyController\combinationRemovedEventHandler1292Syntax error.
Error\Classes\DimensionHierarchyController\constraintChangedEventHandler1491Syntax error.
Error\Classes\DimensionHierarchyController\createHierarchySegmentEventHandler1596Syntax error.
Error\Classes\DimensionHierarchyController\deleteHierarchy1527Syntax error.
Error\Classes\DimensionHierarchyController\deleteSelection927Syntax error.
Error\Classes\DimensionHierarchyController\duplicateStructureEventHandler1927Syntax error.
Error\Classes\DimensionHierarchyController\editHierarchyEventHandler1027Syntax error.
Error\Classes\DimensionHierarchyController\editHierarchySegmentEventHandler1594Syntax error.
Error\Classes\DimensionHierarchyController\editRelationshipsEventHandler1027Syntax error.
Error\Classes\DimensionHierarchyController\getDefaultNodeId1156Syntax error.
Error\Classes\DimensionHierarchyController\getDesigner1633Syntax error.
Error\Classes\DimensionHierarchyController\getDesignerFromTabPage1033Syntax error.
Error\Classes\DimensionHierarchyController\getHierarchyConstraintNode1533Syntax error.
Error\Classes\DimensionHierarchyController\getLevelCountFromDesigner1063Syntax error.
Error\Classes\DimensionHierarchyController\getTreeIdFromDesigner1061Syntax error.
Error\Classes\DimensionHierarchyController\hierarchySegmentAddedEventHandler1495Syntax error.
Error\Classes\DimensionHierarchyController\hierarchySegmentMovedEventHandler1495Syntax error.
Error\Classes\DimensionHierarchyController\hierarchySegmentRemovedEventHandler1497Syntax error.
Error\Classes\DimensionHierarchyController\initializeDimensionHierarchyFromDatabase2527Syntax error.
Error\Classes\DimensionHierarchyController\initializeManagedSegments627Syntax error.
Error\Classes\DimensionHierarchyController\isRowOrColumnSelected927Syntax error.
Error\Classes\DimensionHierarchyController\lazyLoadChildren1255Syntax error.
Error\Classes\DimensionHierarchyController\loadChildren1049Syntax error.
Error\Classes\DimensionHierarchyController\loadChildrenEventHandler1386Syntax error.
Error\Classes\DimensionHierarchyController\loadDimensionHierarchyDesigner1827Syntax error.
Error\Classes\DimensionHierarchyController\loadRootNodes1251Syntax error.
Error\Classes\DimensionHierarchyController\makeDraft1349Syntax error.
Error\Classes\DimensionHierarchyController\openAccountRule1227Syntax error.
Error\Classes\DimensionHierarchyController\pageActivatedEventHandler927Syntax error.
Error\Classes\DimensionHierarchyController\renameHierarchyEventHandler1227Syntax error.
Error\Classes\DimensionHierarchyController\renameHierarchyOpenedEventHandler1327Syntax error.
Error\Classes\DimensionHierarchyController\restoreHierarchy1053Syntax error.
Error\Classes\DimensionHierarchyController\restoreHierarchyEventHandler1027Syntax error.
Error\Classes\DimensionHierarchyController\setActiveDates2427Syntax error.
Error\Classes\DimensionHierarchyController\setActiveDatesEventHandler1288Syntax error.
Error\Classes\DimensionHierarchyController\setErrorMessage1127Syntax error.
Error\Classes\DimensionHierarchyController\setLabels948Syntax error.
Error\Classes\DimensionHierarchyController\setTreeId1048Syntax error.
Error\Classes\DimensionHierarchyController\showConstraintNodeDesignerEventHandler11100Syntax error.
Error\Classes\DimensionHierarchyController\updateParentNodes1154Syntax error.
Error\Classes\DimensionHierarchyController\updateSiblingNodes1827Syntax error.
Error\Classes\DimensionHierarchyController\validateHierarchy756Syntax error.
Error\Classes\DimensionHierarchyController\validateHierarchyEventHandler1027Syntax error.
Error\Classes\DimensionRuleExpressionController\classDeclaration627Syntax error.
Error\Classes\KanbanControl\initDesign627Syntax error.
Error\Classes\KanbanControl\initKanbanJob4337Syntax error.
Error\Classes\KanbanControl\openKanbanHandler1227Syntax error.
Error\Classes\KanbanControl\openKanbanRuleHandler1227Syntax error.
Error\Classes\KanbanControl\printKanbanHandler1227Syntax error.
Error\Classes\KanbanControl\viewPeggingTreeHandler1227Syntax error.
Error\Classes\KanbanJobScheduleOperation\classDeclaration1227Syntax error.
Error\Classes\KanbanOverviewControlFinished\canCreate1127Syntax error.
Error\Classes\KanbanOverviewController\updateSelection1127Syntax error.
Error\Classes\KanbanOverviewControl\classDeclaration727Syntax error.
Error\Classes\LedgerDerivedFinRuleExpressionController\classDeclaration627Syntax error.
Error\Classes\LogisticsLocationEntity\showHideEffectiveAddressMessageBar2634Syntax error.
Error\Classes\SrsAutoReportController\classDeclaration845Syntax error.
Error\Classes\SrsReportPrintPreviewRun\classDeclaration427Syntax error.
Error\Classes\SrsReportRunAdapter\classDeclaration1227Syntax error.
Error\Classes\SysEPDeployment\isMOSSInstalled1412Microsoft.Dynamics.Framework.Portal.Deployment.EPWebModule is not a class.
Error\Classes\sysEPWebPageDefinition\deployModuleOnServer199Microsoft.Dynamics.Framework.Portal.Deployment.EPWebModule is not a class.
Error\Classes\sysEPWebPageDefinition\deployPageOnServer459Microsoft.Dynamics.Framework.Portal.Deployment.EPWebPartPage is not a class.
Error\Classes\SysTreeNodeVSProject\getVirtualProject334Syntax error.
Error\Classes\SysTreeNodeVSProject\importProject1234Syntax error.
Error\Classes\SysVSProjectsExport\classDeclaration834Syntax error.
Error\Classes\TaxReportHierarchyController_IN\classDeclaration1224Syntax error.
Error\Classes\WebSession\classDeclaration6841Syntax error.
Error\Forms\BudgetControlConfiguration\Methods\classDeclaration334Syntax error.
Error\Forms\BudgetPlanHierarchyView\Methods\classDeclaration324Syntax error.
Error\Forms\BudgetPlanOrganizationHierarchyView\Methods\classDeclaration324Syntax error.
Error\Forms\CustOpenTrans\Methods\classDeclaration4734Syntax error.
Error\Forms\CustVendReportInterval\Methods\classDeclaration534Syntax error.
Error\Forms\DimensionConstraintNodeDesigner\Methods\classDeclaration627Syntax error.
Error\Forms\DirViewLocations\Methods\classDeclaration324Syntax error.
Error\Forms\DocuView\Methods\classDeclaration4234Syntax error.
Error\Forms\EFDocReceivedXmlPendingActions_BR\Methods\classDeclaration334Syntax error.
Error\Forms\EMSProcessMap\Methods\classDeclaration347Syntax error.
Error\Forms\ExpressionUpgradeModifyExpression\Methods\init334Syntax error.
Error\Forms\HcmBenefit\Methods\classDeclaration734Syntax error.
Error\Forms\HcmJob\Methods\classDeclaration1134Syntax error.
Error\Forms\HcmMassBenefitEnrollmentResults\Methods\classDeclaration334Syntax error.
Error\Forms\HcmMassBenefitExpirationResults\Methods\classDeclaration534Syntax error.
Error\Forms\HcmPositionActionDetail\Methods\classDeclaration1134Syntax error.
Error\Forms\HcmPositionActionList\Methods\classDeclaration334Syntax error.
Error\Forms\HcmPositionForecast\Methods\classDeclaration1634Syntax error.
Error\Forms\HcmPositionHierarchyView\Methods\classDeclaration324Syntax error.
Error\Forms\HcmPosition\Methods\classDeclaration1934Syntax error.
Error\Forms\HcmSkillGapProfile\Methods\classDeclaration327Syntax error.
Error\Forms\HcmWorkerActionDetail\Methods\classDeclaration3034Syntax error.
Error\Forms\HcmWorkerActionList\Methods\classDeclaration634Syntax error.
Error\Forms\HcmWorkerEnrollment\Methods\classDeclaration1134Syntax error.
Error\Forms\HcmWorker\Methods\classDeclaration4834Syntax error.
Error\Forms\HierarchyDesigner\Methods\classDeclaration1024Syntax error.
Error\Forms\KanbanBoardSchedule\Methods\init327Syntax error.
Error\Forms\KanbanBoardSchedule\Methods\initKanbanJobScheduleOperations327Syntax error.
Error\Forms\KanbanBoardSchedule\Methods\kanbanJobDropped178Syntax error.
Error\Forms\KanbanBoardSchedule\Methods\kanbanJobScheduleUpdated327Syntax error.
Error\Forms\KanbanBoardSchedule\Methods\refreshScheduleControl327Syntax error.
Error\Forms\KanbanBoardSchedule\Methods\setControlAllowDragProperty627Syntax error.
Error\Forms\KanbanBoardSchedule\Methods\showMessage173Syntax error.
Error\Forms\NumberSequenceConfiguration\Methods\classDeclaration1034Syntax error.
Error\Forms\PayrollPayStatement\Methods\classDeclaration534Syntax error.
Error\Forms\PurchRFQCaseTable\Methods\classDeclaration4334Syntax error.
Error\Forms\PurchRFQCompare\Methods\classDeclaration634Syntax error.
Error\Forms\PurchRFQReplyTable\Methods\classDeclaration2934Syntax error.
Error\Forms\ReqActionGraph\Methods\graph150Syntax error.
Error\Forms\ReqActionGraph\Methods\refreshGraphView347Syntax error.
Error\Forms\RetailCampaignMediaPublish\Methods\classDeclaration734Syntax error.
Error\Forms\RetailDeploymentHierarchyForm\Methods\classDeclaration424Syntax error.
Error\Forms\SrsReportPrintPreviewForm\Methods\classDeclaration527Syntax error.
Error\Forms\SrsReportViewer\Methods\classDeclaration1927Syntax error.
Error\Forms\SysSetupForm\Methods\classDeclaration2834Syntax error.
Error\Forms\TaxReportHierarchyDesigner_IN\Methods\classDeclaration1224Syntax error.
Error\Forms\VendEditInvoice\Methods\classDeclaration11234Syntax error.
Error\Forms\VendInvoiceJournal\Methods\classDeclaration534Syntax error.
Error\Forms\VendInvoiceXmlMapping_BR\Methods\classDeclaration834Syntax error.
Error\Forms\VendOpenTrans\Methods\classDeclaration4734Syntax error.
Error\Forms\VendTrans\Methods\classDeclaration2334Syntax 

could it be because the AXbuild.exe and not going for Full Compile Application.

I have also installed the ADMO and Shared objects MSI files in the servers....

Please help me out here.....

How to get the customer opening balance using X++

$
0
0

Hi,

I am trying to write job  to display an Infolog of all customers with an open balance greater than 5,000 in the customer currency and display the balance in the customer and master company currency.

How to get this.

regards,

Srinivas Pamidi

It Keep Asking For Activate Cloud POS

$
0
0

Hi, I am developing on CPOS, It's wired that the page keep asking for activate Cloud POS when access CPOS. How to fix this problem? There are errors In the event viewer like the following :

 Realtime Service call for method 'ActivateDevice', language 'en-us', and company '' failed. Exception: 'Microsoft.Dynamics.Commerce.Runtime.HeadquarterTransactionServiceException: Real-time Service was successfully connected, but the method call ActivateDevice failed with this error : An error occurred while activating the device.  This device is already activated.'.

Could you please help on this?Thank you.

Regards.

Leon

Viewing all 73760 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>