I am writing a little C# script to check some data, and would like to use the nice strongly-typed Business Objects in my Server-side script. I can't seem to figure this out though.
for example, if I have a process called "EmployeeIntake" then I can create an "EmployeeIntake" object, and it seems to have a Current Property as well as a sub-class of "EmployeeIntakeData". I can'te seem to figure out how to properly use this to retrieve the data? In particular I am trying to reference this in a process, where I want to retrieve the EmployeeIntake object for the current folder's parent.
If anyone has any example of how to properly use this, I would really appreciate your sharing it here.
Thanks,
Ryan