Friday, February 25, 2022

UiPath Automation Hub ; Simplification of roles; RPA

 https://docs.google.com/presentation/d/1CVkbyNmze5IH4owmdajQBAbszACt1DE3/edit?usp=sharing&ouid=108428966501894711148&rtpof=true&sd=true










Wednesday, February 9, 2022

UiPath MVP Selection Criteria; RPA

 


Programmatic popup ADF; Java code

             FacesMessage Message = new FacesMessage("TEXT to SHOW");

            Message.setSeverity(FacesMessage.SEVERITY_INFO);

            FacesContext fc = FacesContext.getCurrentInstance();

            fc.addMessage(null, Message);



Oracle ADF compilation error File Location not found; Refresh Application;

 If unknown error message appears try refreshing the application.