Can't see custom category using AcType UnitType

Hello there,

I have a problem with the creation of the categories.

I want to create a category for setting it to an element AcUnit.

The problem is that when I create the category, I don’t find it in the category list of the tab “Category mapping”.

The rest of categories save correctly.

I’m using the MIP SDK Access Control using the version 23.3.1.

This is the code when I create the category:

public static ACCategoryInfo TestCategory = new ACCategoryInfo(CategoryId.TestCA, "Test Cat", ACCategoryInfo.ACTypes.UnitType);
 
public override IEnumerable<ACCategoryInfo> GetCategories()
{
    return new[] { Categories.DoorErrorEvent, Categories.TestEvent, Categories.TestCategory, Categories.TestECCategory, Categories.TestServer, Categories.TestCommand, Categories.TestState };
}

This is the tab “Category mapping”:

Can someone help me, please?

Milestone Development will start an investigation.

It seems there is a bug with creating this type of Category. We have logged it and will fix it in the future. What did you intend to use the categories for? Maybe there is a different way to achieve the same thing.