cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Initialization Context

Former Member
0 Likes
511

Hallo together,

on a view i have a context for a table. I must need the value 'when visible' for the view properties 'lifetime'.

My question: How can I initialization the context for my table?

I must do that, otherwise I have the entries with call everyone the view several times in the table.

Thanks for the answers

greetings

Rainer

View Entire Topic
Former Member
0 Likes

Hi Rainer,

You could use the method WDDOINIT to initialize the context, or you could use a supply function.

If you want to initialize it only once, although the view is removed and recreated, you should map your context node to a node in the component controller or in a custom controller. They will stay, even when the view is not visible.

Ciao, Regina