How to add PO Approval standard app to launchpad? - sap-fiori

I am configuring a fiori standard app- PO Approval for a client. We have the oData and the required services in " Service Catalog". Now we need to add the app to launchpad and we are following this link: "https://fioriappslibrary.hana.ondemand.com/sap/fix/externalViewer/#/detail/Apps('F0402A')/S9OP" but as I am new to this I am getting no idea of how do we create tiles, groups and catalogs. Please help! Thanks!

You use the SAP Fiori launchpad designer to manage catalogs, groups, and tiles.
To add the app to the Fiori Launchpad, there are also steps in backend required.
There is some documentation available here
and more general docu both here and here.
#stackoverflow admins:
I hope you accept above reference to docu.
The question is pretty general and a detailed answer would probably comprise too many pages.

Related

Creating issues with the JIRA API for specific users with assigned permissions to view

I am new to JIRA API automation and would like to know how I could use the JIRA API to create an issue for specific user who have restricted permissions to view - the API to be used is as follows -https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues/#api-rest-api-3-issue-post
Thanks,
Best Regards,
Nuzhi
I tried going through the API documentation but could not find any particular detailed documentation with regards to the use case.

Rally SDK 2 - Given a story A and a story B, how can I say that B is a successor of A thanks to Javascript API?

I'm using the Rally SDK 2 to manipulate user stories from Javascript in a "Custom HTML" application.
I can query a story and retrieve its attributes.
I can update some of the attributes, like the Name of the Iteration for instance.
How can I add a successor to my story?
If I understand well, I should edit the "/HierarchicalRequirement/.../Successors" of my story, but I don't understand how to do that.
Would someone have an example, please?
Unfortunately, I don't have an exact example you can use, but the successors (or predecessors) are 'collections'. As such, you need to 'add' to the collection. There is an explanation of some of this here: https://docs.ca.com/ca-agile-central/saas/apps/2.1/doc/#!/guide/collections_in_v2
Built into the model for the artefact are routines to handle all the details. If you want more details, then you can download the sdk-debug.js file from the Rally server. To get to it, open up the developer tools in your browser and have a look where a custom app would get the sdk.js file from. The debug variant is formatted for humans to read and a very useful source of how to do things at the low levels. The definition of Rally.data.wsapi.ModelFactory has some good tips.
One of the recommendations I make to people starting out writing custom apps, is to use the developer tools in the browser to watch the network traffic that the Rally UI makes - and then work backwards to code.

How to find out if a standard fiori App can be extended

I am a newbie for Standard Fiori Application Extension.
I want to know how to find out if a particular Standard Fiori Application can be extended?
To which extend that particular Standard Fiori Application can be extended?
Regards,
Sayed
The Fiori Documentation gives you extension points in the "Implementation Information" section.
E.g. in Create Sales Orders:

How to deploy Er REST Example on cc2650 platform

I am working on cc2650 and cc2531 dongle and I have already installed 6lbr. Now I need to check security for CoAP and I need to implement a simple example. I want to work on Er-REST example and I have some questions regarding to deployment.
1)Do I have to also use Cooja? I am asking I am using the native-border-router together with the slip-radio. So which settings should I have done to be able to deploy the example?
There are how to's for other platforms but not slip radio cc2650.
Is there anyone who worked on or do you have any suggestions?
Thanks in advance...
Check the TMOTES HOWTO in https://github.com/contiki-os/contiki/tree/master/examples/er-rest-example
It should be the same concept to what you want.
Be careful with what "native" platform means: check this link https://github.com/contiki-os/contiki/wiki/Native%2C-minimal-net

How do I implement a Document Provider Extension in Xamarin?

I maintain a store of encrypted data I would like to expose to other applications. Right now the data requires a passcode to unlock/decrypt that data.
The document provider extension I created so far doesn't seem to be loading (I checked the certificates) and I can't expose that to the other apps.
Are there any examples of how to do this?
I've already looked at the official documentation, the Git repository of various team members of Xamarin, and all the other general sources.
Are there any special gotcha's I need to address and may be missing?
This should give you a good start : https://forums.xamarin.com/discussion/16071/encryption-decryption-in-xamarin
And to get a complete working solution. Refer the Kinder Chat app.
https://github.com/xamarin/KinderChat
Hope that helps

Resources