Compile Error in Classes

Hi,

I Created a New Class in Ax.

I am unable to change the name of that particular class in Ax.

In ClassDeclaration I given Class Name as “AddClass”

class AddClass

{

}

When i compile This class. I am Getting (Error) Info i.e;

“Unable to rename Class AddClass . The application object is checked out. Select Undo checkout to discard your changes or change the name back.”

I Changed into another Name like “Addition”. I am Getting Same Above Error.

Please Help Me to Resolve This One.

Thanks In Advance…

Hi bala,

Use are using version control right.That object is already check out by others to modify…

Naresh Kolli

Hi Naresh ,

Thank you so much for your Quick Reply.

Its working fine.