OLC | Redwood - Default Value for field Assignment type
Summary:
We have entered the default value in the Assignment Type field, for the Assign Learning page, on the manager side.
this causes a blocking error during assignment, with the following message:
"Error
We couldn't submit assignment for processing
Invalid assignment type to create assignment profile data, assignmentType :null"
the default for the Request Noncatalog Learning page was present in the field.
we used the following expression, which worked correctly until the release of 24B.
[[ $componentContext.RuntimeContext.view === 'Request_Learning_Request_Details'?'ORA_JOIN_ASSIGNMENT':''+ $componentContext.RuntimeContext.view === 'Assign_Learning_Assignment_Details'?'ORA_JOIN_ASSIGNMENT':'']]
We used vbs advanced mode for this modification.