Last update: 2 June 2021
This script traces the values of all properties of one or multiple objects.
TraceObjectInfo.zip
(SHA-256: 024C7C6F3A43C83F6C01E1DA387DC0D2B5D39E4ADAC3A9A56769543B26CC1DFC)
Current Version 1.1
Changes 1.1
Changes 1.0
Please ensure that you execute this command using the normal shell, or CMD.exe on Windows, because some alternative shells like Powershell modify the trace output in significant ways!
After finishing execution a file named objectinfo.tro should exist in the current directory, this file will contain trace output that includes all values of the specified objects.
Tracing the values of FSCCONV@1.1001:ExternalConversionConfiguration
// Parameters
@objects=[COO.1.1001.1.64008];
@verbose=false;
Tracing the values of the current user and FSCCONV@1.1001:ExternalConversionConfiguration
// Parameters
@objects=[coouser, COO.1.1001.1.64008];
@verbose=false;