Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
var firstName = Process.Properties.GetSingleValue("First Name");
var lastName = Process.Properties.GetSingleValue("Last Name");
var fullName = firstName + " " + lastName;
Process.Properties.SetSingleProperty("Full Name", fullName);

Methods

Filter by label (Content by label)
showLabelsfalse
showSpacefalse
sorttitle

...

excerptTypesimple
cqllabel = "propertiesmethod"