cancel
Showing results for 
Search instead for 
Did you mean: 

Global attributes and code initialization

preethi_santhanam
Participant
0 Kudos

Hi,

I am working on a interactive form with a number of fields populated via ISR and just one editable field. To control the visibility of the value in a particular ISR field based on authorizations, I have created a global attribute in the form interface, In the code initialization section, I use thie global attribute as an exporting parameter. I have mapped this field to the form context and dragged it to appear on form.

The value of global attribute from code initiailization section is not passed onto form. Also, the breakpoint in the code initialization section is not trigerred. Could someone please guide me towards a solution?

Thanks & Best Regards,

Preethi.

Accepted Solutions (0)

Answers (1)

Answers (1)

SG
Explorer
0 Kudos

Hi Preethi,

Were you able to solve this issue. I am facing the same issue. I have tried calling an Z function module and put break point there, it did not work.

I also have hard breaks using the command BREAK-POINT and Break <USER_ID> . Nothing got triggered . Please advice... thanks for your help