how to use input selected value - liamlamth/blog GitHub Wiki

wanted outcome

before submitting the page, when selected an employee, another field manager will immediately display the manager name.
whenever the selection changes, the field manager changes accordingly. the changes is expected

method 1: apex item

  • employee field >> dynamic actions: when item changes
    • action: set value
    • item to submit: employee field
    • *Security >> Session State Protection: unrestricted
      otherwise, error: ORA-20987 APEX - Attempt to save item P2_EMPLOYEE in session state during show processing.

method 2: javascript parameter

  • $v("P6_TASK_PIC_ID")
⚠️ **GitHub.com Fallback** ⚠️