Skip to content

Commit 01391e3

Browse files
authored
Updated README.md file with property dependency
1 parent 481b4a2 commit 01391e3

File tree

1 file changed

+2
-1
lines changed
  • Specialized Areas/ATF Steps/Validate RITM Due Date

1 file changed

+2
-1
lines changed

Specialized Areas/ATF Steps/Validate RITM Due Date/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ This script will calculate a due date for a RITM based off of the delivery date
55
You can use this in a "Run Server Side Script" ATF test step. This is specfic for RITM's and Catalog Item's with Delivery Times
66

77
## Prerequisites/Dependencies:
8-
In your ATF Test Case, you need to create a ATF Test Step that does a Record Query for the RITM record before running this script. The sys id of that Record Query Step is used in the scipt to obtain a GlideRecord of the RITM.
8+
1) In your ATF Test Case, you need to create a ATF Test Step that does a Record Query for the RITM record before running this script. The sys id of that Record Query Step is used in the scipt to obtain a GlideRecord of the RITM.
9+
2) You need a system property called "glide.sc.item.delivery_schedule" that contains the sys id of a record on the cmn_schedule table that will be used for the due date calculation

0 commit comments

Comments
 (0)