Browse by Tags

All Tags » XML   (RSS)
  • xmlDataFields instead of datafields

    I have a workflow that has a form where datafields would be hard to manage (80 of them) and the data is not really normalized for a smart object. Instead we used xmldatafields. I don't have time to pretty this up but wanted to post my notes.  I hope they help you. Things to know, use client connection not management ...
    Posted to General (Forum) by Ericx on October 23, 2008
  • Re: Size limit of XML Data Field

    but getting a new error when i am trying to set an xml string to an xml process field,it says ''Root element is missing''.any ideas on this I have attached a schema to the xml process field and also generating the XML in the same fashion as required by the schema.  Please help me out on this.
    Posted to General (Forum) by pearly007 on October 23, 2008
  • Setting activity destination users dynamically based on user order or level

    Hi, I have a scenario where i am getting the destination users for an activity in an xml structure from the asp.net page along with the level of the users. now i need to send the task to the destination users according to their order. e.g say i get 4 users  User1 of Level 1, User2 of Level2, User3 of Level2, User4 of Level3. Now i need to ...
    Posted to General (Forum) by riteshnegi on October 15, 2008
  • Activity destination

    Hi, I have a scenario where i am getting the destination users for an activity in an xml structure from the asp.net page along with the level of the users. now i need to send the task to the destination users according to their order. e.g say i get 4 users  User1 of Level 1, User2 of Level2, User3 of Level2, User4 of Level3. Now i need to ...
    Posted to General (Forum) by riteshnegi on October 15, 2008
  • SmartObject don't copy data in InfoPath XMLField

    Hi, I have create a SmartObject, but when I use it to mapping return data in a XMLField, the event raise: ''Object reference not set to an instance of an object.''  It work only if I map return data in a DataField and then copy it via code:   //Get the XML Field stringstring xml = ...
    Posted to General (Forum) by kyakan on September 23, 2008
  • Re: K2 XML Parser

    I have found the reference to XML again now. It turns out this is in the SourceCode.K2Utilities package/namespace so I assume tha's what you were talking about... Are you saying this is quite stable and is unlikely to be the cause of any problems I have?
    Posted to K2.net 2003 Studio (Forum) by MRShepherd on August 21, 2008
  • K2 XML Parser

    When I was looking at some existing code in a K2 solution at work I noticed a reference to an XML parser. My boss told me to investigate this as he thinks that XML parsers can be unstable (memory leaks?)... I was wondering if anyone would be able to give me more clue as to what sort of parser this is and whether it is unstable or not. ...
    Posted to K2.net 2003 Studio (Forum) by MRShepherd on August 20, 2008
  • Remove integrated forms within processes

    We are trying to remove all reference to a previously integrated Infopath form in a process within Visual Studio. We have done the following:  1. Removed all InfoPath Client Events in the process 2. Run InfoPath Integration and removed the form in the process 3. Removed the form from the InfoPath Form template folder in the ...
    Posted to General (Forum) by PaulShrimpton on August 12, 2008
  • Re: How to design a activity has dynamic destination Users

    The XML with a repeating node does not need to be in a specific format; it just needs to be valid XML.  I use the schema designer in Visual Studio to design the layout, then import it into an XML data field.  For destinations, just specify the node in the XML that repeats.
    Posted to General (Forum) by DavidL on June 10, 2008
  • Re: Assign Data from InfoPath form to Process Data Field

    If your XML has namespaces, you need to pass a System.Xml.XmlNamespaceManager or XmlNameTable depending on which XML class your are using for the query.  They help the parser resolve namespaces.  David
    Posted to General (Forum) by DavidL on January 4, 2008