IHostManagementViewsShowRecodeLogistic Method
Shows the screen to recode the logistics of an item.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
void ShowRecodeLogistic(
string productCode = null,
ProductLogistic currentLogistic = null,
ProductLogistic newLogistic = null
)
Sub ShowRecodeLogistic (
Optional productCode As String = Nothing,
Optional currentLogistic As ProductLogistic = Nothing,
Optional newLogistic As ProductLogistic = Nothing
)
Parameters
- productCode String (Optional)
- Product code.
- currentLogistic ProductLogistic (Optional)
- ProductLogistic with the current Logistics.
- newLogistic ProductLogistic (Optional)
- ProductLogistic with the new logistics.