Dear Creatio Support Team,
I hope you're doing well.
I'm interested in the new feature introduced in Creatio version 8.1.2, which allows executing a process for a selected list of records. Could you please provide guidance on how to pass additional parameters to the process besides the record ID?
"operation": "insert",
"name": "MenuItem_4ixsa89",
"values": {
"type": "crt.MenuItem",
"caption": "#ResourceString(MenuItem_4ixsa89_caption)#",
"clicked": {
"request": "crt.RunBusinessProcessRequest",
"params": {
"processName": "UsrProcess_e3ba99f",
"processRunType": "ForTheSelectedRecords",
"showNotification": true,
"dataSourceName": "PDS",
"parameterMappings": {
"ID": "Id",
"deadline": "???"
},
"filters": "$Items | crt.ToCollectionFilters : 'Items' : $DataTable1_SelectionState | crt.SkipIfSelectionEmpty : $DataTable1_SelectionState",
"sorting": "$ItemsSorting"
}
},
"clickMode": "default",
"visible": true
},
"parentName": "DataTable1",
"propertyName": "bulkActions",
"index": 3
}
Thank you for your assistance.
Best regards,
Like
Hello!
At the moment, in the mass action of starting the process, nothing can be transferred except the Id of the records. We have registered your wish to add the possibility of passing other parameters besides the Id of records and will consider the possibility of implementing such functionality in future releases.
Hello,
The idea has been accepted by the development team and is now in the process of working out the possibility of implementation. At the moment, we do not have a clear timeline for implementation.