SQL Configuration in REFramework

Hi,

I am executing a query through SQL where I am configuring SQL database. So the question is, where do I configure and execute my SQL query in REFramework. It will be in Init ?

It depends where do you need the data. If you need it right from the start then you should in Init State otherwise in GetTransaction Data

1 Like

in Init , connect with database
in Get Transaction Data or Process, do execute the query

1 Like

Got it. Thanks :slight_smile:

1 Like