Skip to main content
February 22, 2022
Solved

change the data in the process

  • February 22, 2022
  • 16 replies
  • 0 views

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

    Best answer by richardm900458

    i have one best practise

    if(
       ri!whatever,
       true,
       false
    )
    makes no sense as the value of r!whatever is already true or false. so stay with just with

    "ri!whatever" instead of the whole "if(....,true,false)" thing.

    16 replies

    richardm900458
    February 22, 2022

    It is a bit hard to follow.
    What is your question exactly in one sentence?

    February 22, 2022

    So In the process that I have I want to add like a message that could prompt and give the user the ability to choose between 3 different options regarding an amendment that is required. Normal process gives the user the right to edit all of the fields from the form. I want to add two new options where only some fields could be editable

    gopalk2865
    Participating Frequently
    February 22, 2022

    I am sorry but I am still figuring out the exact requirement here. Could you please confirm if you want to add multiple options to restrict certain fields in the form?

    February 22, 2022

    correct, sorry couldn't explain in a better way. 

    gopalk2865
    Participating Frequently
    February 23, 2022

    in this case you can use readonly parameter of those fields to conditionally make then editable or readonly.