Comment
A data object in Deputy which stores various comments from across the system including news feed, timesheets and rosters just to name a few.
Comments in Deputy can be related to Timesheets and Newsfeed posts.
Data Element | Data Type | What is it | Mandatory |
---|---|---|---|
Id | Integer | The unique id of the comment | No |
orm | String | The type of resource that this comment is attributed to. For example "Timesheet" | No |
RecId | Integer | What the comment is attached to (timesheet, post, news feed etc) | No |
InFeed | Boolean True/False | Whether the comment is published or not. | No |
Comment | String | The string text of the comment | Yes |
Creator | Integer | The id record of who created the comment | No |
Created | DateTime | When the comment was created | No |
Modified | DateTime | When the comment was last modified | No |
Updated about 2 years ago