Home
Extended ECM
API, SDK, REST and Web Services
Form attribute name
Michelle_Wong
Hi,Is there a way to access a form attributes name (and not just it's ID) from the assoc that the form attributes and values are stored in?Thanks.
Find more posts tagged with
Comments
eLink User
Message from Nair, Krishnankutty via eLinkI hope this will help you understand the data structure.I wrote this toset one of the form valuesIn a workflow thru an event script.The form iteration should still workbecause it calls the formapiLook under the tags //START HERE FOR UNDERSTANDING and//STOP HERE FOR UNDERSTANDING Psuedo code isNodeid,get the formtempate info,put a break on builder and see where thevalues are stored.-----Original Message-----From: eLink Discussion: Development Discussion[mailto:development@elinkkc.opentext.com] Sent: Wednesday, September 20, 2006 12:24 PMTo: eLink RecipientSubject: Form attribute nameForm attribute namePosted by Wong, Michelle on 09/20/2006 01:23 PMHi,Is there a way to access a form attributes name (and not just it's ID)from the assoc that the form attributes and values are stored in?Thanks.[To reply to this thread, use your normal E-mail reply function.]============================================================Discussion: Development Discussion
https://knowledge.opentext.com/knowledge/llisapi.dll/open/786303Livelink
Server:
https://knowledge.opentext.com/knowledge/llisapi.dllTo
Unsubscribe from this Discussion, send an e-mail tounsubscribe.development@elinkkc.opentext.com.-----------------------------------------*Please note my E-Mail Address has changed. Please update yourcontact list*Anadarko Confidentiality Notice: This electronic transmission and any attached documents or otherwritings are intended only for the person or entity to which it isaddressed and may contain information that is privileged,confidential or otherwise protected from disclosure. If you havereceived this communication in error, please immediately notifysender by return e-mail and destroy the communication. Anydisclosure, copying, distribution or the taking of any actionconcerning the contents of this communication or any attachments byanyone other than the named recipient is strictly prohibited.
Michelle_Wong
Thanks a lot - that was exactly what i was looking for! I think the step I needed was getting the formTemplate object and then from there extracting the form template name.