M_PCK_BATCH_CUSTOM - Intergraph Smart Materials - Version 5.0 SP1 (5.0.1) - Help - Hexagon PPM

Intergraph Smart Materials MobileScan Help (5.0 SP1)

Language
English
Product
Intergraph Smart Materials
Subproduct
MobileScan
Search by Category
Help
Smart Materials Mobile Scan Version
5.0

This custom package is used to fetch and implement the functions that are selected by the user in the Batch Process screen in the Miscellaneous tile.

get_function_codes

The get_function_codes method returns the function codes that are displayed in the Batch Process screen. Every function has an associated code.

Value

Argument Type

Description

function_codes

Output

Returns the list of function codes.

Mobile Scan > Batch Process > Get Function Codes

process_scan

The process_scan method calls the respective function based on the function code selected by the user in the Batch Process screen .

Value

Argument Type

Description

p_barcode

Input

Specifies the barcode of the item.

p_companyInitials

Intput

Specifies the company initials used in the barcode.

p_fcode

Input

Specifies the function code.

p_dp_id

Input

Specifies the discipline ID used by the user to sign in.

p_proj_id

Input

Specifies the project ID.

p_roleId

Input

Specifies the role used by the user to sign in.

p_username

Input

Specifies the user name used to sign in.

p_nlsId

Input

Specifies the language used to sign in.

p_receiveDate

Input

Specifies the time of scan.

p_position

Input

Specifies the gps location of the scan.

Mobile Scan > Batch Process > Process Scan