Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
API, SDK, REST and Web Services
Text popup where are they stored?
Viktoria_Svensson_(sablinuser2_-_(deleted))
Hi,We are using attributetype "text popup", and enter some valid values. Where are the values stored???We try to fill a popup field in a customview with the values but we can't find them in the database.
Find more posts tagged with
Comments
Krishnankutty_Nair
I do not know if a customview can do that without some work,because the custom view is just streamed html and no server side processing.Maybe an html view of a web form can do some server side.But since you have posted in developement I am assuming you know how to pass that values to a customview.Typically instead of doing a CAPI call to get attribute data it is probably best to use something like Object attrData = $LLIApi.AttrDataThen you use its methods to look for valid values in the pull down and so on.There are examples in the SDK area.Otherwise a call like select * from llattrdata where id=28300378 will give you all the attribute values that a particular document/folder has if it indeed has been categorized.You will then have to play with the attrtype field to make some sense of it.I am not sure it has all the possible values or only the ones the person selected.The original category definition is a reference in provider table and depending on internal/external may be a tough thing to look at.
PVA_Livelink_Developer_(pva_pva_-_(deleted))
Message from Joe Lesh via eLinkAs far as I can tell from the code, the attributes template is stored asa version of the category, not in a database table.I'd do as Mr. Nair suggests and use the AttrDataUtil in LLIAPI, if youhave figured out how to call get data into your customview.Joe Lesh-----Original Message-----From: eLink Discussion: Development Discussion[mailto:development@elinkkc.opentext.com] Sent: Tuesday, December 13, 2005 9:12 AMTo: eLink RecipientSubject: Text popup where are they stored?Text popup where are they stored?Posted by Svensson, Viktoria on 12/13/2005 09:09 AMHi,We are using attributetype "text popup", and enter some valid values.Where are the values stored???We try to fill a popup field in a customview with the values but wecan't find them in the database.[To reply to this thread, use your normal E-mail reply function.]============================================================Discussion: Development Discussion
https://knowledge.opentext.com/knowledge/livelink.exe/open/786303Livelink
Server:
https://knowledge.opentext.com/knowledge/livelink.exeTo
Unsubscribe from this Discussion, send an e-mail tounsubscribe.development@elinkkc.opentext.com.