PeopleSoft HCM92 ad hoc salary change approval - configuration

I'm new to PeopleSoft in general. I'm trying to set up configuration to allow managers to approve an ad hoc salary change. The problem is this:
Review Transactions Page
I click there and it brings me to this page...
Error Page
If anyone has any insight please let me know!

Related

Where to find Microsoft Store Submission Details?

When I want to publish my XF.UWP app to the Microsoft store on a new pc I am presented with the following fields to fill:
Tenant ID
Client ID
Client Key
The Microsoft documentation page that guides you through the process seems to be outdated (I already reported this), and I can't find the data that I need to fill from the new Microsoft Partner Center.
The only field I am able to find is 'Tenant Id'. I Found it under gear icon - account settings - organisation profile - tennants.
Who can help me out
Like with many of Microsoft's services, the Client ID/ Client Key location is a bit vague and easier to explain with screenshots than words. But for anyone who may not understand the purpose, I'll leave a brief synopsis to explain the caveman drawings below.
The tenant ID in this scenario is the ID of your Azure AD tenant. No big surprises here. You can grab this (assuming an Azure AD organization is already linked to your Microsoft Partner Center account) from the MPC dashboard under Home > Account Settings > Organization profile > Tenants.
The client ID & client key are slightly harder to locate. This is because MPC recognizes three types of entities within the user hierarchy.
Users
Groups
Azure AD applications
To take advantage of the current automated publishing pipeline for the Microsoft Store, you must create or manage the Azure AD application associated with your project, which can be done under Home > Account settings > User management > Azure AD applications.
If you are familiar with GCP or Google API integration, the Azure AD app is the equivalent of a service account. A given Azure AD application can be assigned any permission within the scope of your project or even your organization based on the scenario. In my experience, the Manager role has always been sufficient.
Click an existing app to manage or create a new one from scratch; either way, you will soon reach the Client ID / Client Key panel, where you can add, view (one time only), and delete keys for your application. The values generated here can be utilized in the Microsoft Store submission workflow seen in the OP's screenshot above. Happy publishing!
References: Add users, groups, and Azure AD applications to your Partner Center account
Do you have Azure AD linked to your account?
If so, those keys should be available here:
https://partner.microsoft.com/en-us/dashboard/account/v3/usermanagement#users
If not, it can be configured here:
https://partner.microsoft.com/en-us/dashboard/account/TenantSetup
leading to:
https://partner.microsoft.com/en-us/dashboard/Account/CreateTenant

Azure API Management subscription event

When a developer ask to subscribe to a particular API product in the Dev Portal, if I checked the 'need approval' option, a workflow is created and the subscription is waiting to be approved by the administrator.
I have a use case where I need to do additional tasks before the approval, in particular I need to create an App in the AD for OAuth2 and set the right permissions.
I'm looking for a way to trigger a Power Automate workflow when a subscription is requested, then use the content of the event to execute tasks and then ask a user to approve the requested subscription (thanks to a Power Automate approval).
Unfortunately, the only way to be informed that a product subscription was requested is to receive an email and unfortunately, the content of this email cannot be customized. The default email content is not really useful to detect what subscription is about and to find additional settings.
Any ideas to manage this?
Here is a walkthrough which uses the Logic App to customize the subscription approval workflow. It might be helpful for your case as well. Check it out: https://github.com/adamhockemeyer/Azure-API-Management-Custom-Subscription-Approval

Dailymotion Advertising Api

I'm trying to get status about my video with dailymotion api. Some of videos are not getting ads. So i'm trying to understand how it's gonna be.
I tried like this but it's not telling about ads status.
String.Format("https://api.dailymotion.com/user/{0}/videos?fields=id,title,partner&limit=100&page={1}", userID, pageNumber)
i thought like partner key is enough to understand that situation but it's not. Can someone help me ? Also i tried to get something from http code but it didn't work.
Any suggestions ?
You can't know if ads will be displayed or not on a video. The AD server uses many criteria to determine what to do.
When the player is loaded on the page, a call to the ad server is sent in real time to know if an ad is available or not.
The API player provides some useful ad events, maybe you can use them: api events documentation

Analytics Filter to attribute a specific landing page to a certain referrer?

our business advertises on the classifieds website www.kijiji.ca, and as part of that they have a link back to our website on all of our advertisements. In what looks to be an effort to prevent tab-nabbing, kijiji recently added rel="nofollow noopener noreferrer" to their 'referral' links. This had the unfortunate side-effect of breaking analytics for me, and any other person who advertises on kijiji.
I've taken this up with Kijiji, but as I suspect it's a security concern on their part I doubt they'll be open to changing it. They are currently investigating the issue.
At the same time as the original change, they forced '/referral=kijiji' to the end of any URL passed into their website link field. So, my question is if anyone knows of a way to configure a filter in analytics which sees that url and causes the hit to be attributed as a referral.
Of course, as a work around you can just go into the Landing Pages report and search for '/refferal=kijiji', but that breaks reporting and causes your Mediums/Sources reporting to falsely attribute referrals as direct traffic.
If anyone has a workaround I'd be very grateful! Thanks for reading.
As far as I'm aware, there isn't a way to set a referrer after the data has been collected by GA as raw GA data is not modifiable. You could send a virtual pageview with a utm parameter for attribution purposes. Keep in mind that this will inflate your pageviews count and will also consider the session to be a non-bounce.
If it were me, I'd fire an event when I detected '/referral=kijiji' in the URL and then create a segment of sessions that included the event. Be sure to use a non-interaction event so that your bounce rate isn't affected.

Leavers Script-AD

I'm trying to formulate a way I can automate removal of AD Groups from disabled users OU in AD.
I would like for the script to have an exception to only remove certain domain services folder addresses starting with ****.
Also, for it to remove all bar two exceptions to this.
I would be happy for this to be done via csv file or just through the AD OU.
We also have a system that holds onto users even after they are deleted from AD.
We normally have to go to to web address linked to the server and manually terminate the user
Any help appreciated!
Thanks