can we have dynamic label for columns in Appian record type

Certified Associate Developer

can we have dynamic label for columns in appian record type.

For Ex. For current year, it should display 2023, for next year it should display 2024 and so on. Is it possible to have this implementation done?

  Discussion posts and replies are publicly visible

Parents
  • +1
    Certified Senior Developer

    Hello   

    Yes it can be done. If you want to see this happen when you drag and drop a readOnly grid and select a particular record type it can be done. Update the grid column labels in the Edit Record List from the RecordType object>Interfaces>List>Edit List. (This is on the tempo level as well)

     >> Here I have used today you can format it to the Year.

    if you are manually creating a readOnly or Editable grid then yes the same way but at your interface level using the label parameter of the grid column or the gridLayoutHeaderCell label respectively.

    But as Stefan asked, Why? What is it the purpose.

Reply
  • +1
    Certified Senior Developer

    Hello   

    Yes it can be done. If you want to see this happen when you drag and drop a readOnly grid and select a particular record type it can be done. Update the grid column labels in the Edit Record List from the RecordType object>Interfaces>List>Edit List. (This is on the tempo level as well)

     >> Here I have used today you can format it to the Year.

    if you are manually creating a readOnly or Editable grid then yes the same way but at your interface level using the label parameter of the grid column or the gridLayoutHeaderCell label respectively.

    But as Stefan asked, Why? What is it the purpose.

Children