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

Server

Parameters

_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.

ExceptionCondition
Warning

The number sequence number that was used could not be aborted.

UpdateConflictNotRecovered

An unrecoverable update conflict occurred.

UpdateConflict

An update conflict occurred.

Show: