cancel
Showing results for 
Search instead for 
Did you mean: 

Setup/Using MobileDesigned Category in SAP BO Mobile for iPad

Former Member
0 Kudos

I would like to use the MobileDesigned category in SAP BusinessObjects Mobile but I cant seen to set it up and display reports on the iPad.  Do I need to change anything in the mobi.properties file?  My current mobi.properties file is displayed below.  Do I also have to create the MobileDesigned category manually next to the Mobile category under Corporate Categories?  I have the Mobile category already and I'm using this but I would like the flexability to change the report layout.

Any help in setting this up would be appreciated.


#default
default.corporateCategory=Mobile
default.personalCategory=Mobile
default.category.mobileDesigned=MobileDesigned
default.category.secure=Confidential
default.docTypes=Webi,CrystalReport
default.imageSize=1048576
default.lov.size.limit=50
default.search.resultsPerPage=10
default.search.maxDocuments=500
default.search.maxInstanceOfDocument=5
default.map.rootnode.prefix=$a_root_
default.map.node.prefix=$a_
default.save.maxPages=20
default.discover.maxrows=100


#ipad
ipad.corporateCategory=Mobile
ipad.personalCategory=Mobile
ipad.category.mobileDesigned=MobileDesigned
ipad.category.secure=Confidential
ipad.pagemode=true
ipad.outputDataType=convertChartToTable
ipad.docTypes=Webi,CrystalReport

#iphone
iphone.corporateCategory=Mobile
iphone.personalCategory=Mobile
iphone.pagemode=true
iphone.outputDataType=convertChartToTable
iphone.docTypes=Webi,CrystalReport

#blackberry mobile
bbphone.pagemode=false
bbphone.outputDataType=XML

#blackberry Tablet
bbtablet.pagemode=false
bbtablet.outputDataType=XML

Accepted Solutions (1)

Accepted Solutions (1)

KarstenRUF
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi David,

You don't need to change anything in the config file.

Just set up a new corporate category called "MobileDesigned" on the same level as the Mobile category.

The key is to make sure the document is in both categories - Mobile AND MobileDesigned.

The Mobile category is a switch to make a document available on the device, the MobileDesigned is a switch to deterine how the layout gets renderd on the device.

HTH,

Karsten

Answers (3)

Answers (3)

Former Member
0 Kudos

I have also created Mobile and Confidential Category. But reports added to Confidential category are removed from normal view list and i am not able to see any Confidential category in my Ipad.

Kindly helo

Former Member
0 Kudos

Hi all,

I tried to put all categories, but it seems that the MobileDesigned category doesn't have effect on IPAD Device. I created 2 copies of the same report, one with mobile Cat. and the other with both Mobile and MobileDesigned Cat.

The 2 Document are shown the same way on IPAD.

Thanks

Marco S.

The Mobi.properties file is like that:


#default
default.corporateCategory=Mobile
default.personalCategory=Mobile
default.category.mobileDesigned=MobileDesigned
default.category.secure=Confidential
default.category.featured=Featured
default.docTypes=Webi,CrystalReport

#ipad
ipad.pagemode=true
ipad.outputDataType=convertChartToTable

#iphone
iphone.pagemode=true
iphone.outputDataType=convertChartToTable

#blackberry mobile
bbphone.pagemode=false
bbphone.outputDataType=XML

#blackberry Tablet
bbtablet.pagemode=false
bbtablet.outputDataType=XML

#android tablet
androidtablet.docTypes=Webi

#android phone
androidphone.docTypes=Webi

# for internal use
default.search.resultsPerPage=10
default.search.maxDocuments=500
default.search.maxInstanceOfDocument=5
default.map.rootnode.prefix=$a_root_
default.map.node.prefix=$a_
default.save.maxPages=20
default.discover.maxrows=100
default.lov.size.limit=50
default.documents.cachesize=5
default.imageSize=1048576

Former Member
0 Kudos

Thanks I didn't think about adding my report to both categories.