Hi Everyone,
We have a variable in a workflow and we want to pass its value on a NewForm field (Date and Time). In other words, we want to populate this Date and Time field with that variable’s value. But I think there might be a better way on doing this so I will tell you guys our case. We have the following fields on the custom NewForm.
Field | Type | Value | Remarks |
InitiateDate | Date and Time | Current System Date |
|
ResponseTime | Choices | -Normal -Urgent |
|
DueDate | Date and Time | Depending on the ResponseTime value | Normal = InitiateDate + 15 days
Urgent = InitiateDate + 7 days |
We would just like the DueDate value to be displayed on the NewForm whenever the user makes a selection on the ResponseTime. Any ideas or suggestions guys on how to we can achieve this?
Thanks in advanced,
Arnel