How do I use a Resource at an Activity?

Using a Resource at an Activity

A resource (employee, machine, etc.) is used at an activity to perform the activity.

Suggested Technique

  1. Create the activity where the resource will be used.
  2. Create the resource. (Be sure that the Object Type field in the properties dialog indicates Resource.)
  3. Connect the resource to the activity.

Alternatively, you may use the GET and FREE statements in the Action logic of the activity. Connected resources will always be captured before resources specified in a GET statement. On the other hand, resource connections that free a resource occur after any Action logic for the activity.

TO DO: Create the resource and connect it to the activity as shown above.

Was this article helpful?

Related Articles

Go to Top