Making the interface form Read only!!

Hi Team,

 

I have a requirement where on click of submit button, task is been generated but when I open the task for further action,  the complete form should be as "Read only" and then from there further actions will be taken.

I'm able to make a particular section " Read only" But not  the whole form???

Any suggestions plz..

 

TIA..

  Discussion posts and replies are publicly visible

Parents
  • You can use parameter and make each form input read-only as suggested.

    Or you can create a second form with predefined read-only setting for each element. In this case you'll have to duplicate UI but read-only form would be simpler as you don't need to put condition on each input and fill drop-down lists with values as you need selected value only. Also read only form can be reused to show summary of a record.
Reply
  • You can use parameter and make each form input read-only as suggested.

    Or you can create a second form with predefined read-only setting for each element. In this case you'll have to duplicate UI but read-only form would be simpler as you don't need to put condition on each input and fill drop-down lists with values as you need selected value only. Also read only form can be reused to show summary of a record.
Children
No Data