Share via


RetailConnReplicationUtilities::getAX2009POSDataStore Method [AX 2012]

Get DataStore for a given storeNumber that belongs to the AX5POS channel Schema If there are more than one, the first one is picked If there are none, a warning is shown and 0 is returned

Syntax

client server public static RecId getAX2009POSDataStore(str storeNumber)

Run On

Called

Parameters

  • storeNumber
    Type: str
    StoreNumber (that matches RetailStoreTable.storeNumber)

Return Value

Type: RecId Extended Data Type
RecId of matching RetailConnDatabaseProfile or 0 if none was found

Remarks

Shows a UI warning when a matching record is not found

See Also

Reference

RetailConnReplicationUtilities Class