Exemplo n.º 1
0
 public static function e3200_editsequence($requestID, $user, $action, $ID, $extra, &$err, $xml, $errnum, $errmsg, $config)
 {
     switch ($action) {
         case QUICKBOOKS_MOD_CUSTOMER:
             // EditSequence for this customer is out-of-date, query for the customer to get the latest EditSequence, and re-send
             return QuickBooks_Server_Integrator_Callbacks::integrateQueryCustomer($ID);
         default:
             return false;
     }
 }