How many fields/attributes we can add in CI form view level?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-03-2024 07:32 AM
How many fields/attributes we can add in CI form view level?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-03-2024 07:48 AM
Hello @pavan garige
I do not think there is a restriction on that, but that said, you need to be cautious adding fields on the form with respect to user experience as well as the form load performance.
I have seen table forms with even more than hundred fields, but well organized in form sections.
Thank you,
Ail
Thank you,
Ali
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-03-2024 07:48 AM - edited ‎05-15-2024 06:52 AM
Hi @pavan garige,
I'd strongly recommend you review the below community post where a number people have answered this very same question a few months ago. It covers the main considerations you should take on with this subject namely being the need/value of each field added and any potential performance such as page load (if the number of fields is excessive)
To answer your question, I've seen numerous implementations in the past where forms have in excess of a hundred fields or more, and whilst SN can easily handle this (within reason depending on type or display on standard back-end forms - not Worspaces), I've normally been involved in refactoring these forms to reduce the number of fields to maintain focus and value. The old saying just because you can, doesn't mean you should rings true here.
I would also apply this focused and controlled approach to related lists on the form.
My recommendation would be to only add fields that are required and deemed valuable.
To help others (or for me to help you more directly), please mark this response correct by clicking on Accept as Solution and/or Kudos.
Thanks, Robbie