Capture AssignmentRecordId Use Bindings
in Learning
I need to get the AssignmentRecordId of the courses on a page.
Summary.
On the "View Transcript" page where all the courses are listed, I made a pagecomposer, added a label with the following code:
Text = #{row.bindings.assignmentRecordId}
With that, I was able to capture the AssignmentRecordId of all the courses listed on the screen.
Error.
I need to get the same ID on the course detail page. However, using the same solution mentioned above, null is returned in the field when I pass Text = #{row.bindings.assignmentRecordId}.
On which pages can I return the assignmentRecordId?
Attached are prints of the screens.
Tagged:
0