b. Click OK without leaving the memo field. If you click out of the memo field before clicking OK to the transition then the binary field will be updated .
You may have a Form Action that causes a field value to be changed. You may also want that change to trigger a second Form Action. For example, let's say that the form has 3 fields Field1, Field2, Field3.
- Login to SBM and create a new item in this application making sure the newly added group is selected for the GROUPSANDUSERS1 field - run the update transition Expected result:
When users connect to their TT4ZMF instance via IP address rather than DNS name then actions instigated from the ZMF ISPF client on the mainframe may not be logged or actioned on the TeamTrack side of the integration. For example, a user who accesses TT4ZMF using the following form of URL will not suffer from this problem: http://tt4zmfdns/tmtrack/tmtrack.dll?
This does not work on SSM Forms. Update : As of the 10.1.2 release Composer now has options on the State and Transition forms to turn these options on / off without the use of code.
If you need to use JavaScripts or Form Actions in your use case, the easiest solution to set an appropriate time zone directly on each user account in mass by running a SQL query to update the TS_TIMEZONE column for every record in the TS_USERS table with a query like the following: update TS_USERS set TS_TIMEZONE = 'US/Eastern' where TS_TIMEZONE is NULL Replace the last part with whatever the appropriate time zone is for all your users such as: