need to create a mobile module
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-27-2015 01:15 AM
we need to create a mobile module "create new" which can directly open a Service catalog item and request could be raised from there ! Kindly suggest !
Regards,Bharat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-27-2015 05:48 AM
Hi Bharat,
We are also looking for one generic way, how can we build the path.
Currently we couldn't find any wiki doc which explains how we can do so, all we could find is "The URL must be in this format: type_of_link/table/parameters"
Please share if you get anything on this.
Thanks,
Kuldeep
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-30-2015 11:21 PM
Hi Kuldeep,
I followed the below procedures to setup Mobile UI -
1. for forms on tables other than catalog -
form/table name/-1
2. for items on catalog
catalog/home/id for homepage
catalog_producer/producer/id for items through Record Producer
3. for lists (eg my requests/incidents)
new module > choose table > add filters
4. knowledge base
knowledge_base/home
Hope this will help you
Regards,Bharat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-30-2015 01:41 PM
Bharat Goyal , I don't know how useful this will be to you but if I understand what you are looking to do, I have something like this functioning.
For the mobile view in (Eureka), under "System Mobile UI" > "Navigator Apps" , create your new module there and I'm using Incident as the example. When you create the Application Menu, go into it and click "New" to create a new module. The Path that I have to create a new Incident is "form/incident/-1". That -1 can be used to "Create New" for just about any table that you want to point to. I would think that going from the Mobile Service Catalog, you would be able to click an item and it would start the REQ process for you. I haven't tested that though. Hope that is useful for you.