I want to add a calculation on expiry date so that its set as creation date + 2years ( 730days) . I have used the formula below but when I test syntax , I get error " You need at least one dependency for this type of calculation" . does any one know the what's the issue and solution . Also can I ask what the calculation type needs to be
import System
static def GetAttributeValue(Article):
Value = Article.CreationDate + 730
return Value