Wednesday 26 March 2014

Table level display method

public void modifiedField(FieldId _fieldId)
{
    super(_fieldId);
    if(_fieldId == fieldNum(Paymentrequest, Name))
    {
        this.Descripation = LedgerJournalName::find(this.Name).Name;
    }
}

No comments:

Post a Comment

SQL/SSRS Interview questions I thought of blogging some SQL/SSRS interview questions.

Below are some. I will add more, when I complete the compilation 1. What is OLTP(Online Transaction Processing)? OLTP stands ...