Skip to main content

Posts

Showing posts from November, 2021

SOP

 What is an SOP document:-  When we get a ticket we fix it using configuration, automation or customization which goes release process. Their are some fixes which are repeated for which we can define clear-cut step by step instructions these are  defined in our SOP document.

Maximo best practices

What are maximo best practices as a technical consultant 1. Go for server restart when u can't get desired results from application restart else use application restart. 2. Do no use Create statement use prepared statement for Update. 3. Do no use printstacktrace use logger. 4. raise TypeError(complewhere) instead of using print while debugging issue in autoscript. 5. Whenever designing a workflow think about all possibilities for example what happen in case record does not have role present to which you are assigning what will happen if it gets to delegate of person? never assume their will always be role what will happen for else logic in condition this way you can frame more questions for Client and make your workflow more safe. 6. Do not use Customization more than necessary try to simplify things by confirmation only for example its always a bad practice to use same field for 2 different purposes and use the script or class to populate or set value for such field instead if yo