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