|
Results |
|
GetFieldValue call on binary field returns inconsistent values in pre-transition context
GetFieldValue call on binary field returns inconsistent values in pre-transition context
|
|
|
TeamScript function GetFieldValue does not get new text for a journal field
TeamScript function GetFieldValue does not get new text for a journal field
|
|
|
Accessing Sub-Relational fields via TeamScript
To retrieve the value of a field in TeamScript you may use the short method: Shell.Item. GetFieldValue ("name", varName)
|
|
|
TeamScript's Read(recordIdOrName) breaks when used against TS_FIELDS
call FldsRec.Read(FieldID) call FldsRec. GetFieldValue ("TYPE", Value) Call Ext.LogInfoMsg( "TS_ID = " & FieldID & " Field Value = " & value )
|
|
|
System fields like Owner show (Auto) in Update transition
' Get the content from the database Call objSearchRec. GetFieldValue (NOAUTOFIELD,strFieldNoAuto) ' Set it in the current item's field
|
|
|
Raw HTML is shown in field, even when Render HTML option is turned on
Dim fldValue Call Shell.Item. GetFieldValue ( "DESCRIPTION", fldValue ) fldValue = Replace(fldValue,"<a","<a")
|
|
|
TeamScript Version Numbers
- The following methods no longer return a value of None when used with Sub-Relational fields: AppRecord. GetFieldValue ( name, value ) VarRecord.GetFieldValue ( name, value )
|
|
|
TeamTrack 6.6 - Known Problems
56. Subrelational field values for dependent Relational fields are not updated on forms when the Relational field is changed due to a dependency. When the form is completed, however, the correct value displays.
|
|
|
TeamTrack 6.5 - Known Problems
88. Subrelational field values for dependent Relational fields are not updated on forms when the Relational field is changed due to a dependency. When the form is completed, however, the correct value displays.
|
|
|