- ServiceNow Application Development
- Sagar Gupta
- 201字
- 2021-07-03 00:01:01
Form UIs
ServiceNow offers many different form UI elements , such as choice (drop-down), simple text, numeric, price, date, reference field, journal field, and so on, which can be used in forms and catalog pages. Different form UI types can be used to create one form. For example, the New record form of the Incident application, as shown in the following screenshot, can comprise text fields, reference fields, form buttons, header context menus, drop downs, form sections, list fields, and journal fields. Some of these fields can be marked as mandatory:

Some sections of the form are accessible via a tabbed interface as shown here:

- Fields marked with * are mandatory fields.
- Reference Fields refer to a record in a separate table. It can also refer to a record in the same table. Example: In the previous screenshot, the Assigned to and Caller fields refer to records in the users table, whereas the Assignment group field refers to a record in the user groups table.
- Form Sections are used to remove the clutter from the page and arrange fields into meaningful tabs or sections.
We will be covering how to create different form fields and customize form layout in later chapters.
推薦閱讀
- PostgreSQL for Data Architects
- 數據結構(Python語言描述)(第2版)
- Python計算機視覺編程
- Learning Neo4j 3.x(Second Edition)
- 網絡爬蟲原理與實踐:基于C#語言
- KnockoutJS Starter
- Learning OpenStack Networking(Neutron)
- 從Java到Web程序設計教程
- C#開發案例精粹
- Mobile Device Exploitation Cookbook
- Java Hibernate Cookbook
- Software-Defined Networking with OpenFlow(Second Edition)
- 3D Printing Designs:The Sun Puzzle
- 計算思維與Python編程
- ASP.NET Core 2 High Performance(Second Edition)