Does anyone know the trick to retrieving/displaying a value in a form before saving the record (outside of deriving the field)?
I can get the value, but it will not display until Save; and I need it available before saving in order to perform a 'required when' on a separate field.
If I derive it, I can display it, but then the field I need to have 'required when' will not show as required until Save.
The requirement is that if an Item has Control checked (via a checkbox on Items form), the other field is then required on the new form.
If it is not checked, the other field is not required on the new form.
I have tried:
1) Deriving the field and using required when, but does not show as required until after Save
2) using an Event with Form Script and Stored Procedure to retrieve/display the value as well,
But again the field will not display until Saved, which would require the User to go back to the now required field (that I want to show as required prior to Save) and save the form again.