Redwood VB Studio – Clear Field Value not triggering on dependent field change.
We are working on a Redwood page (Change Assignment) using VB Studio and have configured a rule where a Job-level DFF controls an Assignment-level DFF field.
A Job DFF “Share Value Eligible (SVE)” determines whether the Assignment field “Share Value” should retain or clear its value.
Expected behavior:
- If SVE = Y → Share Value should retain value
- If SVE ≠ Y (N or Null) → Share Value should be cleared
Configuration:
- Condition:
SVE = "N" OR SVE IS NULL(also testedSVE != "Y") - Action: Clear Field Value → Share Value
Issue:
- On initial preview, condition evaluation behaves as expected
- However, when changing the Job from SVE = Y to SVE = N or Null, the Share Value field
Tagged:
0