Skip to main content
August 12, 2021
Question

How to make Approval form Read only

  • August 12, 2021
  • 9 replies
  • 0 views

Hi,

I want the Approval form as Read Only except the radio button for approve or reject purpose and no cancel button.

I want different logic other than given in  https://docs.appian.com/suite/help/21.2/SAIL_Tutorial.html. I do not want to pass a step input and then make it read only.

Could someone please suggest?

Thanks

Faisal

    9 replies

    peter.lewis
    Employee
    August 12, 2021

    If your form should always be read only, then just find all the places in your form that use a variable to determine whether it is read only or not and make the value always true. If you need more help, I'd suggest pasting your full expression here so we can make more specific recommendations.

    August 13, 2021

    Hi,

    I am referring this code https://docs.appian.com/suite/help/21.2/SAIL_Tutorial.html. I need other way of making my form conditional not the way it is mentioned in this tutorial.

    Thanks

    Faisal

    peter.lewis
    Employee
    August 13, 2021
    I need other way of making my form conditional not the way it is mentioned in this tutorial.

    I'm sorry, I don't understand what this means. Can you provide more context? What do you want to change? What have you tried? What does your code look like? If you always want it to be read only, then why do you need your form to be conditional at all?