To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
Public Info data getting stored as html
Summary:
Hi Experts,
I see About_Me, Area_of_expertise, and Area_of_interest data from public info are stored in HRT_PROFILES_VL and HRT_PROFILE_KEYWORDS tables. But the values are stored in HTML format. Is it expected to store like this or is there any setup to control this?
Content (required):
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
select p.person_id as "Employee_Id",
p.summary as "About_Me",
aoe.keywords as "Area_of_expertise",
aoi.keywords as "Area_of_interest"
from