Get scaffolding text field data through oracle tables
I have a need to get the data entered in the text fields in the pages developed using scaffolding template. There are many such text fields in the page for which users enter the travel info. Is there any way that i can access these text field values alone through the oracle tables. If yes, how?
1
person has this question
I have this question, too!
Tell me when someone answers.
The more people who ask this question, the more it gets noticed.
The more people who ask this question, the more it gets noticed.
The company marked this question as answered.
-
Inappropriate?You can get these values from the table OS_PROPERTYENTRY.
If you have a textfield with value aaa and text bbb like the following:
{text-data:aaa|type=line}
There would be an entry in the OS_PROPERTYENTRY table with the following data:
\u000a aaa\u000a bbb\u000a
Loading Profile...


