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?
