Symptoms

I'm starting to design my APS2 application but cannot find resource class 'Application' to create resource type for my package, did something change in terms of configuration?

Resolution

In APS1 each customer had an instance of 'Application', now there is only one instance of 'Application' under provider that implements global settings, end-users receive only sub-services.

So workflow is:

  1. Create instance of service that implements http://www.aps-standard.org/ui/application in Provider Control Panel
  2. Create 'Application Service Reference' resource type based on this intance
  3. Create resources that should be available to customers based on 'Application Service' resource type.
  4. Add all these resources to a Service Template

Internal content