Dear all, I am looking on how to add additional variables in CLM context messages in order to integrate it with IDM.
For the M3 ERP there is the MNS035MI where you can add the information you need as variables in a context message.
In CLM, I haven't found a similar interface. The current message is:
{
"type": "inforBusinessContext",
"data": {
"screenId": "clm_ViewPage",
"logicalId": "lid://infor.clm.1",
"entities": [
{
"entityType": "Account",
"id1": " Test:",
"name": "Account",
"drillbackURL": "?LogicalId=lid://infor.clm.1&mainTableId=1ffd666c-71fd-11d5-ac24-0006294308d9&primaryKey=8832e4f9-f1cb-47be-9743-eddbf0ed84fb&filterGroupId=85E596A3-6217-484F-A92B-F492F46317A6&actionType=view&detailsMode=normal&showToolbar=true&defaultImagePath=images/clm/office.png&displayImage=true",
"description": "This is a test"
}
]
}
}