Form Function Not Working After Update Package
Dear Expert,
I have 2 web servers in JDE :
a. WS1
b. WS2
Each web services contains 3 html servers :
a. 8080 (live environment)
b. 8081 (live environment)
c. 8082 (development environment)
I've a project contains Application, Table, Business View and Processing Option.
There is a delete button in that Application to delete all data in a grid column.
After I updated/deploy that project in a package, why does the delete button only work in web server "WS1" and html server "8081"?
FYI, before I updated the package to live environment, I've updated first to development environment. And its normal when I run Application in web server "WS1", "WS2", html server "8082".