web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :

Community blogs

Featured

Latest blog posts

View all
Like (0)
Custom Authentication in ASP.Net MVC 5

By default ASP.Net claim based authentication support authorization based usernames and Roles names, but my requirement are tittle different I have three types of user SuperAdmin, Admin and normal user and I was to manager access to controllers ba...

Community Member
Like (0)
Round Up or Down to custom number in SQL Server

Recently I faced the scenario where end user wanted, to check the first decimal number of Net Salary, if it’s greater then or equal to 4 (0.4) round up, otherwise, round down it. I was able to solve it using below piece of code. Declare @Net...

Community Member
Like (0)
Solution for Purchase Invoice Error : Insufficient stock transactions with Status ...

Recently I faced “Insufficient stock transactions with Status Purchased.” error in AX 2012 R2 CU7 while invoicing partially received PO’s. Each line of PurchLine Table have two records in InventTrans table one with status receive...

Community Member
Like (0)
Delete Not Yet Acquired Fixed Asset.

while user from Fixed Asset department wanted to delete not yet acquired fixed asset he was receiving below error in Dynamics AX 2012 R2 CU7. A financial dimension value is based on the AID067285 record and has been used on a  transaction. You can...

Community Member
Like (0)
get Employee Detail using SQL query in Dynamics AX 2012

the requirement came from payroll section to extract active employee detail including below column, [EMPLOYEEID],[NAME],[TITLE],[GRADE],[DEPARTMENT],[DIVISION],[START],[EXPIRE] I am putting the code here may be it will help you, with the same requ...

Community Member
Like (0)
Remove The model store has been modified pop up on client startup

After deleting model from Dynamics AX 2012 R2, I was receiving  “The model store has been modified” at AX client startup, but I was not able to select any option even to click Ok or Cancel buttons. finally I fixed the issue by opening...

Community Member
Like (1)
Create Table References on EDT Dynamics AX 2012

To create Table References on Extended Data Type EDT fallow below tree sample step. Select EDT and right click and go to properties.            In select Reference Table property and find Table Name from lookup. Once a table is selected go ...

Community Member
Like (0)
create and post Invoice register journal and transfer it to Invoice pool

create and post Invoice register journal and transfer it to Invoice pool, once   PO based vendor Invoices are registered and approved by both finance and end user department   throw a custom form and workflow developed by us then we want to post i...

Community Member