1 Revision History

The following topics have been updated in this release of the guide:

Topic Change

Data Types

Added note to both Float and Integer that 0 will export if no default value has been defined.

Added information that data types Date, Date/Time, and Time are formatted in the invariant culture.

Function Definitions

Updated the Equals function to say that the comparison is case sensitive.

Creating Dynamic Scripts

Added note that when calculating parent names, any use of special characters must follow the standard JavaScript rules for escaping special characters.

Migrating Data Relationship Management Metadata

Added a note to indicate that the connection string, user ID, and password for external connections do not migrate with migration loads and extracts.

Added a new section called "Migrating Core Property Configurations and Settings".

Data Relationship Management Objects

Updated description for the NodeNamePendingInRequest method for RequestItemObject.

Calculated Name and Parent Properties

Added note to clarify behavior when name or parent is manually overridden.

Creating Workflow Models

Added note to Recalculate Task Properties bullet in step 6 to clarify behavior when name or parent is manually overridden.

Managing Dynamic Scripts

Updated description for NodeExists(abbrev) in HierarchyObject Methods table

Added 2 new properties to RequestItemDetailObject:

  • CalcValue

  • HasCalcValue

Notifications

Various updates to clarify and update notification behavior.

Supported JavaScript Data Types

Added note to clarify using an Array.

Creating a Script Validation for Move

Added new topic Creating a Script Validation for Move

System Preferences

Added a note to description for the FindByProperties system preference.

Updated descriptions for SharedNodeDelimiter and SharedNodeSequenceSeparator system preferences.

Function Definitions

Clarified the local use of several functions.

Troubleshooting and Tips

Added a new section "Troubleshooting and Tips" to the Getting Started chapter.

Added workaround information about pasting into fields.

Added application performance information.

Validation Classes

Added recommendation that UniqueProp validation use indexed properties.