Enumlist

Hi,

I have a EnumList column with three different values presented as buttons in Edit Form View. Is it possible when user clicks (selects) one value from EnumList, that he or she is redirected to a different column? 

Example: user would click on "Ticket Number" button and he would be immediately redirected to column "Ticker Number", where he would need to enter new data. This would only happen when adding new record and not when updating it.

Could this be done with automation BOT?

Thank you in advance.

0 2 103
2 REPLIES 2


@David_H1 wrote:

Could this be done with automation BOT?


No, your goal is not relevant to automation functionality.

In the [Ticker Number] column:

  • In the Show if property, enter an expression like IN("Ticket Number", [EnumList Column])
  • In the Editable if property, enter an expression like CONTEXT("ViewType") = "Form"

Hello Sir,

Thank you dor your answer. This solves it.

All best in 2023.

Top Labels in this Space