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

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Microsoft Dynamics 365 | Integration, Dataverse...
Unanswered

Add resolveReference method to new project table field for project form

(0) ShareShare
ReportReport
Posted on by

hi all,

I added a new field to ProjTable, similar to the WorkerResponsibleSales field, and want it to have the same behavior. 

How do I add the following codes for 'resolveReference', 'lookupReference' and 'modified'  to my new field for Project form, ProjTable datasource.

Here's the codes that I found on ProjectTable.xpp: 

[DataField]
class WorkerResponsibleSales
{
     public Common resolveReference(FormReferenceControl _formReferenceControl)
    {
         HcmWorker ret;

         ret = super(_formReferenceControl);

        if (ret.RecId && !ProjWorkerLookup::validateWorker(ret.RecId, projTable, false))
        {
           ret = null;
         }

         return ret;
    }

    public Common lookupReference(FormReferenceControl _formReferenceControl)
    {
        return ProjWorkerLookup::lookupWorker(_formReferenceControl, projTable, element.shouldWorkerLookupFilterToCurrentCompany());
    }

    public void modified()
    {
        super();

        if (!projTable.editSubProj(fieldNum(ProjTable, WorkerResponsibleSales), projTable.WorkerResponsibleSales, projTable.orig().WorkerResponsibleSales))
       {
            projTable.WorkerResponsibleSales = projTable.orig().WorkerResponsibleSales;
       }
    }

}

thank you,

Fen

I have the same question (0)

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…

Congratulations to our 2025 Community Spotlights

Thanks to all of our 2025 Community Spotlight stars!

Leaderboard > Microsoft Dynamics 365 | Integration, Dataverse, and general topics

#1
BillurSamdancioglu Profile Picture

BillurSamdancioglu 95 Most Valuable Professional

#2
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 83 Super User 2025 Season 2

#3
Abhilash Warrier Profile Picture

Abhilash Warrier 55 Super User 2025 Season 2

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans