- Home
- Technical Library
- Boards
- Cookbook
- Code Share
- Blogs
- Partners
-
More
-
Services
- Training & Certification
- Support
-
Galleries
- Force.com Sites Gallery
- Chatter Challenge Entries
-
Other Web Sites
- Salesforce.com
- Database.com
- AppExchange
- CRM Community
-
Discussions
- Announcements
- General Development
- Schema Development
- New to Cloud Development
- Apex Code Development
- Visualforce Development
- Formulas & Validation Rules Discussion
- Security
- Mobile
- Force.com Sites
- Chatter Development
- Java Development
- .NET Development
- Perl, PHP, Python & Ruby Development
- Adobe Flash Builder for Force.com
- Desktop Integration
- REST API Integration
- Streaming API
- Visual Workflow
- Apple, Mac and OS X
- VB and Office Development
- Excel Connector
- AJAX Toolkit & S-controls
- Force.com Builder & Native Apps
- AppExchange Directory & Packaging
- Force.com Labs Projects
- Open Source
- Site.com
- Jobs Board - Administrators
- Jobs Board - Developers
- Force.com Discussion Boards
- :
- Developer Boards for Force.com and Database.com
- :
- AppExchange Directory & Packaging
- :
- Re: Appexchange app user licenses
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Appexchang e app user licenses
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
05-23-2009 12:37 AM
Hello,
I have a question about licensing users for Appexchange apps.
Scenario: Admin of some SFDC org installs an app from the Appexchange. The app is a managed certified package.
After installation Admin would assign users of that org to available licenses for the app, i.e. to make the app's functionality available for those particular users.
A question is:
1. Does the licensing event create any records in the installer's org?
2. Is there any way to add custom functionality (using Apex) that would be triggered when licensing event happens?
I think the answer is no, but I just want to make sure it is a confirmed answer.
Many thanks!
Shamil
Re: Appexchang e app user licenses
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
05-28-2009 03:26 PM
1. Not that I'm aware of.
2. In Summer '09, the new version of LMA will have a new field on the License Object - Used_Licenses__c - this is updated when the customer admin assigns a license to a user. You could have a workflow or trigger that checks for a change on this field and performs some action.
Hope that helps,
Sati
Re: Appexchang e app user licenses
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
05-29-2009 01:55 PM
Sati,
Thanks for the information.
The only 'bad' thing here is that LMA is on the vendor's side, so it still seems like there is no way to 'catch' licensing event on the installer's side.
Shamil

