Hello,
I have table with Cause and CauseDescription.
cause causeDescription
BOM BOM errors
COM Communication Errors
In the Form only Cause(Dropdown) will be shown up, and based on that cause in the Table the causeDescription should fill.
Like if the user selects "COM" in Cause dropdown in the form, then in table it should write it as "Communication" in CauseDescription. How to set that?
I have table with Cause and CauseDescription.
cause causeDescription
BOM BOM errors
COM Communication Errors
In the Form only Cause(Dropdown) will be shown up, and based on that cause in the Table the causeDescription should fill.
Like if the user selects "COM" in Cause dropdown in the form, then in table it should write it as "Communication" in CauseDescription. How to set that?