dynamicsmobile
Version:
Allows development of off-line mobile and web business apps over the Dynamics Mobile platform. More info on https://www.dynamicsmobile.com
11 lines • 503 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.MobileLiveLinkQuery = void 0;
const livelink_query_service_1 = require("../lib-core/livelink-query-service");
class MobileLiveLinkQuery extends livelink_query_service_1.LiveLinkQuery {
forwardSyncLog(appArea, _instance) {
throw new Error('forwardSyncLog method is not supported on mobile');
}
}
exports.MobileLiveLinkQuery = MobileLiveLinkQuery;
//# sourceMappingURL=mobile-livelinkquery-service.js.map