Skip to main content

FieldLogs

4 - Pickup / Create / Run / View Task (Task Identifier required)

This QR code identifies a Task using its unique Task ID. It then presents the user with a set of options.

TaskFound.jpg

Option

Remarks

View Template

The Template associated with the Task is presented.

Preview Task

The Task preview is presented.

previewTask.jpg

Run

The Task is opened in Execution mode.

Push to my Inbox

The Task is pushed to the current user's Inbox.

Bookmark Task

The Task is bookmarked for quicker access.

Go to Task

The Task is highlighted on the screen as shown below.

gotoTask.jpg

A sample JSON for this action is as follows:

{    "publishedId": "ABCD01", "action": "4", "projectId":"12345Id", "queueId": "12345 ", "taskIdentifier": "TSK_ID_12102025", "category": "Operation 001" }

The attributes in the JSON are described below.

Attribute

Type

Required

Description

publishedID

String

Y

Publication ID of the Task.

publicationID.jpg

action

Integer

Y

Takes the value "4"

projectId

String

Y

Project ID of the created Task.

projectID.jpg

queueId

String

Y

Queue ID to which the Task is assigned.

TaskQueueID.jpg

taskIdentifier

String

Y

Unique Identifier of the Task.

category

String

N

You can enter any string here. It will appear as the category of the Task.

categoryTask.jpg