Hi Philb, As per one of your suggestion for the query in "

Certified Senior Developer
Hi Philb, As per one of your suggestion for the query in "forum.appian.com/.../Have 14 columns", we added instruction in textField() (Second Column) in gridRowLayout(). But the instruction value is not being displayed.

I have attached screen shot.

Below is the code for SAIL interface

load(
a!formLayout(
          label:"Items Cart",
          firstColumnContents:{
                    a!sectionLayout(
                              label:"",
                              firstColumnContents: {
                                        a!gridLayout(
                                         headerCells: {
                                                  a!gridLayoutHeaderCell(label: "Mfr"),
                                                  a!gridLayoutHeaderCell(label: "Part No"),
                                                  a!gridLayoutHeaderCell(label: "Part Desc"),
                                                  a!gridLayoutHeaderCell(label: "Vendor"),
                                                  a!gridLayoutHeaderCell(label: "G/L"),
                                                  a!gridLayoutHeaderCell(label: "Vehicle No")
                                         },
                                         rows: {
                                                  a!gridRowLayout(
                                                   contents: {
                                                            a!textField(readOnly: true, value: "ABCD"),
                                                            a!textField(instructions:"1234",value: "065211"),
                                                            a!textField(readOnly: true, value...

OriginalPostID-156554

OriginalPostID-156554

  Discussion posts and replies are publicly visible