change the data in the process

Hello all, 

So I have a process, where the stakeholder wants to handle a feature more restrictively. 

So before starting a process prompt a new question. ( I already have an interface working fine, but with the new requirements should  I create a new one with the questions ?)

What you would like to amend?  ( I already have an interface working fine, but with the new requirements should  I create a new one with the questions ?)

Distribution Fee amount only (->only Distribution Fee should be editable) 


-> process works the same as before, BUT once approved and processed by Documentation the task does NOT go back to other team in the end anymore

KID, Target Market, Cost&Charges only (->only these fields should be editable)


-> process works the same as before, BUT once approved and processed by Documentation the task does NOT go back to the other team in the end anymore 

Others (might include the above ones) (all editable)
-> normal process

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Senior Developer
    in reply to victoriab0001

    An absolut guess by my side:
    it seems that you are looking a condition for the "readonly" parameter in your SAIl components.


    Example
    -> a!textFieldlabel, instructions, required, readOnly, disabled, value, validations, saveInto, refreshAfter, validationGroup, requiredMessage, align, labelPosition, placeholder, helpTooltip, masked, accessibilityText, showWhen, inputPurpose, characterLimit, showCharacterCount )

    Read-only

    readOnly

    Boolean

    Determines if the field should display as not editable. Default: false


    https://docs.appian.com/suite/help/21.4/Text_Component.html


    So the moment your condition is true, its not editable any more. 

    If you click on a element with a link function (linkfield,card, richtext...), a value changes and its becoming editablel or read only depending on the current state.


    -> but i didn't get the issue regarding "going back" in the process?

Children
No Data