|
|
Business Events Creating a Business Event in Jetfire is simple – view the code. A Business Event is a special meeting.
Properties The Business Event workflow contains a number of properties. These include:
- Date: The date of the Business Event. This property is used to sort the Events.
- DateRange: a string that describes one or more dates.
- Time: a string that defines the time of the Event.
- FocusGroup: The group responsible for calling the Event.
- ContactName: The name of the Contact for the Event.
- ContactPhone: The phone number to call for the Event.
- ContactFax: The fax number to use for the Event.
- ContactEmail: The email to use for the Event.
- Location: The location where the Event is held.
- LinkInfo: a hyperlink where additional information can be retrieved.
- LinkExtra: a hyperlink for any extra information.
- Comment: a generic field for comments.
The Date property is used to sort events. As such, it is recommended that it be defined. All other properties are optional. The purpose of defining a number of optional fields is to create a consistent GUI display vs displaying the content in a single string.
|
|
|
|
|