Announcement

Collapse
No announcement yet.

XML Structured Notes documentation

Collapse
X
 
  • Filter
  • Time
Clear All
new posts

    XML Structured Notes documentation

    I need to do database queries against XML structured notes fields, looking for specific field-value pairs. I'm successfully parsing the XML but am seeing odd data values where there are spaces padding both sides, and CDATA sections everywhere. Not a big deal but I need to know if the XML is always like this or is it possible things sometimes aren't padded with spaces.

    Does Commit validate against the DTD?

    <?commitcrmSTRUCTUREDNOTExml version="1.0" ?>

    I figured out the ValuesList and ValueListKind coding and the A and V field types. There are probably other types I haven't seen yet.

    Any documentation of what to expect in the XML?

    -- Craig

    Re: XML Structured Notes documentation

    The content of this field isn't officially documented as it is normally used internally and isn't exposed to others.
    True though, you can "hack" it and SQL-query it when accessing the database directly for read-only purposes.
    I guess that you need to execute a two-sided trim in case you do not wish to receive starting and trailing spaces.

    Hope this helps.

    Comment


      Re: XML Structured Notes documentation

      Thanks for the quick response. The structured notes are very useful and we'd love to see them in more types of data.

      Comment


        Re: XML Structured Notes documentation

        They definitely are. Noted. Thanks!

        Comment

        Working...
        X