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

Clean up jobs in D365FO

  https://anithasantosh.wordpress.com/2024/11/07/clean-up-jobs-in-d365fo/