Quantcast
Channel: Ivanti User Community: Message List
Viewing all articles
Browse latest Browse all 12704

Expiry Date Calculation

$
0
0

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


Viewing all articles
Browse latest Browse all 12704

Trending Articles