BUI EXtension: link child(task) to parent(Incident)
Summary
Need some help with linking task workgroupentity to parent incidentContent
Hi,
We have an addin in place to open an new task workpace in a workgroup from the parent(incident) wokspace.
The task workspace is displayed correctly but the id of the parent incident is not set in the task so there is no relation.
Can anyone tell me how to create a parent child relationship in this case?
The following code is in place:
ORACLE_SERVICE_CLOUD.extension_loader.load(myAppId).then(function (extensionProvider) {
extensionProvider.registerWorkspaceExtension(function (worksapceRecord) {
worksapceRecord.editWorkspaceRecord('Incident', incidentId).then(function (incWorkspaceRecord) {
incWorkspaceRecord.getWorkGroupContext().then(function (workgroupContext) {
Tagged:
0