Hi, I have a situation where I need to create a lines in a grid on Enterprise Portal. (Axapta V3 SP5)
These lines should contain an item id lookup, and my inventory dimensions (also lookups) Currently, I can lookup my itemid, but I first have to add the record (wbtnSubmit) before my invent dimensions become selectable. Ideally, I would like inventory dimensions to be editable from the start, and just override their lookup methods depending on my itemid, before I add the record. Otherwise, i need to be able to force a postback in code after my lookup, to enable these lookups. Is this at all possible, as the modified method of itemid only gets called AFTER I click submit. Is there any workarounds for this? Please help

