Ordering Moment after Authorization
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2014 07:04 AM
I am having JavaScript in my service which will be executed during Ordering moment - page on load. The script was executing immediately after approval.
When I checked using the JS alert(Moment) in the page load, I got the message "ordering" - when the page is getting loaded immediately after the request is approved!!!!
Has anybody noticed it? Is there any ways to handle this situation?
As an alternate, I am checking a field's value which I set during submission. If that field has any value, I am skipping the JS snippet. If it is null, then I am executing my JS script.
- Labels:
-
Intelligent Automation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2014 03:13 PM
This is a known issue and the fix will be available some time soon. There is a slight timing gap for the system moment to be updated and it was treated incorrectly as "Ordering" momentarily. Your workaround looks fine to me and should acheve the same result.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2014 03:44 AM
Thanks Angela.
