Get Mashup Name using Services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Get Mashup Name using Services
Hi,
May I know I to using services to get mashup name? in my scenario, when I selected row of grid, it will go to different Mashup page.
So far I have created one datashape, which including ID, MashName(String type) and MashPrm(MashupName type). I need to create one infotable based on this datashape and send selected row to infotable as input. but in services, I use getProjectName(), which I want to get mashup name. but the result returned is empty. how to do this coding?
- Labels:
-
Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi,
The GetProjectName() function returns the project from which the thing is part of. The project name can be seen in the General Information of a thing. I don't think this is what you want to achieve.
You can add a Navigation widget in your mashup, and bind the MashName from the Selected Rows to the Navigation widget, and also the "DoubleClicked" event of the grid to the "Navigation" event of the Navigation widget. Doing this, when double clicking on a grid row, you will navigate to the mashup specified by that grid row.
Is this what you want to achieve?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @Radu ,
thank you for your reply. As I mentioned, I biind gird widget into collections widget, which I need to use longclicked instead of double clicked. if I longclicked different rows, it will go to different mashup rather than one mashup only. how to figure it out?
