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
client server public static RecId getAX2009POSDataStore(str storeNumber)
Run On
CalledParameters
- storeNumber
- Type: str
StoreNumber (that matches RetailStoreTable.storeNumber)
Return Value
Type: RecId Extended Data TypeRecId of matching RetailConnDatabaseProfile or 0 if none was found
Show: