Mar 17, 2023
05:54 PM
@jdempsey , thank you for your script. I will test it in our Dev environment. Unfortunately, we need to apply them selectively to specific catalog items. 75% would use one action and 25% would need other actions.
... View more
Mar 13, 2023
06:07 PM
We are migrating from Remedy to Service Now. Our current App Portal catalog items have Actions that point to ITSM operations. Are we able to update those in bulk to point to the Service Now Operations in Actions instead?
I have all the tables and was trying to do it in SQL but it looks like there are many columns that need to be updated not just:
[WD_ITSM_Systems].ServiceUrl [WD_ITSM_Systems].SystemName [WD_ITSM_Operations].OperationDescription [WD_ITSM_Actions] - many columns
Do you have a way of doing it, so we don't have to touch each catalog item?
Thanks,
Joan
... View more
Feb 20, 2023
03:27 PM
Thank you @jdempsey, that worked great! I appreciate you providing that script. 😊
... View more
Jan 09, 2023
05:38 PM
Thank you @jdempsey. I can look up the GroupGUID individually, is there a way to get them all? Management wants a report of all packages and the AD group. We have hundreds.
... View more
Jan 09, 2023
03:37 PM
We are trying to find out the name of the AD Group(s) per package. I have this query but it is giving me a GUID for the AD Group. How do I get the AD Group name? I can't find the table or view to find that information.
SELECT T0.*, T1.PackageTitle, T1.PackageVisible, T1.AddtoGroupAction FROM [AppPortal].[dbo].[WD_PackageSecurity] T0 JOIN WD_WebPackages T1 ON T1.PackageID = T0.PackageID_FK Order by PackageID_FK
Thank you!
... View more
Nov 09, 2022
05:29 PM
When will MacOS 13.0 Ventura be supported by Flexera for the FlexNet Inventory Agent? We have FNMS 2202 R1. Will it be supported in 2022 R2?
If so, do you have a date yet when that will be released?
Thanks!
... View more
Aug 19, 2022
07:05 PM
1 Kudo
Thank you for the assistance @TeriStevenson! I will open a ticket for the remaining part of my question.
... View more
Aug 11, 2022
02:15 PM
Thank you @TeriStevenson! We found the Keep notification you mentioned above and modified it. We tested and that worked.
However, we also tested the My Apps Uninstall option and that is sending the Software/General Catalog Item Order Request we customized in the catalog item. We have one catalog item with two deployments - install and uninstall. So we can't modify that Software/General Catalog Item Order Request for the the Uninstall request. We thought we could go to the same area Catalog Management - Administration - Alert Action Catalog Items and update the Uninstall Alert Action. In our test, it still used the Software/General Catalog Item Order Request from the catalog item. Can we change that?
... View more
Aug 10, 2022
05:22 PM
1 Kudo
We are implementing My Apps in our environment. We have two questions:
1.) When we tested selecting "Keep" for an application, it sent the global Software/General Catalog Item Request Order email. We do not understand that. The user already has the software, they are not requesting anything except to not uninstall it. How can we turn that off or modify it. We can't modify the Software/General Catalog Item Request since we use that for our hundreds of catalog items. We don't understand why it wouldn't use the the ones that were created for My Apps, such as License Reclamation Keep Program - After Submit.
2.) When someone selects Keep - does that prevent My App from sending an uninstall request for a certain amount of time? Does it start a clock where it won't ask the person if they want to Keep/Uninstall the software again? Does it depend on what they select in the Keep checkout process?
Thanks,
Joan
... View more
Jul 22, 2022
12:55 PM
Thanks jdempsey and CharlesW for your information. I went ahead and created an idea for it.
... View more
Jul 20, 2022
06:23 PM
We customized the “My Apps - Alert Email Notification”. We begin the notification with the user's first name. That variable is not getting resolved.
I have tried every variable I can find in the notification but none of them resolve (listed below). However, the notification gets sent to the person's email address.
We checked the User Computer Relationships and all the information is populated. Why can it grab the email address but not the first name?
We tried these variables in our testing:
##Visitor_sAMAccountName## ##UserName## ##Requester_UserName## ##Username## ##Email## ##Requester_Email## ##Email## ##Visitor_givenName## ##FullName## ##Requester_FirstName## ##FirstName## ##TargetUserName## ##UniqueName## ##UniqueUserName## ##Username## ##Requester_PrimaryUser## ##Requester_UniqueName## ##Username##
None of them resolve. However, the ##Target## and ##MY_APPS_ALERT_TABLE## variables work.
Thanks,
Joan
... View more
Jun 30, 2022
06:32 PM
Thanks for the information jdempsey! That does answer our question. We didn't understand that an additional email will be sent every time the My Apps Email Notification scheduled task runs. That will work for our purposes, even though it is the same email. We know some of the users won't see or act on that first email. 🙂
... View more
Jun 15, 2022
12:49 PM
Ok thanks for the reply, Charles. I will do that.
... View more
Jun 01, 2022
03:04 PM
We are implementing My Apps in App Portal and are working on how the entire process will work from the end users point of view. We have the initial email configured to send to the end user asking if they use the software any longer. If the user indicates they don't, we would like to have a reminder email sent to the user a few days before the software is reclaimed.
We don't see a way to do that. Is there a reminder email option?
Also, we wonder if the user doesn't respond to the initial notification, is there a way to send another email?
Thanks,
Joan
... View more
May 10, 2022
04:17 PM
Thank you jdempsey and CharlesW for the information. We will proceed with our users clicking on the link that takes them to the My Apps page in order to keep or remove the software.
... View more
Latest posts by joan_mckinley
Subject | Views | Posted |
---|---|---|
152 | Mar 17, 2023 05:54 PM | |
196 | Mar 13, 2023 06:07 PM | |
281 | Feb 20, 2023 03:27 PM | |
526 | Jan 09, 2023 05:38 PM | |
544 | Jan 09, 2023 03:37 PM | |
457 | Nov 09, 2022 05:29 PM | |
687 | Aug 19, 2022 07:05 PM | |
751 | Aug 11, 2022 02:15 PM | |
784 | Aug 10, 2022 05:22 PM | |
611 | Jul 22, 2022 12:55 PM |
Activity Feed
- Posted Re: Bulk Update Catalog Items Actions on App Broker Forum. Mar 17, 2023 05:54 PM
- Posted Bulk Update Catalog Items Actions on App Broker Forum. Mar 13, 2023 06:07 PM
- Posted Re: App Portal Database Schema Question on App Broker Forum. Feb 20, 2023 03:27 PM
- Posted Re: App Portal Database Schema Question on App Broker Forum. Jan 09, 2023 05:38 PM
- Posted App Portal Database Schema Question on App Broker Forum. Jan 09, 2023 03:37 PM
- Posted FlexNet Inventory Agent Support for MacOS 13.0 Ventura on FlexNet Manager Forum. Nov 09, 2022 05:29 PM
- Posted Re: My Apps Keep Selection Questions on App Broker Forum. Aug 19, 2022 07:05 PM
- Got a Kudo for Re: My Apps Keep Selection Questions. Aug 19, 2022 07:05 PM
- Posted Re: My Apps Keep Selection Questions on App Broker Forum. Aug 11, 2022 02:15 PM
- Got a Kudo for My Apps Keep Selection Questions. Aug 10, 2022 05:23 PM
- Posted My Apps Keep Selection Questions on App Broker Forum. Aug 10, 2022 05:22 PM
- Posted Re: Request Variable not translating in “My Apps - Alert Email Notification” on App Broker Forum. Jul 22, 2022 12:55 PM
- Posted Request Variable not translating in “My Apps - Alert Email Notification” on App Broker Forum. Jul 20, 2022 06:23 PM
- Posted Re: My App Software Reclamation Reminder Notification? on App Broker Forum. Jun 30, 2022 06:32 PM
- Posted Re: My App Software Reclamation Reminder Notification? on App Broker Forum. Jun 15, 2022 12:49 PM
- Posted My App Software Reclamation Reminder Notification? on App Broker Forum. Jun 01, 2022 03:04 PM
- Posted Re: My Apps Notifications on App Broker Forum. May 10, 2022 04:17 PM
- Posted My Apps Notifications on App Broker Forum. May 04, 2022 08:13 PM
- Posted Adding a Custom Field to the FNMS On Prem All Licenses Consumption tab on FlexNet Manager Forum. Mar 09, 2022 06:11 PM
- Posted Re: App Portal Connection String For Azure on App Broker Forum. Jan 05, 2022 01:19 PM