- 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.
推薦閱讀
- Mastering Entity Framework
- R語言游戲數(shù)據(jù)分析與挖掘
- Python王者歸來
- Learn Swift by Building Applications
- Python Geospatial Development(Second Edition)
- Python GUI Programming Cookbook
- PHP從入門到精通(第4版)(軟件開發(fā)視頻大講堂)
- Geospatial Development By Example with Python
- Extending Unity with Editor Scripting
- 3D Printing Designs:The Sun Puzzle
- 軟件測試(慕課版)
- Learning WordPress REST API
- Web開發(fā)新體驗
- JavaScript Mobile Application Development
- Appcelerator Titanium Smartphone App Development Cookbook