Properties
Name | Access | Type | Description |
---|---|---|---|
AuthorUserId | Read | Int32 | Author User Id |
CreatedDateUtc | Read | DateTime | Created Date Utc |
Id | Read | Int32 | Id |
IdeaId | Read | Guid | Idea Id |
Note | Read | String | Note |
StatusKey | Read | String | Status Key |
Methods
Note
Note Overload 1
Velocity
#set($stringResponse = $context_v2_automationTrigger.Arguments.Note())
JavaScript
var stringResponse = context_v2_automationTrigger.Arguments.Note();
Note Overload 2
Velocity
#set($stringResponse = $context_v2_automationTrigger.Arguments.Note($target))
JavaScript
var stringResponse = context_v2_automationTrigger.Arguments.Note(target);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
target | String | Target | Required |
Returns
String