Maximo Anywhere notes to rememmber
MaximoAnywhere App development points that some people might find to be useful: Use an xml editor like in eclipse with xsd validator to avoid errors The App XML XSD is very useful in finding out possible attributes/values and elements while designing the application Different types of events in Application elements include click|changestate|datachange|render|validate Resouces in the Anywhere Application use OSLC Resources defined in Maximo environment OSLC Resources use Integration Objects (consumedby=OSLC) Integration Objects have OS Security Authorization OS Security can be either App Based or OS based, it can be configured by using the Configure Object Structure Security and selecting the below checkbox. When its APP Based Access to that OS can be granted from Security Groups App using application authorizations tab When its OS Based you can grant using Object Structure authorization tab in Security Groups App. Use might have to use eventContext.viewControl.refresh() sometimes ...