william_neff_po

Absent Member.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2018-01-18
02:38
3340 views
Can I read the Transition Value with Javascript?
Hello,
Hope this is not a double post.... Last one did not show up....?
I have certain javascript that I want to run during certain transitions. I can do this with the VBSCRIPT but I need to do it with the Javascript?
I want different selection checkboxes to show up on different transitions. Hide fields on certain transitions. I would rather not create different forms for each transition.
Regards,
Will
Hope this is not a double post.... Last one did not show up....?
I have certain javascript that I want to run during certain transitions. I can do this with the VBSCRIPT but I need to do it with the Javascript?
I want different selection checkboxes to show up on different transitions. Hide fields on certain transitions. I would rather not create different forms for each transition.
Regards,
Will
4 Replies
bamos

Absent Member.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2018-01-18
03:04
bamos

Absent Member.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2018-01-18
03:11
Or even easier. This function returns the current transition name.
GetTransitionInternalName()
PM Thompson

Fleet Admiral
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2018-01-18
04:01
The JavaScript global variable "ids_transition_name" contains the transition display name. Personally I'd go with Brian's suggestion. Internal Names are not likely to change.
william_neff_po

Absent Member.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2018-01-18
19:36
Thanks for the ideas I will give them a try.
Agreed, Internal Names are the way to go.
Agreed, Internal Names are the way to go.