- ServiceNow Application Development
- Sagar Gupta
- 267字
- 2021-07-03 00:01:10
Adding columns to table
In order to add new columns, open the table using the Tables module and under the Columns section tab, double-click on the Insert a new record text to insert a new entry in our new column. As this related list is pointing to the Dictionary table (sys_dictionary), any record that we enter in this embedded list will get stored into the Dictionary table as that is where information related to the columns is stored.
As shown in the following screenshot, set the value of the Column label field as Location Name, Type as String, and Max length as 40, and click on the green check icon to confirm:

We can insert multiple new rows to create more than one column in one go before clicking on the Submit button.
As shown in the following screenshot, insert two more rows with the following values:
- Column Label: Location Incharge, Type: Reference, Reference: User (sys_user)
- Column Label: Location, Type: Reference, Reference: Location (cmn_location)

Once you are satisfied with the new column's label and type, click on the Submit button to confirm our changes and create three new columns in the POS Location table. You can reopen the table's record in the Tables module to confirm the creation of these new columns:

We can double-click on any user-created fields to change its label or other values, as shown in the following screenshot. Make sure to click the Update button again to save your changes:

We can also click on the info icon next to each row to open up the record in the Dictionary detail form view.
- DB2 V9權威指南
- JavaScript 從入門到項目實踐(超值版)
- Photoshop智能手機APP UI設計之道
- 垃圾回收的算法與實現
- Mastering Python Scripting for System Administrators
- 機器人Python青少年編程開發實例
- Internet of Things with the Arduino Yún
- SQL Server 2016數據庫應用與開發習題解答與上機指導
- GeoServer Beginner's Guide(Second Edition)
- HTML 5與CSS 3權威指南(第3版·上冊)
- Developing SSRS Reports for Dynamics AX
- Getting Started with Python and Raspberry Pi
- R的極客理想:量化投資篇
- Offer來了:Java面試核心知識點精講(框架篇)
- Visual Basic語言程序設計上機指導與練習(第3版)