Unable to add fields into record section from UI builder

surajsironi
Kilo Sage

Screenshot 2026-02-23 at 00.03.57.pngHi All,

Could you please help me on below issue.
I have created one Section from UI builder and trying to add existing fields into that section, but unfortunately fields not showing in list

example : Subcategory

 
 

 

2 REPLIES 2

ayushraj7012933
Tera Expert

Hi,

This usually happens due to one of the below reasons. Please check the following:

  1. Verify the Data Resource
    Make sure your Record Section in UI Builder is using the correct table in the Data Resource. If the section is pointing to a different table, fields like Subcategory will not appear.

  2. Check if the Field Exists on the Table
    Go to System Definition → Tables → [Your Table] → Columns and confirm that Subcategory is present and active.

  3. Validate the Form View
    Record Sections follow the Form View configuration.

    • Open the form in the platform UI

    • Right-click header → Configure → Form Layout

    • Ensure Subcategory is added to the correct view (e.g., Workspace view)

  4. Dependent Field Check
    If Subcategory is dependent on Category, it may not appear unless the parent field is available in the section.

  5. Clear Cache
    Try clearing cache using:
    cache.do
    Then reload UI Builder.

Hi  @ayushraj7012933 

Thanks for your reply,

I did this part :

  1. Clear Cache
    Try clearing cache using:
    cache.do
    Then reload UI Builder.
  2. Yes I have already added Category field first into section .
    Dependent Field Check
    1. If Subcategory is dependent on Category, it may not appear unless the parent field is available in the section.

Remaining other options also I tried , but still not able to see 'subcategory' field in list to add into Section


Screenshot 2026-02-23 at 00.45.49.pngScreenshot 2026-02-23 at 00.46.16.pngScreenshot 2026-02-23 at 00.47.34.png