Friday, June 8, 2018

Updating Hour journal Indirect Sales Price in to Project funding limit spent in AX 2012


Issue:
System is not updating Hour journal IndirectCost component Sales Price in to Project funding limit spent in AX 2012

Code Fix: (write logic to update Project funding limit Spent)_
AOTàClassà
PsaProjPostEmplIndirectJournalàMethod(ClasscreateAndUpdateTrans)

No comments:

Post a Comment

Disabling the flight in D365FO (CHD - Tier 1)

 INSERT INTO dbo.SYSFLIGHTING(FLIGHTNAME, ENABLED)  VALUES ('<FlightObjectName>_KillSwitch', 1)  or  INSERT INTO dbo.SYSFLIGHT...