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,

File attachments
Like 0

Like

1 comments

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.

Show all comments