Hello
I am creating a feedback/ complaint setup in M-Files (kind of like a ticketing system)
I wish to set a 'Resolution Due Date' Date property or the due date of an assignment based on the severity of the feedback.
I have a Value List with the following option 'High, Med, Low' that is filled out when the new Feedback is entered into M-File.
once its saved i want to it do the following
If Severity is high = Set Resolution Due Date to +1 day from Date Created (or some other date property)
If Severity is Med =Set Resolution Due Date to +2 days from Date Created (or some other date property)
If Severity is low = Resolution Due Date to +7 days from Date Created (or some other date property)
I feel i could do it in a Metadata card but get a bit confused when it comes to the dynamic Value options
it says i can use 'Date Delta Value' to add days but only when i use usecurrentdate
this in theory could work for us but i'm not sure where i'm meant to put ' usecurrentdate' option.
cheers