Browse by Tags

All Tags » .net » DataFields   (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
  • How to update ActivityInstanceDestination.DataFields programatically?

    Hi, I need to update some ActivityInstanceDestination.DataFields programatically. My code looks like this: Connection.Open(connectionString);WorklistItem worklistItem = Connection.OpenWorklistItem(serialNumber, ''ASP'', true, true);UpdateProcessDataFields(worklistItem.ProcessInstance); // Get data from UI and puts into process' ...
    Posted to General (Forum) by cato72 on September 26, 2007