Hi guys,
i have a two Date fields one is 'Project issuance' another one is 'Project expiry'.
my requirement is a Project duration for 6 month.
Ex :
in Project ID < P001 < Project issuance date<"6/25/2020"> <Project expiry<12/31/2020>
<tomorrow >
Project ID <P002 < Project issuance date<"6/26/2020"> <Project expiry<01/01/2021>
Now, day by day based on Project ID we need to calculate date how can i write in x++.
i planned to write in OnmodifiedField.
Thanks,