Hello,
I would like a textbox to appear when the "Ekip Arkadaşım için" option is selected from the dropdown list. Could you please assist me with this?
Enjoy your work.
Cybersecurity
DevOps Cloud (ADM)
IT Operations Cloud
If an answer to your question is correct, click on "Verify Answer" under the "More" button. The answer will now appear with a checkmark. Please be sure to always mark answers that resolve your issue as verified. Your fellow Community members will appreciate it! Learn more
Hello,
I would like a textbox to appear when the "Ekip Arkadaşım için" option is selected from the dropdown list. Could you please assist me with this?
Enjoy your work.
Hi Muhammed,
You can achieve this by using a simple Business Rule for Rendoring the Form:
For example create a List then in your record create an Enum field pointing to your list.
Then create a Business rule for Rendering Form and Select Hide Field.
${entity.CustomList_c != 'ForMyTeammate_c'}
Hide field <Field Name you want hidden>
Now that field will stay hidden unless the ForMyTeammate option is chosen from the List.