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 ElementData TypeWhat is itMandatory
IdIntegerThe unique id of the commentNo
ormStringThe type of resource that this comment is attributed to. For example "Timesheet"No
RecIdIntegerWhat the comment is attached to (timesheet, post, news feed etc)No
InFeedBoolean True/FalseWhether the comment is published or not.No
CommentStringThe string text of the commentYes
CreatorIntegerThe id record of who created the commentNo
CreatedDateTimeWhen the comment was createdNo
ModifiedDateTimeWhen the comment was last modifiedNo