"BOM" related stuff is not visible anymore

Hi All,

I have a strange issue. Unfortunately the “BOM” related stuff is not visible anymore in my AX 2009 client. Not event on “Stock Management” client area page (i.e. “BOM Shippments”) nor under the “Item Type” field (Combo box (i.e. “BOM”)).

Also all the items listed under the “Stock Mangement”->“Item Details” form.

I think the issues is related to security (Access Rights), but i am not able to find the actual cause of the problem.

Can anyone please suggest some ways to overcome this issue as soon as possible. It is very critical to me.

Thanks in advance.

Regards,

/Ashlesh

  1. Give yourself full access rights

  2. Verify the license you are using has Mnaufacturing

  3. Verify no one has turned BOM’s off in the configuration.

Hi Adam,

Thanks for your help. It really worked for me.

Now i can see all the options for BOM including “Item Type” as BOM also, but still i am not able to see my all existed Items from “Stock Management->Item Details”. This form is blank for me, actually i have lot of items created earlier.

Hope your suggestion is helpful to me.

Thanks again.

Regards,

/Ashlesh

Check in the company where you have created them.

Check whether any RLS(Record Level Security) was build on it…

Hi Kranthi,

Thanks for the help.

I have checked it out. The company which i have selected is the same in which i have created all the item records.

Also the “Record Level Security” dialog is blank( No records found).

Any other clue.

Thanks & Regards,

/Ashlesh

Check in InventTable whether those records really exists in database.

Hi Kranthi,

Thanks again.

I have checked my DB also using below query:

Query = "select * from inventtable it

inner join inventitemlocation il on it.itemid = il.itemid

inner join InventTableModule im on it.itemid = im.itemid

where it.itemid = ‘J//176050//0005’ "

It gives me 3 rows which is expected result. That means all the items are exists in my DB but does not reflect in Axapta UI.

Thanks for your support. is there any other way?

Thanks & Regards,

/Ashlesh

You have either imported the data incorrectly missing required tables, or you have deleted a table behind the scenes holding required information.

Run the consistency check in Basic.

Hi Adam,

Thanks for your reply.

I have run the consistency check from Basic for all modules. It gives me 4733 errors found.

So now i am going to run the “Fix Errors” from consistency check dialog. May i run this?

Thanks,

/Ashlesh

Thanks Adam,

“Fix error” in “Consistency check” worked for me.

Thanks for all your support.

Regards,

/Ashlesh

No problem