function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Ikram Momin 16Ikram Momin 16 

Retrieve price(cost) of managed package assigned to user

Hi ,
I am using below query to fetch managed packaged id assigned to user :

SELECT Id, PackageLicenseId, UserId FROM UserPackageLicense

Is there any query or sObject that will give me information related to cost(price in $) of mange package?

Any help will be appreciated..!

AnudeepAnudeep (Salesforce Developers) 
Hi Ikram, 

As far as I know there isn't any field that will give the price of managed package. There isn't any field that will give license cost as well

I did a search in the SOAP API developer guide but could not find any object or fields that will give this information