External DocumentationTo learn more, visit the Manage Engine ServiceDesk Plus Cloud documentation.
Actions
Edit Custom Module Record
Update an existing custom module record.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Attributes | The custom attributes to update in the custom module record. For Example: |
| Custom Module API Name | The API name. Must start with cm_ prefix.For more information, refer to Service Desk’s documentation |
| Custom Module Record ID | The unique ID of the custom module record. |
| Portal Name | The Portal URL Name. For more information, refer to Service Desk’s documentation |
{
"response_status": {
"status_code": 2000,
"status": "success"
},
"cm_client_portal": {
"created_time": {
"display_value": "Oct 13, 2021 11:42 AM",
"value": "1634105536583"
},
"last_updated_by": {
"email_id": "sugan@zylker.com",
"name": "Sugan",
"id": "1440000000073011"
},
"last_updated_time": {
"display_value": "Oct 13, 2021 12:00 PM",
"value": "1634106000000"
},
"cm_attributes": {
"txt_name": "Jane Doe",
"txt_address": "London"
},
"id": "1440000004206003"
}
}
Was this page helpful?