Posts

Dynamics AX 2012 - Table Keys

Terminology for keys Important concepts. Term Description foreign key In Microsoft Dynamics AX, an AOT node under  MyTable  >  Relations  represents a foreign key.  natural key A key whose value has meaning to people. Most replacement keys are natural keys. surrogate key A key whose value has no meaning to people. A large number generated by the system, such as RecId, could be a surrogate key. unique key A broad term that applies to primary keys and to alternate keys. It does not apply to foreign keys. This term emphasizes that all values for a given key must be unique within one table. All fields in a unique key must be not-nullable.

Financial Dimensions in Payroll Earning and Pay Statements - Payroll AX 2012

Image
At times it is required to associate financial dimensions defaults for all the postings and submission of payroll information in AX 2012. As per our understandings, the financial dimensions are fetched from Human Resources > Common > Select any Employee > Worker position assignment (Button) Or Position can be directly selected from the Human Resources Module Human Resources > Common > Organization > Positions The default dimensions can be set from the following screen for Payroll posting earning and pay statements.

Electronic Payments for workers - Payment issuance AX 2012 in Payroll

If you generate electronic payments, make sure that the  Electronic method of payment   field is set on the on the   Payment issuance   tab in the   Payroll parameters   form, and that you've entered the bank account disbursements for each worker. For more information about worker bank account disbursements, see   Bank account disbursements (form) .

Clearing account concepts - Microsoft Dynamics AX 2012

Clearing Account (definition) Clearing Account as a temporary account containing costs or  amounts that are to be transferred to another account.   These types of accounts are referred to as "clearing  accounts" because their balance is meant to "clear" itself out  to zero periodically (e.g., daily, monthly, or yearly). In case of Payroll Module, we need to setup Payroll Clearing  Account in Payroll > Setup > Payroll Parameters > Calculation Settings In the tab of accouting settings set the Payroll Clearing Account

SharePoint enable debugging - Debugger must be enabled in web.config error

Modify the web.config file usually located  C:\inetpub\wwwroot\wss\VirtualDirectories\80 < configuration >   < SharePoint >     < SafeMode CallStack = " true "  />   </ SharePoint >   < system.web >     < customErrors mode = " Off "  />     < compilation debug = " true "  />   </ system.web > </ configuration >

AX 2012 Payroll Benefit Assignments to Employee - Insider

The following tables are involved in the Benefit assignments to the Employees 1- HCMWorkerEnrolledBenefit 2- PayrollWorkerEnrolledBenefitDetail

Email Alert Settings - AX 2012

The issue with email templates encountered by us is as follows. - When we setup alerts template for email from Organizational Administration > Setup > Alerts > Alert parameters The selected Email ID will only be used when the created alert is not GLOBAL . That is, Organization-wide must not be checked for the alert if these defined template must be used for the specific alert. In case GLOBAL is checked, then the default Template setup in System Administration > Setup > System parameters > Alerts  Email ID  will be used.