I have question about runtime field, I want to call a runtime field to another runtime field.
Suppose I have created a runtime field called (numberOfdays) which is calculating count of days
between two dates.
Now I have the number of days in runtime field named (numberOfdays)
Now I want to create another runtime field but I want call that runtime field (numberOfdays) inside the script.
I was trying mbut it's not working I am not able to call one runtime field in another runtime field.
Let me know if that possible.