<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:series="https://publishpress.com/"
	>

<channel>
	<title>Build a Maximo Mobile Framework Archives - Maximo Times</title>
	<atom:link href="https://www.maximotimes.com/series/build-a-maximo-mobile-framework/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.maximotimes.com/series/build-a-maximo-mobile-framework/</link>
	<description>Building Excellence In Facilities Asset Management</description>
	<lastBuildDate>Wed, 04 Aug 2021 17:14:58 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1</generator>
	<item>
		<title>Build a lightweight mobile framework for Maximo: Change Status of a Work Order using REST API</title>
		<link>https://www.maximotimes.com/maximo/tips-tricks/build-a-lightweight-mobile-framework-for-maximo-change-status-of-a-work-order-using-rest-api-2/</link>
					<comments>https://www.maximotimes.com/maximo/tips-tricks/build-a-lightweight-mobile-framework-for-maximo-change-status-of-a-work-order-using-rest-api-2/#respond</comments>
		
		<dc:creator><![CDATA[Chon]]></dc:creator>
		<pubDate>Tue, 12 Jun 2012 16:10:47 +0000</pubDate>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[REST]]></category>
		<category><![CDATA[Maximo]]></category>
		<category><![CDATA[MBO]]></category>
		<category><![CDATA[7.5]]></category>
		<category><![CDATA[mobile]]></category>
		<guid isPermaLink="false">https://interprosoft.dev-url.net/?p=8439</guid>

					<description><![CDATA[<p>In this part of the series, after we have successfully created a new work order, we should now be able to change the status of the work order. I have modified my original jQuery Mobile app to include a new dialog for users to select a new status from a list. The downside to this [&#8230;]</p>
<p>The post <a href="https://www.maximotimes.com/maximo/tips-tricks/build-a-lightweight-mobile-framework-for-maximo-change-status-of-a-work-order-using-rest-api-2/">Build a lightweight mobile framework for Maximo: Change Status of a Work Order using REST API</a> appeared first on <a href="https://www.maximotimes.com">Maximo Times</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.maximotimes.com/maximo/tips-tricks/build-a-lightweight-mobile-framework-for-maximo-change-status-of-a-work-order-using-rest-api-2/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		
		<series:name><![CDATA[Build a Maximo Mobile Framework]]></series:name>
	</item>
		<item>
		<title>Build a lightweight mobile framework for Maximo: Create a Work Order</title>
		<link>https://www.maximotimes.com/maximo/premium/build-a-lightweight-mobile-framework-for-maximo-create-a-work-order-2/</link>
					<comments>https://www.maximotimes.com/maximo/premium/build-a-lightweight-mobile-framework-for-maximo-create-a-work-order-2/#respond</comments>
		
		<dc:creator><![CDATA[Chon]]></dc:creator>
		<pubDate>Tue, 15 May 2012 15:25:19 +0000</pubDate>
				<category><![CDATA[Maximo]]></category>
		<category><![CDATA[Premium]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[mobile]]></category>
		<guid isPermaLink="false">https://interprosoft.dev-url.net/?p=8436</guid>

					<description><![CDATA[<p>We already have a login page to authenticate users, so now the first action we want to implement is a way for users to create a new work order. This is a very basic form with just a few fields, but you can always add your own fields to fit your needs. You can enter [&#8230;]</p>
<p>The post <a href="https://www.maximotimes.com/maximo/premium/build-a-lightweight-mobile-framework-for-maximo-create-a-work-order-2/">Build a lightweight mobile framework for Maximo: Create a Work Order</a> appeared first on <a href="https://www.maximotimes.com">Maximo Times</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.maximotimes.com/maximo/premium/build-a-lightweight-mobile-framework-for-maximo-create-a-work-order-2/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		
		<series:name><![CDATA[Build a Maximo Mobile Framework]]></series:name>
	</item>
		<item>
		<title>Build a lightweight mobile framework for Maximo: Getting started</title>
		<link>https://www.maximotimes.com/maximo/mobile-maximo/build-a-lightweight-mobile-framework-for-maximo-getting-started-2/</link>
					<comments>https://www.maximotimes.com/maximo/mobile-maximo/build-a-lightweight-mobile-framework-for-maximo-getting-started-2/#respond</comments>
		
		<dc:creator><![CDATA[Chon]]></dc:creator>
		<pubDate>Tue, 03 Apr 2012 12:32:09 +0000</pubDate>
				<category><![CDATA[Maximo]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[REST]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<guid isPermaLink="false">https://interprosoft.dev-url.net/?p=8434</guid>

					<description><![CDATA[<p>I am starting a mini series on building a mobile friendly app for Maximo. This will be a lightweight mobile framework so it won&#8217;t be as powerful as our own EZMaxMobile, but it&#8217;s something that you could possibly use in a small scale deployment. This is just my experiment but my goal for this series [&#8230;]</p>
<p>The post <a href="https://www.maximotimes.com/maximo/mobile-maximo/build-a-lightweight-mobile-framework-for-maximo-getting-started-2/">Build a lightweight mobile framework for Maximo: Getting started</a> appeared first on <a href="https://www.maximotimes.com">Maximo Times</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.maximotimes.com/maximo/mobile-maximo/build-a-lightweight-mobile-framework-for-maximo-getting-started-2/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		
		<series:name><![CDATA[Build a Maximo Mobile Framework]]></series:name>
	</item>
	</channel>
</rss>
