How to remove Class Structure: Sub Class

Created a Class Structure for Documents in ARAS. Later we determined some SubClasses were not needed and tried to remove them. Even though there were no documents associated with this property, SubClasses cannot be removed from Class Structure for Document. Suggestions?
Parents
  • Hello, There was a typo in the AML I proposed. The generation property should use the condition ge to get all generations greater than or equal to 1 instead of gt which will just get generations greater than one. Please try the updated AML below.
    <AML>
    <Item type="Document" action="get">
    <classification>General</classification>
    <generation condition="ge">1</generation>
    </Item>
    </AML>
    If there are still no documents returned from this query, could you let us know the error message you're receiving when trying to delete this classification? Chris
    Christopher Gillis Aras Labs Software Engineer
Reply
  • Hello, There was a typo in the AML I proposed. The generation property should use the condition ge to get all generations greater than or equal to 1 instead of gt which will just get generations greater than one. Please try the updated AML below.
    <AML>
    <Item type="Document" action="get">
    <classification>General</classification>
    <generation condition="ge">1</generation>
    </Item>
    </AML>
    If there are still no documents returned from this query, could you let us know the error message you're receiving when trying to delete this classification? Chris
    Christopher Gillis Aras Labs Software Engineer
Children
No Data