Add delete DMS wip.

This commit is contained in:
Patrick Fic
2025-09-25 14:34:31 -07:00
parent f7799ffd03
commit cd1e8b0b15
2 changed files with 55 additions and 56 deletions

View File

@@ -113,10 +113,7 @@ async function GetDepartmentId({ apiName, debug = false, SubscriptionMeta }) {
console.log("===========");
console.log(
JSON.stringify(
SubscriptionMeta.apiDmsInfo.map((a) => ({
name: a.name,
departments: a.departments.map((d) => d.id)
})),
SubscriptionMeta.apiDmsInfo,
null,
4
)
@@ -346,28 +343,28 @@ const FortellisActions = {
? "https://api.fortellis.io/cdk/drive/glpost/startWIP"
: "https://api.fortellis.io/cdk-test/drive/glpost/startWIP",
type: "post",
apiName: "CDK Drive Post Accounts GL WIP",
apiName: "CDK Drive Post Accounting GL",
},
TranBatchWip: {
url: isProduction
? "https://api.fortellis.io/cdk/drive/glpost/transBatchWIP"
: "https://api.fortellis.io/cdk-test/drive/glpost/transBatchWIP",
type: "post",
apiName: "CDK Drive Post Accounts GL WIP",
apiName: "CDK Drive Post Accounting GL",
},
PostBatchWip: {
url: isProduction
? "https://api.fortellis.io/cdk/drive/glpost/postBatchWIP"
: "https://api.fortellis.io/cdk-test/drive/glpost/postBatchWIP",
type: "post",
apiName: "CDK Drive Post Accounts GL WIP",
apiName: "CDK Drive Post Accounting GL",
},
QueryErrorWip: {
url: isProduction
? "https://api.fortellis.io/cdk/drive/glpost/errWIP"
: "https://api.fortellis.io/cdk-test/drive/glpost/errWIP",
type: "get",
apiName: "CDK Drive Post Accounts GL WIP",
apiName: "CDK Drive Post Accounting GL",
},
ServiceHistoryInsert: {
url: isProduction