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

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

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

Displaying data on List Part page

(1) ShareShare
ReportReport
Posted on by 700

Hi All,

I have created a list part page in which the details of the resources whose time sheet approver User ID is same as that of the logged in user.

But, in the page I have created, no data is getting displayed.

Could anyone please suggest a possible solution to achieve the same !

Thanks in advance !

Attached is the source code.

page 50176 "Reporting to Me"
{
    Caption = 'Reporting to Me';
    PageType = ListPart;
    SourceTable = Employee;
    RefreshOnActivate = true;
    ApplicationArea = All;
    UsageCategory = Administration;

    layout
    {
        area(Content)
        {
            repeater(control1)
            {

                ShowCaption = false;

                field("Employee ID"; "No.")
                {
                    Visible = true;
                    ApplicationArea = Jobs;
                    //Caption = 'Reporting to Me';
                    // DrillDownPageId = "Employee List";

                    trigger OnValidate()
                    begin
                        GetEmployee;
                    end;
                }
                field("First Name"; "First Name")
                {
                    ApplicationArea = Jobs;
                }
                field("Last Name"; "Last Name")
                {
                    ApplicationArea = Jobs;
                }
                field(Location; Location)
                {
                    ApplicationArea = Jobs;
                }
                field("Job Title"; "Job Title")
                {
                    ApplicationArea = Jobs;
                }
                field("Company Phone No."; "Phone No.")
                {
                    ApplicationArea = Jobs;
                }
                field(Extension; Extension)
                {
                    ApplicationArea = Jobs;
                }
                field("Employment Type"; EmploymentType)
                {
                    ApplicationArea = Jobs;
                }
                field("Date of Birth"; "Birth Date")
                {
                    ApplicationArea = Jobs;
                }
                field(Nationality; Nationality)
                {
                    ApplicationArea = Jobs;
                }
            }
        }
    }

I have the same question (0)
  • Avinash B Profile Picture
    1,455 on at

    Hi

    How are you running this page?

    Regards

    Avinash B

  • Dynamics 365 Business Central Profile Picture
    700 on at

    reportingtome.png

    Hi Avinash,

    Above is the page I am talking about.

    Although now I am able to display the data.

    But, there is one more issue here i.e. for each resource, I have to display 3 more fields (Employment Type, Date of Birth, Nationality), which are from 'Employee' table. How could this be done ? How to copy table data from one table to another ?

    Please suggest !

    Thanks

  • Suggested answer
    Avinash B Profile Picture
    1,455 on at

    You can make the source table as temporary and copy the necessary data to the fields during the open page. Rename the column as per you want to show on the page.

    f.e, copy employment type to any of the text field in the resource table. Change the caption of the field to Employment Type in Page. Make sure the SourceTableTemporary of the page is set to true.

    This is one of the ways.

    Cheers,

    Avinash B

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Congratulations to our 2025 Community Spotlights

Thanks to all of our 2025 Community Spotlight stars!

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

#1
OussamaSabbouh Profile Picture

OussamaSabbouh 2,033 Super User 2026 Season 1

#2
Dhiren Nagar Profile Picture

Dhiren Nagar 1,105 Super User 2026 Season 1

#3
YUN ZHU Profile Picture

YUN ZHU 1,035 Super User 2026 Season 1

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans