Hi, I am facing problems in making a paging grid in SAIL form. My code is in att

Hi, I am facing problems in making a paging grid in SAIL form. My code is in attachment, could you help me?
I even don't know what to insert in "selected" field. Thanks a lot...

pagingGrid.sail74

OriginalPostID-106849

OriginalPostID-106849

  Discussion posts and replies are publicly visible

Parents
  • Hello,

    a!dashboardLayout is for use in reports/records and do not have the buttons parameter. If you change that to a!formLayout() your buttons should render as written.To save your gridSelection saveinto a ri!variable in the saveInto array of your submit button.

    saveInto: {ri!buttonValue,
    ri!mySelection<<rule!APN_returnFirstInput(pagingInfo.selected,_)}

    Where ri!mySelection maps to ac!mySelection on the node, which could also save into pv!mySelection if you wish to persist the choice further in the process model.
Reply
  • Hello,

    a!dashboardLayout is for use in reports/records and do not have the buttons parameter. If you change that to a!formLayout() your buttons should render as written.To save your gridSelection saveinto a ri!variable in the saveInto array of your submit button.

    saveInto: {ri!buttonValue,
    ri!mySelection<<rule!APN_returnFirstInput(pagingInfo.selected,_)}

    Where ri!mySelection maps to ac!mySelection on the node, which could also save into pv!mySelection if you wish to persist the choice further in the process model.
Children
No Data