Skip to main content

Notifications

Finance | Project Operations, Human Resources, ...
Suggested answer

Virtual fields in dataentity does not show value

Posted on by
I created a new Entity and added new virtual fields (Unmapped + uncomputed):
The post method worked fine in other old entities created. 
public void postLoad()
{
super();
CustTable custTable=CustTable::find(this.AccountNum);
this.CustName= DirPartyTable::getName(CustTable.Party);
}
When I try to add a fix value the field works fine
public void postLoad()
{
super();

this.CustName= /XX/;
}
I found that the problem with fields in Extension entities also.
I am using visual studio 2019 and tested with 2022 but the same problem.
Application release Microsoft Dynamics 365 for Finance and Operations (10.0.38)
Platform release Update62 (7.0.7120.94)
  • Suggested answer
    Mohamed Amine Mahmoudi Profile Picture
    Mohamed Amine Mahmoudi 9,536 Super User 2024 Season 2 on at
    Virtual fields in dataentity does not show value
    Hi,
     
    Try to perform synchro than refresh entity list.
     
    Best regards,
    Mohamed Amine MAHMOUDI

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

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Suggested Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

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

#2
Martin Dráb Profile Picture

Martin Dráb 230,188 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Product updates

Dynamics 365 release plans