Thursday, 21 June 2018

ComputedFieldMethod set to Yes in Dynamics 365

Set the property of the table is ComputedFieldMethod Yes

public class GHMCProductEntity extends common
{
    /// <summary>
    ///
    /// </summary>
    public void postLoad()
    {
        super();

        this.Price =  this.RetailPrice;   
    }
}

No comments:

Post a Comment

Common Data Service (CDS)

 Common Data Service (CDS)