- Log in to post comments
User bio
404 bio not found
Member since Feb 6, 2022
Posts:
Satya Prasad has not published any posts yet.
Replies:
Here is the custom class for this...
You should add this in one of your custom class which Extends Ens.Rule.FunctionSet so that it is visible in Routing Rule.
ClassMethod DaysFromToday(pDate As %String) As %Integer
{
Set tNow = $H+0
Return $ZDATEH($EXTRACT(pDate,1,8),8) - tNow
}
I got this from Jeffrey Drumm.
- Log in to post comments
Certifications & Credly badges:
Satya Prasad has no Certifications & Credly badges yet.
Followers:
Satya Prasad has no followers yet.
Following:
Hi everyone,
We're planning to use Production Validator for validating our system upgrade (2016.2.3 to 2024.2) , and we are trying to understand what kind of benchmarking or performance metrics others have observed during similar efforts.
Specifically, we are looking for a case study or real-world example that includes details like:
If anyone has done this recently and can share some stats or lessons learned, that would be super helpful!
Thanks in advance!