Skip to main content

Posts

Showing posts from May, 2022

Tips for clearing JAVA 11 819 Exam

1. Practice Dumps atleast 1000 questions you should know the answer.... (better prepare a notebook for it also) 2. See the topics and only prepare for the topics... which are in Exam. 3. Do some courses specially free videos available in Oracle Learning website 4. Do Java magazine quizes. atlease 25 questions...... 5. Prepare Notes for study during end time.. 6. Prepare a rulebood to note down rules. 7. Go through Java docs.. 8. Solve atleast 5 practice questions given on various websites........ 9. When in exam first tick the questions you know were right and skip lengthy or tough once ...... 10. Then jump to smaller once. 11. At last to Lengthy once....... 12. If solving dumps also see the other option bcoz in exam u often gets confused..... 13. For last 3 days u should only see your rulebook and notes.. which you prepare nothing else. 14. Prepare time table Java required 120 hours of dedicated coding for experience professional with 5 yrs experience and 240 hours of preparation for

Setting Field length in Application XML

In Maximo field length of 3-30 maximo create a textbox with size 10 and if its greater than 31 it consider its size to 40 actually this is obviously disappointed for developers because customer won't like that so here is what u can do... For Combobox use Width (this one is pixel format so give value like 120 or 150 to see changes) For Textbox use Size attribute......in XML (this will be db field size)

Maximo Sending email in table format with Multiple rows...

Maximo Sending email in table format with Multiple rows... 2. ways to achieve it... 1. This can be achieved with the help of Automation script (Here we construct message at the time of sending) 2. Using Automation script at the time of saving record...( Here we construct message before sending probably when record is saved and save the mail in db in HTML format) in a custom field...this is send via escalation because constructing and sending email via each escalation run will be very time consuming for escalation ...........(Imaging u decommisioned 1000 assets and sending email for Workorder' details for each asset in a seperate mail.......) Logic of constructing this email......