The wizards that appear in an service's view toolbar correspond to actions specified in the service's Entities record. Therefore, to add a new wizard to a service, you need to add an action to the service's Entities record.

Follow these steps to add a wizard to an entity:

  1. If you have created a new wizard for an Aptify service, add the wizard's object file to the Object Repository.
  2. Open the Entities record for the service to which you want to add the wizard.
  3. Click the Configuration > Actions tab.
  4. Open a new Actions sub-type record.

  5. Enter a name for the wizard in the Name field.
  6. If your organization is using Localization to translate different areas of the system to the local culture for a set of users, specify the culture string for this wizard name in the Name Culture String field. See Using Localization Administration for more information.
  7. Enter the wizard's .NET assembly name in the Action Assembly field.
  8. Enter the class within the .NET assembly that corresponds to the wizard's form in the Action Class field.

  9. Enter the Object Repository location of the wizard's object in the Action Object field.
  10. Enter a description for the wizard (optional).
  11. Enter or select the Object Repository location for the icon that you want to display for this wizard in the Icon field.
  12. Select or clear the Run From options as necessary.


    temporary view is a list view that is constructed outside of the standard Views entity. This includes:

    • Entity list views that appear under a related service tab of form. One example is the Templates tab on the Form Template Parts form that displays the templates to which the part applies.
    • Dashboard entity list views that are constructed using a custom SQL statement rather than an existing system view. 

     

  13. If you are not ready to enable the wizard yet, set the Status to Inactive and users will not be able to access it. If the wizard is ready for deployment, leave the Status as Active.

  14. Configure the security settings to determine who can run the wizard.
      • Note that the sa user has a default User Permissions record for all wizards.

        Actions Record

  15. Click OK.
  16. Save and Close the Entities record.
  17. Close and reopen the Aptify application as a user who should have access to the wizard.
  18. Open a view of the service to which you added the wizard and confirm that an icon appears for the wizard.
  19. Click the icon and confirm that the wizard launches successfully.