ATF - Custom Calculation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
I am creating a test that requires a calculation and I'm not sure how to achieve this. When we close an Incident, we get a Resolve Date and a Close Date that is set to automatically close after 5 days. When I attempt the field validation for Close Date is equal to Resolve Date = 5. But the glid_var doesn't render that field available as both fields are greyed out.
Any guidance is greatly appreciated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @MerPetti
Could you share the screenshot of the expected result?
Do you want to validate the close date field to be 5 days from today, then you can use
javascript: gs.daysAgo(-5)
***********************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting "Accept as Solution" and " Helpful." This action benefits both the community and me.
***********************************************************************************************************************
Regards
Shaqeel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
Apologies for the delay. Here is the ATF Test I'm attempting to set up and the Incident List demonstrating the 3 columns I'm attempting to compare.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
