Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X
When Registering Sceurity Labels, What is the use of registering the security label in logicalform and external form in logicalattributessite.xml
<Class name="wt.access.SecurityLabeled">
<Property>
<LogicalForm>ALL_SECURITY_LABELS</LogicalForm>
<ExternalForm>SCA|ALL_SECURITY_LABELS</ExternalForm>
</Property>
</Class>
This is how the security label add in was implemented. Its looking for attribute definitions in this file.
This is where you declare the different types of labels you want. I believe this file has more uses outside of Security Labels to your point but this is how they chose to add in security label functionality.
I believe SCA relates to Server Calculated Attribute
https://www.ptc.com/en/support/article/CS369762?source=search
https://www.ptc.com/en/support/article/CS369766?source=search
I do not pretent to know why it has to be this way.
