KMKnowledgeCollectorPlanningMulti::create Method [AX 2012]
Creates a planned answer session for the supplied parameters.
server public static void create(
HcmPersonRecId _executedBy,
HcmPersonRecId _evaluationOf,
container _collection,
[KMKnowledgeCollectorPlanningTableId _kmKnowledgeCollectorPlanningTableId,
HcmDiscussionId _discussionId,
boolean _isAnonymous])
Run On
ServerParameters
- _executedBy
- Type: HcmPersonRecId Extended Data Type
An HcmPersonRecId value.
- _evaluationOf
- Type: HcmPersonRecId Extended Data Type
An HcmPersonRecId value.
- _collection
- Type: container
A container.
- _kmKnowledgeCollectorPlanningTableId
- Type: KMKnowledgeCollectorPlanningTableId Extended Data Type
A KMKnowledgeCollectorPlanningTableId value.
- _discussionId
- Type: HcmDiscussionId Extended Data Type
An HcmDiscussionId value; optional.
- _isAnonymous
- Type: boolean
A Boolean value that indicates whether the answer session created will be anonymous; optional.
Show: