Fieldpine Logo Documentation Home  
Library
» Overview
» eLink API

See also
 - Location List
 - Lane List

eLink retailmax.elink.lane.edit

This API allows you to update selected fields describing a lane within the retail system.


Input Arguments

Arg#NameTypeDescription
8Required. Constant 'retailmax.elink.lane.edit'
f100 NumberThe unique lane number allocated to this system (Srcuid). This field cannot be changed. It must be supplied and is used to select the lane to edit
f101WorkIdString A description of the lane. Typically something like "Beauty Counter" or "Pos 4"
f102LocationIdNumber The location number at which is lane is located.
f104StoreNameString The name of the store the lane is in. This field is deprecated and the actual store name should be retrieved using LocationId above to fetch the location name.
f110AuthNumber Sets a flag to indicate if this lane is permitted to communicate to the server. 1=yes, 0=no
f114LastIPString The last IP address this lane connected using. This field can be manually set using an edit but will be automatically updated by the Store and Head Office Servers
f124CommentsString General free form comments
f125AssetNumString Asset number for this retail lane

Examples

Change lane number 12345 to disallow server access (set Auth=0)
/gnap/dati?3=retailmax.elink.lane.edit&100=12345&110=0