Having trouble with the "resolved by user" relationship when closing ticket with Commit API
data.AssignedWorkItem = {BaseId: $("#assignToAnalyst").val(), ClassTypeId: "10a7f898-e672-ccf3-8881-360bfb6a8f9a"};
but don't see the resolved by user in the view model much more than just an action log entry.
Best Answer
-
Morten_Meisler Premier Partner Advanced IT Monkey ✭✭✭For tasks, I'm using this method that might help you:
//set resolved by user viewModel.NameRelationship.push({ RelationshipId: "f7d9b385-a84d-3884-7cde-e2c926d931a5", Name: "ResolvedBy" }); viewModel.ResolvedBy = { BaseId: session.user.Id };
5
Answers