Needing a programmatic insertion of DD
"Federico Luciani" <[email protected]> Tue, 26 Aug 2003 18:02:17 +0200
| Newsgroups | gmane.comp.cms.xaraya.knowledge-base |
|---|---|
| Message-ID | <014601c36beb$6e3305b0$7902a8c0@WEBDEV> |
Hello.
I need an API or something-like in order to programmatically add DD attributes to a "main" record.
For example, 2 DD attributes are assigned to "roles":
- TVAcode
- firm
What I need is a mechanism in order to add values contextually to a "role" creation, for example passing an array
array('TVAcode'=>'07987879987','firm'=>'My Firm')
to an API, WITHOUT use of forms, templates etc: only APIs, and perhaps some direct querying to the DB.
Someone knows if it's possible ? Any idea?
Thanks in advance
Federico