Re: Suppress Confirmation Popup

2014-07-23 Thread Ray Gellenbeck
Thanks to both posters for their info.  I did indeed find the offending 
workflow, but for further measure added an AL with execution order 999 that 
runs the change flag 0 run process.

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
"Where the Answers Are, and have been for 20 years"


Re: Suppress Confirmation Popup

2014-07-22 Thread Joel Sender
Ray,
The problem is that fields are being modified when the row is selected.
Turn on active link logging and see what modifications are being made 'upon row 
selection'.
You might want to examine the need for the workflow that modifies fields on 
records being VIEWED, as it could be useless 'overhead '.
If display-only fields are being modified, there's a field property that lets 
you turn off the change flag for each of them.
Or, you can add an active link AFTER all the other workflow, the turn the 
'Change_Flag' off (PERFORM)
HTH,
Joel
Joel Senderjdsen...@earthlink.net310.829.5552

-Original Message-
From: Action Request System discussion list(ARSList) 
[mailto:arslist@ARSLIST.ORG] On Behalf Of Ray Gellenbeck
Sent: Tuesday, July 22, 2014 7:53 PM
To: arslist@ARSLIST.ORG
Subject: Suppress Confirmation Popup

Environment:  AR Server v 8.1

Situation:  Using a Regular Form in Search Mode in a web browser

Actions:

Action 1. Search is executed on the form (either the Search button is pressed 
or the Run Process PERFORM-ACTION-APPLY

Result 1. Form changes to Modify view as the contents of the top record in the 
results list are displayed



Action 2. A different row in the Results table is selected

Result 2. A popup windows asks "(title)Confirm Save Request  Do You Want to 
Save the Current Request?  Yes No Cancel"



Desired Modification:
Suppress Result 2 above so that no popup window comes up when selecting a 
different row


I don't see a command for doing so.  Does anyone know one?
Alternately, is there a global/server setting that will suppress this (much 
less desired).

Thanks in advance.

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org "Where the Answers 
Are, and have been for 20 years"


---
This email is free from viruses and malware because avast! Antivirus protection 
is active.
http://www.avast.com

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
"Where the Answers Are, and have been for 20 years"


Re: Suppress Confirmation Popup

2014-07-22 Thread Brent Goodman
If you look at the OOB workflow around Process 2, it's checking the change flag 
status and determines if the save dialog is required or not.

You need to execute a run process and reset the change flag, which basically 
tells the system that no field values have changed.

In a couple of my cases, I had some additional fields being adjusted on 
display, and was able to use a different approach. For those fields I was 
modifying, I changed the field properties so that the change flag was disabled 
for them. When moving record to record, the issue of the save dialog box went 
away.



Sent from my iPhone

> On Jul 22, 2014, at 7:53 PM, Ray Gellenbeck  wrote:
> 
> Environment:  AR Server v 8.1
> 
> Situation:  Using a Regular Form in Search Mode in a web browser
> 
> Actions:
> 
> Action 1. Search is executed on the form (either the Search button is pressed 
> or the Run Process PERFORM-ACTION-APPLY
> 
> Result 1. Form changes to Modify view as the contents of the top record in 
> the results list are displayed
> 
> 
> 
> Action 2. A different row in the Results table is selected
> 
> Result 2. A popup windows asks "(title)Confirm Save Request  Do You Want to 
> Save the Current Request?  Yes No Cancel"
> 
> 
> 
> Desired Modification:
> Suppress Result 2 above so that no popup window comes up when selecting a 
> different row
> 
> 
> I don't see a command for doing so.  Does anyone know one?
> Alternately, is there a global/server setting that will suppress this (much 
> less desired).
> 
> Thanks in advance.
> 
> ___
> UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
> "Where the Answers Are, and have been for 20 years"

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
"Where the Answers Are, and have been for 20 years"


Suppress Confirmation Popup

2014-07-22 Thread Ray Gellenbeck
Environment:  AR Server v 8.1

Situation:  Using a Regular Form in Search Mode in a web browser

Actions:

Action 1. Search is executed on the form (either the Search button is pressed 
or the Run Process PERFORM-ACTION-APPLY

Result 1. Form changes to Modify view as the contents of the top record in the 
results list are displayed



Action 2. A different row in the Results table is selected

Result 2. A popup windows asks "(title)Confirm Save Request  Do You Want to 
Save the Current Request?  Yes No Cancel"



Desired Modification:
Suppress Result 2 above so that no popup window comes up when selecting a 
different row


I don't see a command for doing so.  Does anyone know one?
Alternately, is there a global/server setting that will suppress this (much 
less desired).

Thanks in advance.

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
"Where the Answers Are, and have been for 20 years"