-
1. Strange Activelink behaviour
Ashwanth Padmanabhan May 14, 2012 5:23 AM (in response to Azam NameToUpdate)on which action did you trigger the Active Link? ....is that event is occuring? is the active link executed in the guide?
if you have modified the AL Permission as Public recently then flush the midtier and local browser cache....
-
2. Strange Activelink behaviour
Azam NameToUpdate May 14, 2012 6:29 AM (in response to Ashwanth Padmanabhan)Active link is triggered on open window cache is flushed both on mid-tier and client side
AL is not part of guide
-
3. Strange Activelink behaviour
Carl WilsonMay 14, 2012 6:38 AM (in response to Azam NameToUpdate)
Hi,
what are the permissions on the form/field it is pushing the data too?
Making your AL Public will only allow it to start execution by everyone, not give them the permissions to update the underlying data on a form without the correct permissions for that user.
What do the logs say when you execute it from a non Admin user?
Cheers
Carl
-
4. Strange Activelink behaviour
Ashwanth Padmanabhan May 14, 2012 7:34 AM (in response to Azam NameToUpdate)ok thats kind of weird behavior now... can you just export that active link and import it once again... ...after that remove Public and save the Active Link, then again add Public Permission....
i am not able to think a logical reason behind this behavior...
you can also do one more thing after trying the above steps...go to user form and search the non admin user for whom you are facing this issue and put 0(zero) in the Group List Field and save that record in the User Form.. then you try lets see how it goes..
-
5. Re: Strange Activelink behaviour
Azam NameToUpdate May 14, 2012 7:53 AM (in response to Ashwanth Padmanabhan)According to logs the action was executed ...
-
6. Re: Strange Activelink behaviour
Azam NameToUpdate May 14, 2012 8:46 AM (in response to Azam NameToUpdate)Latest update :
I tried displaying a message with the field that is bugging
The data is correctly displayed in the message but i cant's see it in the field ...
-
7. Strange Activelink behaviour
sg NameToUpdate May 15, 2012 1:49 AM (in response to Azam NameToUpdate)just to clarify, when you are login with Admin priveledge then data is displaying or not, if yes then check the permissions on form,field,view.
HTH,
SG
-
8. Re: Strange Activelink behaviour
Azam NameToUpdate May 15, 2012 2:42 AM (in response to sg NameToUpdate)Permissions are all correct
-
9. Re: Strange Activelink behaviour
Azam NameToUpdate May 15, 2012 3:43 AM (in response to Azam NameToUpdate)Adding a commit changes action displays the data but erases all the other data existing on the form
( i am also getting a Javascript error )
-
10. Strange Activelink behaviour
Subhasis Banerjee May 15, 2012 3:48 AM (in response to Azam NameToUpdate)Hi,
Just try to remove the Public permission.... Reassign the public permission in the ActiveLink and save it.
While saving with Dev Studio if it saves within 2seconds, that means it has not saved properly, there is a issue with DevStudio with Java, so before saving your workflow on 7.6.04 Dev Studio, put all the actions, permissions etc. then wait for 2 minutes and click save, to save the workflow.
Regards'
Subhasis
-
11. Re: Strange Activelink behaviour
Azam NameToUpdate May 15, 2012 4:54 AM (in response to Azam NameToUpdate)1 of 1 people found this helpfulseems that the bug was happening only with open window and window loaded options
finally found a way out
i just changed the execution option , i am now executing the AL when focus is on a specific field
-
12. Strange Activelink behaviour
Ashwanth Padmanabhan May 16, 2012 5:49 AM (in response to Azam NameToUpdate)fyi..
i think win load/display is not applicable for the Dialog Mode...so having an Active Link on Win Load/display for the Dialog Mode may not help you... only Win Open is applicable for the Dialog Mode.....