Sometimes you need to display a label in a form. Sadly there does not seem to be a documented way to do this.
Good news though! This can be done!
<Field name="myField" readOnly="true" type="string" displayName="This is a warning message.">
<Attributes>
<Map>
<entry key="xtype" value="label"/>
</Map>
</Attributes>
</Field>
Very usefull, thanks !
Also check out displayOnly="true" which might help you also in provisioning forms.
https://community.sailpoint.com/t5/Technical-White-Papers/Forms/ta-p/73531#toc-hId-1015946933
can we add styles to label?
Its not working in form. when we add label in attributes map under field
I have a form with 10 attribute in key-in. How do I read those values in workflow to build a provisioning plan or identity model. OR is there any better way? Any links or sample is appreciated.