BC Read Only and Parent RO
BC read only and Parent read only doesn't disable New button.
It's good to use Parent RO property as we can add many instances of this based on different Parent BC.
Few noteworthy things about this Parent Read Only user property are:
The Field that is being evaluated should have its link specification property set to true otherwise it is not going to work
The syntax of the value of this user property should be Buscomp.Field where buscomp is the name of the parent buscomp and Field is the name of the field that should be evaluated.
The business component which contains the field that is to be evaluated should be the parent or grandparent by way of link or series of link relationships
It's good to use Parent RO property as we can add many instances of this based on different Parent BC.
Few noteworthy things about this Parent Read Only user property are:
The Field that is being evaluated should have its link specification property set to true otherwise it is not going to work
The syntax of the value of this user property should be Buscomp.Field where buscomp is the name of the parent buscomp and Field is the name of the field that should be evaluated.
The business component which contains the field that is to be evaluated should be the parent or grandparent by way of link or series of link relationships
Comments