cancel
Showing results for 
Search instead for 
Did you mean: 

BG - Supply function

danilo_henriques
Explorer
0 Kudos

Hello,

I want to generate my graphs based on information at the input fields and i need to know if i can call a suplly function in the click event of a button? How?

Regards

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You can create Supply Function while creating your context which is generally populating the data based on your conditions.

Answers (1)

Answers (1)

abhimanyu_lagishetti7
Active Contributor
0 Kudos

Hi

You can not call the standard hook methods. those were called by the framework.

SupplyFunction gets executed, everytime when a request goes to the server .

Abhi

danilo_henriques
Explorer
0 Kudos

So i can't change the data in my graphs during execution time?