New in InnoCielo 2008: Customization changes and improvements
Internal tables for IC TeamWork: Queries to internal InnoCielo tables have been added to InnoCielo TeamWork. This feature was previously available only in InnoCielo Meridian Enterprise. Internal tables can be useful for storing multiple fields in a single table for use in situations where lookup lists were the only solution previously. Tables are also useful for building cascading lookup lists on custom pages. However, queries to external data sources is not yet supported by InnoCielo TeamWork. For more information, refer to the InnoCielo Configuration Guide.
CAD link VBScript events: A new group of events named Document CADLink Events has been added to the VBScript object model.
They are triggered during the synchronization of properties and references to and from files when working in linked CAD applications
as well as on manual synchronization in PowerUser.
They can be useful to format values before writing them to a drawing, for example. For more information, see CAD Link Events.
Hybrid document VBScript events: A new group of events named Document Hybrid Events has been added to the VBScript object model that are triggered on manual operations with hybrid parts.
For more information, see Hybrid Events.
More Generic Document VBScript events: The Document Generic Events group of the VBScript object model has been extended with Before, Initialize, After, and Terminate events for the following commands. For more information on these events, see the Events and Procedures list in the InnoCielo Script Editor.
Update Thumbnail
Prepare for Offline
On Properties (View, Edit, Cancel, and Apply)
Email messaging VBScript object: A new VBScript object Client.NewMailMessage has been added to allow the sending of email messages using the MAPI interface
of the user's registered email application. The NewMailMessage object supports full addressing and attachment capabilities. This functionality is the same as the Send to Mail Recipient command in the PowerUser client. For more information, see the Object Browser list in the InnoCielo Script Editor.
Briefcase VBScript events: The Briefcase events group of the VBScript object model has been extended with new events on the following commands:
Open, Close, and Send.
The
Briefcase object has a new method named Archive to ensure the briefcase file is released before using these events. The Briefcase object also has a new property named MailMessage that returns the email message
for a given briefcase. For more information, see the Events and Procedures list in the InnoCielo Script Editor.
Customizable manager lists for workflow definitions: A new option named Use the following expression to specify the list of possible Managers has been added to the General tab of workflow definitions. By enabling this option and entering an appropriate VBScript expression, it is possible to generate custom manager lists for the Change Manager command.
To-Do Person calculation changed: The Users can select themselves as a To-Do person option for workflow definition transitions will now include the current user in the To Do Person list only if the VBScript expression result also includes the current user. This was done to prevent situations where the VBScript expression results could contradict the option.
Due to significant structural changes, vault configurations (MET files) from InnoCielo 2008 are not downward compatible with InnoCielo 2007.