How To Find EnterpriseOne Web Only Versions
November 10, 2009 by Stewart Schatz · Leave a Comment
Filed under: Batch Versions, EnterpriseOne - General, EnterpriseOne - SQLs, eGen, enterpriseone
Filed under: Batch Versions, EnterpriseOne - General, EnterpriseOne - SQLs, eGen, enterpriseone
Dealing with EnterpriseOne “Web Only” versions can be a real pain.
They are deleted with each full package deployment and can cause a lot of confusion for the users.
In order to find these troublesome quasi-objects you can run the sql below:
select * from copy811/f983051
where VRVCC2 =’1′
where VRVCC2 =’1′


