Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X
Hi
1. Two Attributes are created on WtDocument object.
2. Value of Second field Depends on First Field, Controlled with javascript. Eg Country ,State scenario.
So if particular Country is selected on first field, State list will appear in second field.
3. Its working fine while trying to create a Single document. However when trying to create multiple document, i am not able to locate ROW from which field A was updated.
Example on second ROW Field A was changed so Field B of same (Second) ROW should be updated.
How can i get the RowIndex ?
Same is working in Project Link module Multiple activities page.
getCurrentRow method gives the rowIndex, which can be assigned to field id.