|
Results |
|
How to keep the line breaks in a Memo field when doing the GetFieldValue or GetDisplayValue in an App Script.
How to keep the line breaks in a Memo field when doing the GetFieldValue or GetDisplayValue in an App Script.
|
|
|
TT66: Reported Defect DEF116325: TeamScript: problem with GetDisplayValue on a Multi Select field
TT66: Reported Defect DEF116325: TeamScript: problem with GetDisplayValue on a Multi Select field
|
|
|
GetDisplayValue() Appscript function behaves differently when called from a transition and a notification
GetDisplayValue () Appscript function behaves differently when called from a transition and a notification
|
|
|
Getting the text value of a dropdown or selection list with appscript sample code. How to use GetDisplayValue for list values.
Getting the text value of a dropdown or selection list with appscript sample code. How to use GetDisplayValue for list values.
|
|
|
TransitionItem web service overrides User's Date and Time display preferences causing different AppScript output
If you have an Appscript running in a Transition context and the transition is run in a normal SBM session, then the user's preferences are used when formatting Date output for calls such as GetDisplayValue . If the transition is run by calling the TransitionItem web-service call, those User Preferences are not honoured and dates are always formatted in ISO format.
|
|
|
TeamScript 6.1 Release Notes
2. If you are using the GetDisplayValue method for the Field object and you do not pass the ( val, checkPrivs ) argument, TeamTrack will not check the user's permissions. If this field comes from an item that was directly read out of the database and you wish to use checkPrivs, you must call the ApplyProjectStateOverrides() VarFieldList method.
|
|
|
Accessing Sub-Relational fields via TeamScript
For selection and relational fields, this method returns a record ID for the appropriate table (e.g., TS_SELECTIONS for selections). However, for sub-relational fields, this call always returns the text string "(None)" and not the actual value of the sub-relational field. To retrieve the actual sub-relational field value, you must retrieve the field's object and use the GetDisplayValue method.
|
|
|
Incorrect numeric value exception in ns.log
at com.serena.sbm.service.FieldServiceImpl.getRelationalDisplayValue(FieldServiceImpl.java:1566) at com.serena.sbm.service.FieldServiceImpl. getDisplayValue (FieldServiceImpl.java:192) at com.serena.sbm.service.FieldServiceImpl.getDisplayValue(FieldServiceImpl.java:135)
|
|
|
Date field values are blank in notification emails
at com.serena.ae.notificationserver.service.FieldServiceImpl.getDateTimeDisplayValue(FieldServiceImpl.java:630) at com.serena.ae.notificationserver.service.FieldServiceImpl. getDisplayValue (FieldServiceImpl.java:157) at com.serena.ae.notificationserver.service.FieldServiceImpl.getDisplayValue(FieldServiceImpl.java:99)
|
|
|
Failed to format e-mail message error in ns.log
at com.serena.ae.notificationserver.service.FieldServiceImpl.checkPrivileges(FieldServiceImpl.java:81) at com.serena.ae.notificationserver.service.FieldServiceImpl. getDisplayValue (FieldServiceImpl.java:104) at com.serena.ae.notificationserver.service.FieldServiceImpl.getDisplayValue(FieldServiceImpl.java:89)
|
|
|