You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This script will calculate a due date for a given RITM and validate it matches the actual due date. You can use this in a "Run Server Side Script" ATF test step, and requires you to have a previous ATF Test Step that does a Record Query for the RITM record.
1
+
## Description:
2
+
This script will calculate a due date for a RITM based off of the delivery date of the Catalog Item and validate it matches the actual due date.
3
+
4
+
## Usage Instructions/Examples:
5
+
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
6
+
7
+
## 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.
0 commit comments