cancel
Showing results for 
Search instead for 
Did you mean: 

RFx Response - How to get answers from questions

Former Member
0 Kudos

Hey,

I would like to know how to get the answers from questions ( by IAPI or table where they are stored ) and if i can manipulate them.

Thanks!

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Diogo,

RFx Responses are stored in the table - FCI_RFX_RESPONSE in the backend.

However, it is recommended not to manipulate any information in the tables directly in the database.

What is actual need to manipulate the RFx responses ?

Regards,

Parankush

Former Member
0 Kudos

Hey,

well, about manipulating answers, because we need to perform some calculations on scripting that afterwards will be shown as an answer. But it is not mandatory, so i am not worried about it.

I already checked that table, but i didn't find the field which returns the answer. i guess is somewhere around in other table...

Thanks!