Skip to content

Commit

Permalink
fix order template
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiyaoPCCW committed Nov 14, 2024
1 parent 817a25a commit 3b664cb
Show file tree
Hide file tree
Showing 6 changed files with 194 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -188,5 +188,69 @@ spec:
targetLocation: BODY
customizedField: false
requiredMapping: false

- name: mapper.order.eline.add.term.duration
title: order item Term duration
description: ""
source: ""
sourceLocation: ""
target: "@{{productOrderItem[0].itemTerm.duration.amount}}"
targetLocation: BODY
customizedField: false
requiredMapping: true
- name: mapper.order.eline.add.term.units
title: order item Term unit
description: ""
source: ""
sourceLocation: ""
target: "@{{productOrderItem[0].itemTerm.duration.units}}"
targetType: enum
targetLocation: BODY
customizedField: false
requiredMapping: true
targetValues:
- calendarYears
- calendarMonths
- calendarDays
- calendarHours
- calendarMinutes
- businessDays
- businessHours
- businessMinutes
valueMapping: { }
- name: mapper.order.eline.add.term.endOfTermAction
title: MEFEndOfTermAction
description: ""
source: ""
sourceLocation: ""
target: "@{{productOrderItem[0].itemTerm.endOfTermAction}}"
targetLocation: BODY
customizedField: false
requiredMapping: true
- name: mapper.order.eline.add.term.rollInterval.amount
title: order item Term roll duration
description: ""
source: ""
sourceLocation: ""
target: "@{{productOrderItem[0].itemTerm.rollInterval.amount}}"
targetLocation: BODY
customizedField: false
requiredMapping: false
- name: mapper.order.eline.add.term.rollInterval.unit
title: order item Term roll unit
description: ""
source: ""
sourceLocation: ""
target: "@{{productOrderItem[0].itemTerm.rollInterval.units}}"
targetLocation: BODY
customizedField: false
requiredMapping: false
- name: mapper.order.eline.add.term.name
title: order item Term name
description: ""
source: ""
sourceLocation: ""
target: "@{{productOrderItem[0].itemTerm.name}}"
targetLocation: BODY
customizedField: false
requiredMapping: true

Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,20 @@ spec:
sourceLocation: "BODY"
target: "@{{productOrderItem[0].product.id}}"
targetLocation: "BODY"
requiredMapping: false
- name: mapper.order.eline.read.delete.productOrderItem.completionDate
title: "order item complete date"
description: ""
source: ""
sourceLocation: "BODY"
target: "@{{productOrderItem[0].completeDate}}"
targetLocation: "BODY"
requiredMapping: false
- name: mapper.order.eline.read.delete.productOrderItem.expectedCompleteDate
title: "order item complete date"
description: ""
source: ""
sourceLocation: "BODY"
target: "@{{productOrderItem[0].expectedCompleteDate}}"
targetLocation: "BODY"
requiredMapping: false
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,20 @@ spec:
sourceLocation: "BODY"
target: "@{{productOrderItem[0].product.id}}"
targetLocation: "BODY"
requiredMapping: false
- name: mapper.order.eline.read.productOrderItem.completionDate
title: "order item complete date"
description: ""
source: ""
sourceLocation: "BODY"
target: "@{{productOrderItem[0].completeDate}}"
targetLocation: "BODY"
requiredMapping: false
- name: mapper.order.eline.read.productOrderItem.expectedCompleteDate
title: "order item complete date"
description: ""
source: ""
sourceLocation: "BODY"
target: "@{{productOrderItem[0].expectedCompleteDate}}"
targetLocation: "BODY"
requiredMapping: false
Original file line number Diff line number Diff line change
Expand Up @@ -172,3 +172,68 @@ spec:
targetLocation: BODY
customizedField: false
requiredMapping: false
- name: mapper.order.uni.add.term.duration
title: order item Term duration
description: ""
source: ""
sourceLocation: ""
target: "@{{productOrderItem[0].itemTerm.duration.amount}}"
targetLocation: BODY
customizedField: false
requiredMapping: true
- name: mapper.order.uni.add.term.units
title: order item Term unit
description: ""
source: ""
sourceLocation: ""
target: "@{{productOrderItem[0].itemTerm.duration.units}}"
targetType: enum
targetLocation: BODY
customizedField: false
requiredMapping: true
targetValues:
- calendarYears
- calendarMonths
- calendarDays
- calendarHours
- calendarMinutes
- businessDays
- businessHours
- businessMinutes
valueMapping: {}
- name: mapper.order.uni.add.term.endOfTermAction
title: MEFEndOfTermAction
description: ""
source: ""
sourceLocation: ""
target: "@{{productOrderItem[0].itemTerm.endOfTermAction}}"
targetLocation: BODY
customizedField: false
requiredMapping: true
- name: mapper.order.uni.add.term.rollInterval.amount
title: order item Term roll duration
description: ""
source: ""
sourceLocation: ""
target: "@{{productOrderItem[0].itemTerm.rollInterval.amount}}"
targetLocation: BODY
customizedField: false
requiredMapping: false
- name: mapper.order.uni.add.term.rollInterval.unit
title: order item Term roll unit
description: ""
source: ""
sourceLocation: ""
target: "@{{productOrderItem[0].itemTerm.rollInterval.units}}"
targetLocation: BODY
customizedField: false
requiredMapping: false
- name: mapper.order.uni.add.term.name
title: order item Term name
description: ""
source: ""
sourceLocation: ""
target: "@{{productOrderItem[0].itemTerm.name}}"
targetLocation: BODY
customizedField: false
requiredMapping: true
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,20 @@ spec:
sourceLocation: "BODY"
target: "@{{productOrderItem[0].product.id}}"
targetLocation: "BODY"
requiredMapping: false
- name: mapper.order.uni.read.delete.productOrderItem.completionDate
title: "order item complete date"
description: ""
source: ""
sourceLocation: "BODY"
target: "@{{productOrderItem[0].completeDate}}"
targetLocation: "BODY"
requiredMapping: false
- name: mapper.order.uni.read.delete.productOrderItem.expectedCompleteDate
title: "order item complete date"
description: ""
source: ""
sourceLocation: "BODY"
target: "@{{productOrderItem[0].expectedCompleteDate}}"
targetLocation: "BODY"
requiredMapping: false
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,19 @@ spec:
target: "@{{productOrderItem[0].product.id}}"
targetLocation: "BODY"
requiredMapping: false
- name: mapper.order.uni.read.productOrderItem.completionDate
title: "order item complete date"
description: ""
source: ""
sourceLocation: "BODY"
target: "@{{productOrderItem[0].completeDate}}"
targetLocation: "BODY"
requiredMapping: false
- name: mapper.order.uni.read.productOrderItem.expectedCompleteDate
title: "order item complete date"
description: ""
source: ""
sourceLocation: "BODY"
target: "@{{productOrderItem[0].expectedCompleteDate}}"
targetLocation: "BODY"
requiredMapping: false

0 comments on commit 3b664cb

Please sign in to comment.