I am new to Dynamics AX Development. I am working in Dynamics AX 2009.
I received the following errors when attempting to bring up the AutoLookUp on a form:
Too long form name: Unique identifier for a record in Bob Ta...
Object 'Form' could not be created
Object 'FormRun' could not be created
What I think is happening is that the table I originally created was BobTable as a test and then I later decided to change the table name to CarTable because I am working through some tutorials that use Cars. The first line of the error messages seems to indicate to me that the look up wants to refer to the original name I gave the table, but I can't find anyway to correct this issue. I don't want to have to create a new table, because I have already entered a good amount of data that other tables are dependent on.
What are possible problems when creating a table with one name and then renaming it later? I renamed it in the hierarchy tree in the AOT.
Thanks.