Query on AC parameter execution.

Hi All , 

   I come across a scenario that "In a User input task have created ac!A ,ac!B . I have given some ER as a value to ac!A and based on some condition i'm assigning the ac!A value to ac!B ". This is working when i debug with administrator rights, where as for a basic user its not working as expected.

 would like to understand how security rights are related to AC . Thanks in advance.

Thanks

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to anjup136

    As highlighted by other practitioner, you cannot predict the order of executions for the activity class parameters.

    As per my understanding, post completion of your manipulation, you are passing these ac variable values to your Interface.

    If so, then why don't you execute the same logic on your interface On-load instead of doing it in process?

    You can pass both activity parameters to your interface via process and perform your logic within your interface instead of doing it in the process model.

    Hope this will help you.

Children