Creating user-defined fields for your own use

An Asta Powerproject project that is saved in Asta Powerproject's .PP format is essentially a database. You can add your own user-defined fields to tables in the database. For example, you might want to add fields for country codes or national insurance numbers.

User-defined fields are particularly useful when combined with OLE automation. For example, you might want to integrate a stock control system with Asta Powerproject and have part numbers from the stock control system stored in your project with resource properties. To do this, you could write a macro invoking OLE functions to read the part numbers from the stock control system and write them into your Asta Powerproject project once the user-defined field has been set up.

Macros are not available in Asta Powerproject SaaS.

You can use user-defined fields to link objects, for example tasks and resources, to external documents. You do this by creating 'URL'-type user-defined fields. You can then enter hyperlinks to external documents, or to webpages on the internet or an intranet, into these fields in your projects.

To create user-defined fields for local projects (.PP files), you use the User Field Manager dialog in the Asta Powerproject client.

To create user-defined fields for projects that are stored in a data source on the server, use Server Admin, which is supplied with Asta Enterprise. Refer to Server Admin Help for details of creating user-defined fields in Server Admin.

Related Topics:

Linking objects to external documents

Using OLE with VB and VBA

Using macros to automate processes