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)