Hi All,
I am having a problem with update rule
My object
A
B
C
D(Seller phase) (complex table)
Q1(Question)
A1(Answer) (complex table)
Q2(Question)
A2(Answer) (complex table)
Q3(Question)
A3(Answer) (complex table)
E(Collection object)
D(seller Phase)
Q(Question)
A(Answer)
My transaction during Add
A
B
C
D(Seller phase)(complex table)
Q1(Question)
A1(Answer)(complex table)
Q2(Question)
A2(Answer)(complex table)
Q3(Question)
A3(Answer)(complex table)
E(Collection object)
D(seller Phase)
Q(Question)
A(Answer)
here is my requirement:
During Activity create/Edit upon choosing seller phase i bring questions based on update rules of q1 q2 and q3 from complex table.
Possible answers are also fetched from complex table based on selection of phase for each question. I have a update rules for answers to check the object collection(E) and determine if this phase exist or not, If exist previously selected Answers will bulled from collection for the corresponding question if not it has to empty.
All rule are working with out any problem.
Issue.
During create or edit if some one chooses phase P1 and answers for the questions and with out saving if they change phase then answers which are been selected earlier still exist.
This is happening in IPAD but not in ATE. I have checked the log for rules all the rules are returning values as expected.
So i tried the below options to test
1) with special value option in field level
2) I created a dummy field with update rule with value test. On creation i have modified the dummy field value X then changed the phase the value is not getting updated as per update rule.
Is it the real behavior of update rule? Is there any work around for this problem
Regards,
Gupta