CAD Doubts

SandeepKSingh
Kilo Sage

Hi @Everyone

 

For the below question I have seen multiple answer . what will be the answer

 

Which of the following statements is true for the Form Designer?

a) To add a field to the form layout, drag the field from the Fields tab to the desired destination on the form.
b) To create a new field on a form's table, drag the appropriate data type from the Field Types tab to the form and then configure the new field.
c) To remove a field from the form layout, hover over the field to enable the Action buttons, and select the Delete (X) button.
d) To add a section to the form layout, drag it from the Field Types tab to the desired destination on the form.

1 ACCEPTED SOLUTION

Ravi Gaurav
Giga Sage
Giga Sage

Hi @SandeepKSingh 

 

The answer should be "A,B,C"

--------------------------------------------------------------------------------------------------------------------------


If you found my response helpful, I would greatly appreciate it if you could mark it as "Accepted Solution" and "Helpful."
Your support not only benefits the community but also encourages me to continue assisting. Thank you so much!

Thanks and Regards
Ravi Gaurav | ServiceNow MVP 2025,2024 | ServiceNow Practice Lead | Solution Architect
CGI
M.Tech in Data Science & AI

 YouTube: https://www.youtube.com/@learnservicenowwithravi
 LinkedIn: https://www.linkedin.com/in/ravi-gaurav-a67542aa/

View solution in original post

3 REPLIES 3

Ravi Gaurav
Giga Sage
Giga Sage

Hi @SandeepKSingh 

 

The answer should be "A,B,C"

--------------------------------------------------------------------------------------------------------------------------


If you found my response helpful, I would greatly appreciate it if you could mark it as "Accepted Solution" and "Helpful."
Your support not only benefits the community but also encourages me to continue assisting. Thank you so much!

Thanks and Regards
Ravi Gaurav | ServiceNow MVP 2025,2024 | ServiceNow Practice Lead | Solution Architect
CGI
M.Tech in Data Science & AI

 YouTube: https://www.youtube.com/@learnservicenowwithravi
 LinkedIn: https://www.linkedin.com/in/ravi-gaurav-a67542aa/

reshmakore57046
Tera Expert

Hello,

Answer: a, b, and d


Explanation:
Based on my understanding and practical experience with the Form Designer in ServiceNow:

  • (a) You can drag existing fields from the Fields tab into the form layout. This allows reuse of already defined fields on the table.

  • (b) You can create new fields by dragging a data type (e.g., String, Date, Integer) from the Field Types tab to the form. This action adds a new field to the table and places it on the form.

  • (c) This statement is partially misleading. While you can remove a field from the form layout by clicking the (X) icon, this action does not delete the field from the table—it only removes it from the layout. Also, ServiceNow labels the icon as "Remove from Layout", not "Delete", which makes this choice unclear.

  • (d) To structure your form layout, you can drag elements like Section, Split, or Tabs from the Field Types tab and position them on the form.

Regards,

Reshma Kore.

IlknurY
Tera Contributor

The correct answer is a, b, and c.

Option c is defined in the Knowledge Library > Application Development Fundamentals book, under the "Field actions" section, and the statement is true.

Option d is also defined in the same book, under the "Working with sections" section. It states that a new section can be created by selecting the + button on an existing section.