Skip to main content

#Appexchage Apps57 discussing

I've installed "User Access and Permission Assistant" from AppExchange in a sandbox. I've followed all the required steps from the instructions on the Salesforce reference link (https://help.salesforce.com/s/articleView?id=platform.perm_uapa.htm&type=5), but I'm still encountering the following error when tried reporting feature : "There was an error while retrieving this user's permissions"Reporting Issues with User Access & Permission Assistant App

 

My user here is from a System admin profile and has access to all required permissions listed in the reference URL along with a perm. set with connected app & Named credential. 

 

Had set up connected app, Named credential & auth. Providers in the setup menu and Authentication Settings for External Systems in personal settings at user level too. 

  

Has anyone faced such an issue, and how was it resolved in your case? Thank you in advance for your assistance!  

One of the tutorials that I went through: 

How to use User Access and Permission Assistant to overcome Permissions on Profile End of Life - YouTube

 

  

 

#Appexchage Apps

1 answer
  1. Apr 17, 1:37 AM

    Hi @Grishwanth Yerramekala - Looking at your screenshot — the report is stuck loading and throwing the retrieval error on the Object Permissions tab for Case. This is almost always a token issue at the user level, not a permissions gap.

    Three things to try in order:

    Go to personal settings, find Authentication Settings for External Systems, delete the UAPA entry and re-authenticate from scratch. This is the fix for most of cases like this.

    If that doesn't work, check your Named Credential, make sure it's set to Per User principal type, not Named Principal. If it's Named Principal it won't pick up your user-level auth at all.

    Finally verify your connected app has api and refresh_token in the OAuth scopes. Missing scopes cause this exact generic error rather than a clear OAuth message.

    If all three check out and it still fails, pull a debug log while running the report, the outbound callout response will have a more specific error than what the UI shows.

0/9000
1 answer
  1. Jun 28, 2024, 12:43 PM

    Hi @Vikas Kumar Lal Das

     

    Maybe you are a bit confused what is Hyperforce. Simply it's Salesforce migrating instances from own managed data centers to 3rd party data centers (AWS Cloud infrastructure). So if you have an Production org migrated to Hyperforce, now you can request Salesforce to move it from one instance to another based on location (here you can find them https://help.salesforce.com/s/articleView?id=000396845&type=1). If you have two orgs migrated to Hyperforce, both can be located on different data centers. But you can't have one org stored in two different instances at the same time.

     

    Hope this answers your question

     

    Br,

    Artūras

0/9000

Does anyone know how to list an MCP Server in the App Exchange? I can only see options for lightning and traditional API (REST, SOAP) application interfaces. Is there a separate area for listing MCP products?    

2 answers
  1. Apr 16, 1:18 PM

    Thank you, that was useful. I had expected it to be in a single place and maybe further along, but as you say its all still quite new and evolving. 

     

    I will reach out to the Salesforce Partner Community to get on the wait list.  

     

    Thanks 

     

0/9000

a new user can not login to salesforce. error msg: declarative lookup rollup summaries   

1 answer
  1. Apr 16, 11:25 AM

    the error isn't about the user's password, but rather an Apex Trigger

    failing behind the scenes when Salesforce tries to update a user record during the login process.  

    When a user logs in, Salesforce often updates last login date on user record. If you have a DLRS rollup on the User object, and that rollup tries to update a parent record that has a Validation Rule or a Missing Required Field, the login will crash. 

     

    As a solution, temporarily deactivate any validation rules to see if the user can log in. If they can, you need to adjust your validation rule to exclude the DLRS background user or handle the missing data. 

     

    If this is a brand new user, they likely don't have the permissions required to trigger the DLRS code. Assign the DLRS Standard User (or similar) permission set to the new user. Even if they aren't "using" the tool, if they perform an action that triggers a rollup, they need Apex access to the DLRS classes. 

     

     

    Hope this helps. Feel free to mark this as helpful for others :)

0/9000

I am trying to uninstall an App called "Trail Tracker" by Salesforce. 

I get message "Report All Badges By User Completed This installed component is referenced by a locally created component. User Adoption." 

Clicking User Adoption takes me to this page which essentially shows an invalid cross reference ID message.  The id in itself is not tied to an any Dashboards and I do not see one called "User Adoption."  What should I do? 

