problem with PICK in process

If you have questions or if you want to share your opinion about Aware IM post your message on this forum
Post Reply
marc
Posts: 109
Joined: Wed Nov 07, 2007 3:16 pm
Location: Austria
Contact:

problem with PICK in process

Post by marc »

I have a problem with a process logic, if i am using the following process steps and answering the Question 1) with Yes everything works but Step 5) is executet twice. When answering Question 1) everthing works fine.
Has anyone an idea where the problem is? Thanks for any suggestion.

The Process looks as follows:

1) DISPLAY QUESTION 'Would you like to use existing Member data as Template?'

2) Question.Reply='Yes'
PICK FROM find_member_select_for_copy_values
ENTER NEW member WITH member.contract_relation=member_contract,member.active='Yes',member.name_last=member.name_last,member.address=member.address,member.zipcode=member.zipcode,member.city=member.city,member.county_state=member.county_state,member.country_value_relation=member.country_value_relation,member.country_value_show=member.country_value_show

3) Question.Reply='No'
ENTER NEW member WITH member.contract_relation=member_contract,member.active='Yes'

4) member_ID_new_Question
DISPLAY QUESTION 'Add ID for this Member?'

5) Question.Reply='Yes'
ENTER NEW member_id WITH member_id.contract_relation=member_contract,member_id.member_relation=member,member_id.id_name_issued=member.name_last+' '+member.name_middle+' '+member.name_first

6) DISPLAY QUESTION 'Add CreditCard for this associated Member?'
.
.
.
<<Marc>>
tford
Posts: 4238
Joined: Sat Mar 10, 2007 6:44 pm

Post by tford »

Marc,

I don't see anything obvious.

Have you watched the logs for clues as the process is executing?

Tom
Post Reply