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

Community site session details

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

When i want to add two field "Job No." and "Job Task No." in Sales Invoice Subform page

(3) ShareShare
ReportReport
Posted on by 108

When i want to add two field "Job No." and "Job Task No." in Sales Invoice Subform page - getting this message

A member of type Field with name 'Job Task No.' is already defined in Page 'Sales Invoice Subform'
by the extension 'Base Application by Microsoft (18.5.29545.35411)'.ALAL0155

Job-No.png

But when i have check Sales Invoice - Line part there is nof ield "Job No." and "Job Task No." .  Can anyone guide how to resolved this issue.

I have the same question (0)
  • Suggested answer
    Ben Baxter Profile Picture
    6,396 Super User 2025 Season 2 on at
    RE: When i want to add two field "Job No." and "Job Task No." in Sales Invoice Subform page

    You should be able to Personalize those fields onto the Page.  If you can't see it in Personalize, or if you want to make it visible for an entire Profile, you can select the Profile and Configure to add any field from the table.

    When doing your Personalize or Configure, be sure to click into the Sales Lines, otherwise you will only see the fields for the Sales Header and not the Sales Lines.

  • vijaybaheti16 Profile Picture
    108 on at
    RE: When i want to add two field "Job No." and "Job Task No." in Sales Invoice Subform page

    Thanks for you valuable response but I have question  as below -

    if i want  to make it visible for an entire tenant or all Profiles then you can achieve this.  

  • Suggested answer
    JAngle Profile Picture
    121 on at
    RE: When i want to add two field "Job No." and "Job Task No." in Sales Invoice Subform page

    Try modify() and altering the visible property of the fields in the page extension. Also worth checking what application area they are part of as standard. I expect it is Jobs which means certain profiles don’t see it

  • Suggested answer
    Chavda Dharmendra Profile Picture
    999 on at
    When i want to add two field "Job No." and "Job Task No." in Sales Invoice Subform page
    Hello,
     
    You can change Field("Job No."; rec."Job No.) to Field("Job No.1"; rec."Job No.) and add caption Property as 'Job No.' This way you can resolve this error. 
     
  • VK_Karangiya_MCP Profile Picture
    51 on at
    When i want to add two field "Job No." and "Job Task No." in Sales Invoice Subform page
    Hello,

    To make the "Job No." and "Job Task No." fields visible in the Sales Invoice Subform in Microsoft Dynamics 365 Business Central, you can create a Page Extension in AL. These fields are typically hidden by default, but you can modify their visibility by setting the Visible property to true.

    Here's an example of how you can achieve this:


     
  • Suggested answer
    Sohail Ahmed Profile Picture
    11,089 Super User 2025 Season 2 on at
    When i want to add two field "Job No." and "Job Task No." in Sales Invoice Subform page
    Yes, basically the Job No. and Job Task No. fields are already available on the Sales Line subform, but they are set with Visible = false. To make them usable, you just need to extend the page and modify the Visible property of these fields to true.
     
    pageextension 50100 "Sales Line Ext. Show Job Fields" extends "Sales Order Subform"
    {
        layout
        {
            modify("Job No.")
            {
                Visible = true;
            }
            modify("Job Task No.")
            {
                Visible = true;
            }
        }
    }
    
     
    Once they’re visible, you should be able to Personalize and add them to the page. If they still don’t appear during personalization, or if you want to make them visible for all users under a specific profile, go to the Profile and use Configure to add the fields from the table.
     
     
    Mark below checkbox to make this answer Verified if it helps you.
  • Suggested answer
    RockwithNav Profile Picture
    8,370 Super User 2025 Season 2 on at
    When i want to add two field "Job No." and "Job Task No." in Sales Invoice Subform page
    It's available within Standard, no need to worry to make it even visible on SO PO. Personalize and add it as we normally do, regarding making it available globally, you have to configure it, from the profile screen it's achievable.
     
     
  • Suggested answer
    Khushbu Rajvi. Profile Picture
    19,160 Super User 2025 Season 2 on at
    When i want to add two field "Job No." and "Job Task No." in Sales Invoice Subform page
    It's standard Fields—just personalize the SO/PO to show it. For all users, configure it via profile settings. 
    You can consider customization by modifying field property to visible true

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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Abhilash Warrier – Community Spotlight

We are honored to recognize Abhilash Warrier as our Community Spotlight honoree for…

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

#1
Rishabh Kanaskar Profile Picture

Rishabh Kanaskar 4,285

#2
Sumit Singh Profile Picture

Sumit Singh 2,725

#3
Nimsara Jayathilaka. Profile Picture

Nimsara Jayathilaka. 2,526

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans