Columns not visible on Form Layout

ravin
Giga Contributor

We've around 220+ columns created on a custom table(not extended from any) and having multiple views. 
When I try to arrange the columns, I see that some columns are not visible on Form Layout slush bucket to arragnge. 

Can someone help on this please. Thank you in advacne. 

find_real_file.png

find_real_file.png

7 REPLIES 7

venkatiyer1
Giga Guru

Since this is a slush bucket i believe by default it limits to 100. See the below link which explains the property which would allow to increase the number of values in the slush bucket though generally it is not advisable. 

 

https://community.servicenow.com/community?id=community_question&sys_id=06578369db1cdbc01dcaf3231f9619f2

 

Bhawana Upreti
Tera Guru

Hi,

Given link may be helpful for you.

Form layout not showing fields

 

Thanks.

 

Sanket Khabiya
Kilo Sage

Try this link,

https://community.servicenow.com/community?id=community_question&sys_id=cd0113e9dbdcdbc01dcaf3231f9619f4

Ujjawal Vishnoi
Mega Sage
Mega Sage

Hi Ravin,

 

This could be due to the missing links within the form sections for the specific table where the issue is occurring.Please folow the steps as suggested in a post by pradeep sharma

  1. Navigate to Forms.
  2. Filter for the wanted Table and View that are showing the form sections visibility issue.
  3. Click on the Table name to open the form sections definitions.
  4. Click on the Position number to drill down on the individual Form Section detail.
  5. Point to the reference icon on the Sys UI section field.
  6. If it states None Available, delete that one or restore it to the wanted section, if known. For example, from a sibling instance. This can be done by clicking on the magnifying lens and picking the wanted form section from the related list.

    Right-clicking and selecting Show XML also helps determine if the referenced form section is valid, showing an existing sys_id. For example:

    <sys_ui_form display_value="incident">991f87290a0006414b6521d3fa9b4176</sys_ui_form><sys_ui_section display_value="Notes">991f88d20a00064127420bc37824d385</sys_ui_section>

    If the referenced form section sys_id is unknown or missing, find the parent form section sys_id and compare the same record within a sibling instance, when available.

  7. Flush the instance cache.

 

Hope this helps.

 

Regards

Ujjawal