|
Results |
|
Bad handling of invalid field calls in appscript causing later errors
If a GetFieldValue and/or SetFieldValue call in an AppScript is made to a non-existent field, this then causes failures when handling other fields later in the script. The problem seems to affect any GetFieldValue for an existing field, even when fetching into a previously unused variable.
|
|
|
AppScript call "ReadWithWhere()" BOOLEAN, not LONG INT
AppScript call "ReadWithWhere()" BOOLEAN, not LONG INT
|
|
|
GetDisplayValue() Appscript function behaves differently when called from a transition and a notification
GetDisplayValue() Appscript function behaves differently depending on whether it is called from a transition or a notification.
|
|
|
Calling appscript from a notification causes date to get saved using local time and not GMT
Calling appscript from a notification causes date to get saved using local time and not GMT
|
|
|
After upgrade the incorrect appscript being called from URL context
After upgrade the incorrect appscript being called from URL context
|
|
|
AppScript: Chr() function fails the parser
If a script in an $INCLUDE within a second script contains multiple calls to the function chr(), this may casue the TeamScriptParser.exe to crash. Should this be linked to a post-transition for instance, it will be cause the transition continuously loop.
|
|
|
Using AppScript and DateAdd function to increment date by month can result in error: "Numeric overflow -- ERR #2 Line X"
There are two fields on ths form both of which are Date only fields. One called ORIGINALDATE and the other called CONVERTEDDATE but that's just for demonstration purposes. The important part is the function called ModifiedDateAdd() which you can use instead of DateAdd.
|
|
|
SBM AppScript Reference
• External linkage Note: A script may not call another script, but a script may include another script with the $INCLUDE(scriptname) tag. For details, refer to Including Scripts Within Scripts [page 83].
|
|
|
SBM AppScript Reference
• External linkage Note: A script may not call another script, but a script may include another script with the $INCLUDE(scriptname) tag. For details, refer to Including Scripts Within Scripts [page 81].
|
|
|
SBM AppScript Reference
• External linkage Note: A script may not call another script, but a script may include another script with the $INCLUDE(scriptname) tag. For details, refer to Including Scripts Within Scripts [page 87].
|
|
|