Bootstrap

Version 5.0.25

by 管理者 / 2022年01月19日 / アップデート情報
タグ: , ,

Foundry

  • Add – Field Advanced Writeback option called Hide Lookup Button.   This hides the lookup button on Data Entry Forms and Grids.  You may want a Lookup for filtering reports but not on writeback.  For example, in a Question and Answer or Customer Feedback style writeback. This option also appears in the Studio field property grid.
  • Add – Field Advanced Writeback option called Radio Button List.  If the field has a value list by default, they are shown in a Dropdown list.  However, you may want to force them to display as a Radio Button list on the Data Entry Form.  For example, Agree, Somewhat Agree, Disagree, Strongly Disagree.  This style of display is good for Question and Answer style Entry Forms.  When combined with the new url parameter &stackContent=1 the radio buttons will be stacked instead of the default which is displayed on one row.  This option also appears in the Studio field property grid.
  • New – Template Surveys and Questionnaires – SLF90016

Web Channel

  • Add – Writeback Form Entry url parameter stackContent.  This changes the display style of Data Entry Forms.  By default, the field labels are to the left of the input box.  When stackContent is enabled   &stackContent=1   the labels are displayed above the input boxes and everything is aligned to the left.  This option should not be combined with multiple fields on one row logic.
  • Fix – Query Builder has error when Dynamic Columns were set back to blank.
  • Fix – POST method EntryFormHistoryPost raised error when used over https