Update Timeline Record rpa.timeline.update
Scope:
rpaWho can execute the method: any user
This method updates the timeline record with the identifier id.
The method only updates the title and description fields, and only those records that were created by the same user and through the application.
Method Parameters
|
Name |
Description |
|
id |
Identifier of the record |
|
fields |
Object with fields of the record |
Fields Parameter
|
Name |
Description |
|
title |
Title of the record |
|
description |
Description of the record. HTML tags can be used |
Continue Exploring
- Timeline Records: Overview of Methods
- Add a New Timeline Entry rpa.timeline.add
- Update the Attachment Flag of the Record rpa.timeline.updateIsFixed
- Get the list of timeline records for the item rpa.timeline.listForItem
- Delete Timeline Record rpa.timeline.delete
Copied
Previous