dynamicsmobile
Version:
Allows development of off-line mobile and web business apps over the Dynamics Mobile platform. More info on https://www.dynamicsmobile.com
12 lines • 467 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.BackendBusinessObjectBase = void 0;
const business_object_1 = require("../lib-core/business-object");
class BackendBusinessObjectBase extends business_object_1.BusinessObjectBase {
constructor() {
super();
this.dontPostToSyncLog = true;
}
}
exports.BackendBusinessObjectBase = BackendBusinessObjectBase;
//# sourceMappingURL=backend-businessobjectbase.js.map