Posts

Showing posts from May, 2012

Basics of Field Service Mobile Application

1 Alerts – Send assignment notifi cations that engineers view and accept or reject 2 Debrief – Empower engineers to debrief orders at the point of service 3 Mobile access – Give engineers access to service, customer, and product information in SAP CRM 4 Support for offl ine work – Enable field engineers to work offl ine and, when online,have data refreshed automatically 5 Google Maps integration – Let field technicians view assignments on a map, so they can plan visits 6 Map Integration 7 Calendar Integration 8 Dashboard – View and monitor status and progress of a service order in real time 9 Sybase? Unwired Platform – Take advantage of a prebuilt solution to mobilize SAP applications 10 Built-in security – Improve security by centrally managing, securing, and deploying devices

Blackberry Security we should know

As we all know, Blackberry has it enterprise origins which offers key security capabilities and blackberry device management. Here is a brief summary of what we can refer when selecting or designing a mobile device security infrastructure. 1. Policies Blackberry Enterprise Server which is a single point of management solution for blackberry devices offers over 450 IT related policies such as password, device wipe, etc. 2. Secure and Reliable data transfer Data transfer across the intranet network is end-to-end AES-256 encrypted. 3. Firewall This function which is common on PC operating systems also proves to be useful to handle attacks. 4. Email Security Encryption of emails and attachments. Integrated Mobile email client can provide more security features. 5. SD Card This removable card can be a source of intruders and security risks. Do not ignore. 6. Operators and Manufacturers RIM is the manufacturer of Blackberry devices. Also there are operators with Blackberry...

Aspects of Mobile Security

Mobile security should but not only include the following segments or aspects. 1. Mobile secure content and threat management (MSCTM) MSCTM defends virus, spyware, spam, hackers, intrusions, and unauthorized use. This segments can be broken into three subcategories. 1a. Mobile threat management for antimalware, antispyware, firewalls 1b. Mobile IPC for file/disk encryption, data loss prevention 1c. Mobile VPN for mobile data transfer network security 2. Mobile security and vulnerability management (MSVM) MSVM provides device wipe, lock, patching, password, policies and compliance. 3. Mobile identity and access management (MIAM) MIAM offers authentication and authorization technologies like certificates, PKI, SSL. It is extremely important for users to access sensitive datas or to do ecommerce transactions. 4. GPS or location based awareness This can be a complement for industries such as retail store, healthcare and government where users are mostly granted limited acce...

SAP Direct Store Delivery Mobile App

Just come across an article about SAP and Capgemini's partnership on developing a Direct Store Delivery mobile application in the next five years. http://mobility.cbronline.com/news/sap-capgemini-sign-deal-to-co-develop-new-mobile-sales-execution-application-170512 This is part of the plan of SAP to provides hundreds and thousands of mobile applications for users, most of which are planned to be developed by partners. As we all know, SAP has release Retail Execution Mobile Application. This application provides basic and general functions of data collection and store visits for merchandiser or sales people in retail and consumer products industries. It is simple and easy to use, however, it is far from the expectations of this industries users as it cannot fully provide end-to-end solution for roles other than merchandisers in the supply chain, for example, inventory management, delivery, etc. This future killer app of Mobile Sales Execution together with Retail Execution Ap...

Key Mobile BI Capabilities

Mobile BI has been widely agreed as a second killer app for enterprises other than mobile email. Gartner has made analysis on this area and here is a quick summary from my side. For end users, 1. small screen support is critical. 2. collaboration and exploration can be more intruitive to users. 3. offline reporting support 4. Multiple device support 5. Dashboarding For Developers, 1. build once, deply many 2. transform desktop reports to mobile devices with less efforts. 3. Security 4. application development, integration with external, layout customization and development APIs are essentials From my experiences, Mobile BI can be a evil devil for enterprises. It is fresh new at the first glance, but also can be of little interest to users several days later. Collaboration functions and email integration functions largly promote users sharing what they find in the reports. Also exploration functions can enable users discover datas and business insights with less limitati...

Mobile Time Management Solution

I have been involved into a very interesting mobility case in china. We used to talk more about Mobile BI, Mobile for retail, Mobile EAM, Mobile Service, but what we find in this customer is the requirement of Mobile Time Management or Mobile Timesheet Application. This customer is one the major auto manufacturer in China, as we all know Automobile industry is booming these years in China. However consumers become to have more options as all the global players are surging in. Auto manufacturers do have the requirement of improve efficiency especially on the streamlines. If you have been to some auto factories to see the assembly streamline, you will find a huge rooms with all the workers on different duties. Team leaders will manage their performance and fill in the timesheet at the exact time when the workers are on duty. There are 600 to 700 team leaders in this factory, each leader is in charge of a team of 10 workers. As the streamline room is so big, team leaders have to wa...

Why Virtual Desktop Tool is not good for mobilization

I have never thought of virtual desktop is a good way of enterprise mobilization. However some of our enterprise IT still consider it as the temporary solution for the low level of mobilization requirement by end users. Virtual desktop is a technology with a long history. Every Unix system administrators must be quite familiar with Xmanager or some tool like that. On mobile devices it could be a different story. 1. Virtual desktop on mobile devices provide users with no good UI experiences. UI Controls are nowhere like native ones. You have to wait for remote response of each actions you make on the devices. Right click hardly works like what you get with mouse on PC. 2. Performance can be bad due to slow network connections. Client crashes with no reasons and you have to log in again and again. 3. It works on Pad only, no phone users can endure working with PC desktop on a small screen. 4. Network Expense becomes out of control. Tests found the data volumes consumption is h...

Replication-based Synchronization Versus Message-based Synchronization

Replication-based Synchronization Versus Message-based Synchronization When choosing between generating code for replication-based synchronization or message-based synchronization, keep the following in mind: A mobile application can be either message-based or replication-based, but not both at the same time. A package of mobile business objects can be deployed as either message-based or replication-based. Replication-based synchronization Supported on BlackBerry and Windows Mobile devices. Data flow follows an upload/download pattern. Data is synchronous (supports background synchronization). Uses the "poke-pull" model of push, where a notification is pushed to the device (poke), and the device fetches the content (pull). Best for mostly disconnected mode. Message-based synchronization Supported on iOS and Windows Mobile devices. Uses an asynchronous messaging protocol. Provides reliable messaging between the device and the server. Provides fine-grained syn...

SUP 2.1 ESD3 Released

Today SUP 2.1 ESD3 released, let us look into some details of the new features. 1. Security enhancement. For example, LDAP integration enhancement, https communications in all levels. 2. Platform support. New version supports iOS 5.1SDK latest update with XCode development tool 4.3.1. Also it supports Blackberry OS 7. 3. HTML Web container. New APIs from PhoneGap are announced and out-of-the-box. With the co-operation with PhoneGap and other partners, Hybrid Web container can be greatly improved when developers needs to talk with native device functions such as camera, GPS, file system, bar code scan etc. 4. Performance. New version of SUP now supports RBS(Replication based Synchronization) which is supported only on Blackberry and Windows Mobile before. This provides an superior option of optimizing data replication performance for iOS developers on SUP. See here for RBS and MBS(Message based Synchronization)differences . 5. Lastly,licenses audit engine, (maybe bad ...