Friday, January 24, 2014

Form TO Form Save option by using CMD button clcked method to save another table

//Form TO Form Save option by using CMD button clcked method to save another table

void clicked()
{
  Results_Table  results;
    super();
    results.amount = any2int(Amount.valuestr());
    results.empcode= any2int(empCode.valuestr());
    results.empname= EmpName.valuestr();
    Results.insert();
    element.close();
}

No comments:

Post a Comment

Override custom dimension value on posting sales invoice in X++

 Requirement: 1. Override custom dimension value on posting sales invoice 2.  Ledger posting type as "Cost of goods, invoiced" ...