<div dir="ltr">Hi all,<div>I'd like to have the ability to read and add (during user creation) UserType built-in 'employeeNumber' attribute and forbid it to modify.</div><div><br></div><div>I can't meat expected behavior with the following approach in user object template:<br>   <item><br></div>        <ref>employeeNumber</ref><br>        <limitations><br>            <layer>model</layer><br>            <access><br>                <read>true</read><br>                <add>true</add><br>                <modify>false</modify><br>            </access><br>        </limitations><br>    </item><br><div><br></div><div>It works if I use the presentation layer instead of model or schema, but I want to make the attribute immutable if reconciliation wants to modify the attribute.</div><div><br></div><div>Probably my understanding of this feature is wrong. Could you provide some clarification on this?</div><div>Thanks,</div><div>Yakov</div><div><br></div></div>