MergeArrangementsTaskStatus.submissionId

Property Description

References the submission ID of the merge arrangements bulk process.

This ID is the same as the task ID that is returned by MergeArrangementsTask.submit() or MergeElementsTask.submit().

Type

number (read-only)

Module

N/task/accounting/recognition Module

Parent Object

recognition.MergeArrangementsTaskStatus

Sibling Object Members

MergeArrangementsTaskStatus Object Members

Since

2019.2

Syntax

Important:

The following code sample shows the syntax for this member. It is not a functional example. For a complete script example, see N/task/accounting/recognition Module Script Samples.

            var mergeTaskState = recognition.checkStatus({
    taskId: taskStatusId
});

log.audit({
    title: 'Submission ID', 
    details: mergeTaskState.submissionId
}); 

          

Related Topics

N/task/accounting/recognition Module

General Notices