Edit

Share via


Catalog in Power Platform Events reference

The following messages represent events that occur within catalog in Power Platform. Subscribe to these business events to enable automation based on the events that occur within the catalog in Power Platform.

mspcat_OnCatalogApprovalRequested

Event raised when a catalog approval request is received.

mspcat_OnCatalogApprovalRequested parameters

Name Type Description
ApprovalRequest mspcat_certificationrequest record Approval Request Entity Reference

mspcat_OnCatalogApprovalUpdated

Event raised on each update made to the approval record including completion.

mspcat_OnCatalogApprovalUpdated parameters

Name Type Description
StatusMessage string Status Message from the install process
IsCompleted bool True when the operation is complete
ApprovalRequest mspcat_certificationrequest record Completed Approval Request
IsApproved bool True when approved

mspcat_OnCatalogInstallRequested

Event raised when a Catalog Item is being installed.

mspcat_OnCatalogInstallRequested parameters

Name Type Description
InstallHistory mspcat_installhistory record Install History entity reference that is the subject of this notification
CatalogItem mspcat_applications record Catalog Item

mspcat_OnCatalogInstallUpdated

Event raised on each status event received by the system.

mspcat_OnCatalogInstallUpdated parameters

Name Type Description
CatalogItem mspcat_applications record Catalog Item
StatusMessage string Status Message from the install process
IsCompleted bool True of the operation is complete
InstallHistory mspcat_installhistory record Install History entity reference that is the subject of this notification
IsSuccess bool True when request was completed successfully