web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Small and medium business | Business Central, N...
Suggested Answer

Renaming "No." column inside a subform listPart

(0) ShareShare
ReportReport
Posted on by 160

I have been trying to rename the 'No.' column of lines inside the Sales Order Page and Sales Quote Page.

pastedimage1669041031017v1.png

I have used the following code to modify it.

pastedimage1669041074249v2.png

The same code has worked for the Item Card Page but it is not working for the 'Sales Order Subform' or 'Sales Quote Subform'

What mistake am i doing here? Please tell me.

I have the same question (0)
  • Suggested answer
    Dallefeld Profile Picture
    235 User Group Leader on at

    Why would you rename this field? If the type is G/L Account, then Part No. does not make sense or type is Resource, then Part No. doesn't make sense. This is a training issue and customization that doesn't teach that in many, many screens two fields work together. Please ask yourself, "does this customization bring real value or does it confuse the issue", "Can you users learn to use No. instead of Part No."?

  • Suggested answer
    Nitin Verma Profile Picture
    21,812 Moderator on at

    Hi,

    You can go with the below image, change Variant code field with your field and then check if it works.

    pastedimage1669044819048v1.png

    Thanks

  • Suggested answer
    Govinda Kumar Profile Picture
    2,310 Moderator on at

    Hi Astha Gangwar,

    Looks like you don't have permission to modify this field in the Sales Sub-Form.

    And you cannot extend the AccessByPermission property.

    You can try extending the sales line table and modify the "No." caption.. It will work.

    tableextension 50108 MyExtension extends "Sales Line"
    {
        fields
        {
            modify("No.")
            {
                Caption = 'Part No.';
            }
        }
    }

    Best Regards.

  • Suggested answer
    Shathika Karunaratne Profile Picture
    6 on at

    Hi Astha,

    Please do modify the caption in Sales Line Table>> No. field

    Thanks

    Verify this answer if it helps you

  • Suggested answer
    YUN ZHU Profile Picture
    101,995 Super User 2026 Season 1 on at

    Hi, just adding some info.

    Changing caption/name of existing field (Two ways)

    https://yzhums.com/21067/

    Hope this helps as well.

    Thanks.

    ZHU

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Women in Power Builds Momentum

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders

These are the community rock stars!

Leaderboard > Small and medium business | Business Central, NAV, RMS

#1
OussamaSabbouh Profile Picture

OussamaSabbouh 2,353 Super User 2026 Season 1

#2
YUN ZHU Profile Picture

YUN ZHU 1,808 Super User 2026 Season 1

#3
AndrewThomas81 Profile Picture

AndrewThomas81 1,371

Last 30 days Overall leaderboard

Featured topics

Microsoft Training Manuals

Product updates

Dynamics 365 release plans