Home      Members   Calendar   Who's On

Welcome Guest ( Login | Register )
      

Home » Skelta Workflow Net » Skelta Workflow Net » Application Development » Updating custom field


Updating custom fieldExpand / Collapse
Author
Message
Posted Monday, May 18, 2009
Supreme Being

Supreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme Being

Group: Forum Members
Last Login: Tuesday, June 02, 2009
Posts: 55, Visits: 53
Hi,

I am working on Skelta Workflow.NET 2004. Would like to know the procedure/suitable approach for updating a custom field?

Post #1341
Posted Monday, May 18, 2009
Supreme Being

Supreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme Being

Group: Forum Members
Last Login: Thursday, February 10, 2011
Posts: 28, Visits: 47
Hi,

The table 'SWCustomFieldsConfig' contains the Custom Field name and the mapped column. The table 'SWActivityCustomFields' contains all the custom filed values set for particular activities.

Use the below sample code to update the custom field

using System;

using System.Drawing;

using System.Collections;

using System.ComponentModel;

using System.Windows.Forms;

using System.Data;

using Workflow.NET.Engine;

             

 

private void button1_Click(object sender, System.EventArgs e)

              {

               Workflow.NET.Engine.ActivityContext act=new ActivityContext("SPS_1","TestSetCustomField",50);

                     act.UpdateCustomFieldValue("Test","TestUser1");

            }

 

Regards

Saravanan

Post #1342
« Prev Topic | Next Topic »


Reading This TopicExpand / Collapse
-
Active Users: 1 (1 guest, 0 members, 0 anonymous members)
No members currently viewing this topic.

All times are GMT -5:00, Time now is 4:26am

 
Execution: 0.078.10 queries.Compression Enabled.

Copyright © 2002 - 2009 Skelta Software. All rights reserved. Tel: 1 (678) 306 4110 | Email:sales@skelta.com
Skelta - A BPM Workflow Software Company