top of page

BMC Remedy ARAPI.net Status field enum

To the value of the status field or any enumerated field in BMC Remedy.

Declare the following:

SelectionField enum_FieldName; SelectionLimit enumLimit;enum_FieldName = (SelectionField) arServer.GetField(form, System.Convert.ToUInt32(7)); enumLimit = (SelectionLimit)enum_FieldName.Limit;

Within the foreach loop which retrieves the field values

int val = Convert.ToInt32(entry.FieldValues[7]); string StatusValue = ""; if (enumLimit.Style == BMC.ARSystem.SelectionLimit.LimitStyle.Regular)

{ StatusValue= (string)enumLimit.Values[val]; }

 
 
 

Recent Posts

See All
Harbor Install & Setup

1. Go to the Harbor releases page & Download either the online or offline installer for the version you want to install. 2. Use tar to...

 
 
 

Comments


Contact Me

Tel: 678-642-8051

cspeed@jcsassoc.com

  • Google+ Long Shadow
  • LinkedIn Long Shadow
  • Facebook Social Icon
  • Twitter Long Shadow

© 2005 by Christopher Speed

Your details were sent successfully!

bottom of page