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

Error readable from string in D365FO

 Reference class: RetailSyncOrdersSchedulerTask Error readable: private str generateHumanReadableErrorDetail(System.Exception _exception, st...