Friday, December 23, 2011

Friday, June 24, 2011

Illegal Reference on Purchase Order line creation

If there is a issue while creating Purchase order line in Dynamics Ax 2009, which throws up error 'Illegal Reference', it might be due to mess up in number sequence, revisit the number sequence and change it with last number in the respective table (inventtrans) to next num field of number sequence.

Sunday, April 10, 2011

CheckBox on forms / Grids

Had a serious problem today with enum field on table, but a simple solution for it.

Issue:
Had created a Enum field on a table and Attached EDT NOYesId to it, expectations was to check/uncheck the fields on grid and it was not working, but when updated from backend its fine and through code also it's been updated as required. But its a simple enum field which has to Check / Uncheck based on user selection on form.

Solution:
Create a new enum field to the same table rename the old one and use this with initially created enum field. Now check/ uncheck on forms works well and good.

Reason:
Unknown

Time consumed:
2 Hrs