[Axapta-Knowledge-Village] Business Relations in AX 2009

2010-06-24 Thread Arthur
Has anybody converted Business Relations from AX 3 or AX 4 -- to AX2009? What is best advice. (a) Should I synchronise customers to Business Relations first? (b) Should I convert to AX 2009 and then delete Business Relations? (c) Any other option?? I am thinking that with Global Address Boo

[Axapta-Knowledge-Village] Problem with Index.

2010-06-24 Thread SIVA MOHAN YERRAMSETTY
Hi everyone, I have created one index in XXX Table which doesn’t have at least one Index earlier and the same has been used by other tables. Here issue is, when I am inserting or deleting the data from XXX table I am getting the below errors. 1) Cannot delete a record in ()

[Axapta-Knowledge-Village] Unable to get AxSession from Ax User control.

2010-06-24 Thread mahesh tej
Hi, I am trying to get the AX session information in a Dynamics AX User Control. I am using the following code: private ISession AxSession { get { AxBaseWebPart webpart = AxBaseWebPart.GetWebpart(this); return webpart == null ? null : webpart.Session;