https://wnet.lightning.force.com/lightning/r/Dashboard/01Z1U0000013kLl/view

 

Thanks, Aron 

 

#Appexchage Apps

2 answers
  1. Apr 7, 3:08 AM

    This something unexpected but we can try to locate “User Adoption” via Metadata (not UI)

    1. First Check in Reports with anything names "User Adoption" 

    2. Also Check in Dashboards named like this or having having report types named "User Adoption"  

     

    If found → delete it 

     

0/9000

Does anyone have recommendations for an app/integration that checks if contacts are potentially deceased?    

2 answers
  1. Apr 8, 8:17 PM

    I am looking for then same thing. Did you figure something out?

0/9000
Uploading a managed package and getting the error: Contact email needs to be in a valid email format. An unexpected error occurred when uploading your package. Please contact Salesforce Support and provide the following error code: 60776095-79733 (99395427)

Any idea what's wrong
1 answer
  1. Sep 25, 2018, 9:33 AM
    Hi,

    I trust you are doing very well.

    You need to contact Salesforce to request more information on Unexpected Errors. Please raise a case to Salesforce: support@salesforce.com mentioning this error code 60776095-79733 (99395427) and your organization id. Only they can clarify what is the actual reason for this error.

    Please refer to the below link which explains these types of errors.

    https://developer.salesforce.com/blogs/engineering/2015/02/gack.html

    I hope it helps you.

    Kindly mark this as solved if the information was helpful.

    Thanks and Regards,

    Khan Anas
0/9000

Hi, I have a question regarding the Time Warp component:  https://appexchange.salesforce.com/appxListingDetail?listingId=a0N4V00000GXVf4UAH&tab=r    Does this component support ContentDocument/ContentDocumentLink and Note? If yes, could anyone please assist me with the configuration? I have checked the documentation and could not find any information related to these objects.    Thank you for your time.    Kind Regards  Willy  

2 answers
  1. Aug 15, 2025, 4:05 AM

    Yes. These are supported. 

     

    Documentation is on the AppExchange listing (

    https://appexchange.salesforce.com/appxListingDetail?listingId=a0N4V00000GXVf4UAH&tab=d

    ) under the more details tab. There you'll find a Config Guide and FAQ Guide. Open in an incognito window if you have issues opening. 

     

    These guides show you how Time Warp knows which objects to plot and the metadata comes with support for Notes and Files (via ContentDocument) support for many standard objects (you just have to activate the record) or you can create your own records for custom objects using the existing records as a guide of how it's done. 

     

    Any questions you can ask here

    https://github.com/deejay-hub/timeline-lwc/discussions

0/9000

I am trying to utilize the PayPal Transaction Integration

 app to sync up transactions with Opportunities. I followed the provided directions: I added "PayPal_Named_Credential" to the connection config, provided the client ID and secret key in named credentials, added an email to receive error messages, and ensured that the PayPal API credentials have "Transaction search access" enabled. After over a week, there are no transactions in the app, and I have received no error messages at the email I provided. 

 

The documentation for this app does not indicate any way to debug or test that the configuration is working, and I do not know how to proceed here. What do I need to do to ensure this app works correctly? 

 

PayPal Transaction Integration app is not showing any transactions

 

 

 

#Appexchage Apps

1 answer
  1. Eric Burté (DEVOTEAM) Forum Ambassador
    Apr 1, 4:38 PM

    Hello @Anna Umansky, "Recently Viewed" list view is empty if you have never clicked to see a record detail page of the same kind. Please select another list view to access your data (dropdown next to the list view name) and check your list view filters (funnel icon). 

    Have also a look on custom Apex logs / Debug logs / Batch errorsn according to the elements coming with the package. That may give you hints on what may happen behind the curtains. You may also have a technical log object coming with the package (to check against the documentation, appExchange package team). 

    Eric

0/9000

Hello everyone,

  1. Today while working we accidentally ran Cron Trigger Deletion query without putting where condition.
  2. There were few managed package scheduled jobs got deleted.
  3. Is there a way to recover them? We tried looking for options like configure and setting in the packages, unfortunately hit a wall.
  4. Managed packages like Field Service, CPQ, Field Pro and etc...
  5. Will it be automatically initiated if we refresh the org?

Kind regards,

2 answers
0/9000