GetFieldValue_Method

The GetFieldValue method returns the value of a field. It uses the following syntax:

this.GetFieldValue(field_ame); 

where:

  • field_name identifies the name of a field.

For example, the following code gets the current value of the Call Status field:

pBusComp.GetFieldValue("Call Status"); 

For another example that uses the GetFieldValue method, see Text Copy of Code That Does a Partial Refresh for the Presentation Model.