DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
Once we have a handle to the root we can pull information from the returned customer object using the dynamic SDO apis like this:
| Panel | |
|---|---|
|
The first line retreives the first Customer from the root's list of returned Customers (since we queried by ID, thereis only one). The second line pulls the LASTNAME value from the customer.
...