cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Label field in form

Label field in form

Overview

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!

 

See example below

<Field name="myField" readOnly="true" type="string" displayName="This is a warning message.">

      <Attributes>

        <Map>

          <entry key="xtype" value="label"/>

        </Map>

      </Attributes>

    </Field>

Labels (1)
Comments

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.

Version history
Revision #:
2 of 2
Last update:
‎Jul 24, 2023 04:13 PM
Updated by: