Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics 365 | Integration, Dataverse...
Unanswered

Add resolveReference method to new project table field for project form

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

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

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

Congratulations 2024 Spotlight Honorees!

Kudos to all of our 2024 community stars! 🎉

Meet the Top 10 leaders for December!

Congratulations to our December super stars! 🥳

Get Started Blogging in the Community

Hosted or syndicated blogging is available! ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,602 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,340 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Product updates

Dynamics 365 release plans