Showing posts with label Infor WMS. Show all posts
Showing posts with label Infor WMS. Show all posts

Sunday, July 14, 2024

How to Call an ION API via POSTMAN

Thank you Infor to make this vdo that support us dev our API KMTo to connect with Infor WMS on Cloud

Wednesday, January 10, 2024

Infor WMS : How to Get Tools - Web-RF URL from SCE RF Client

 

Login to System.

Menu Tools -à Additional Downloads

 Then you can find the Web-RF URL from SCE RF Client







By KMxTEN

Monday, July 24, 2023

Infor WMS: Query Update UOM and Packey

update wmwhse1.Receiptdetail set PACKKEY = (select PACKKEY from wmwhse1.sku where sku.sku = Receiptdetail.SKU ) where RECEIPTKEY = '0000000011'

update wmwhse1.Receiptdetail set UOM = (select  PACKUOM3 from wmwhse1.sku inner join  wmwhse1.PACK on pack.PACKKEY = sku.PACKKEY where sku.sku = Receiptdetail.SKU ) where RECEIPTKEY = '0000000011'

UPdate default RF Receiving

update wmwhse1.SKU set RFDEFAULTUOM = (select  PACKUOM3  from  wmwhse1.PACK  where pack.PACKKEY = sku.PACKKEY )


by KMxTEN

Friday, April 7, 2023

Infor WMS Rest API : Connect Enterprise Data

 Infor WMS Rest API : Connect Enterprise Data  : INFOR_ENTERPRISE

for example : GET : http://KMXTEN.Com:81/wmwebservice_rest/INFOR_ENTERPRISE/items/Z001

By KMXTEN Co.,LTD.

Tuesday, June 14, 2022

How to Deploy Infor WMS - BIRT Report

 How to Deploy Infor WMS - BIRT Report

1) D:\infor\sce\wildfly-10.1.0.Final\scprd-reports1\deployments\scprd_scereports

in this path right click to do Zip File to  scprd_scereports by using winrar

2) change file name to .War

3) path .War to D:\infor\sce\wildfly-10.1.0.Final\scprd-reports1\deployments

4) Restart Reporting

5) deployed


Credite by Km X TEN