Shared Scripting Notes

Only the objects, methods, and properties that are documented in the Scripting Object References Help are available for use in script programming. The use of undocumented methods or properties in script is not supported or recommended, as this can cause unpredictable behavior.

An example in the Scripting Help may use a method that is not documented to provide special functionality shown by the example. In this case, even though the method is not documented, it is supported, but only when restricted to the use provided by the sample.

If you cannot access the field values via script, then you need to check whether the Populate all index fields for read-only access in script setting is selected on the Extended Synchronization Settings window of the Tungsten TotalAgility - Synchronization Tool. (Default: Cleared)

If the Document_XDocRotated event is executed in Transformation Designer you cannot access the CscXFolder object. To ensure that any implementation does not terminate the application abnormally, evaluate the (Project.ScriptExecutionMode=CscScriptModeServerDesign) script execution mode.

The Populate all fields for read-only access setting is not required for mapped index fields.