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

Get or set adjust tax calculated amount using TAXDOCUMENT framework (Tax calculation service) in D365FO

 //Get or adjust tax calculation using TAXDOCUMENT framework (Tax calculation service) TaxRegulation taxRegulationDetail; TmpTaxRegulation  ...