You click on that URL, and you see:
Hey, that's ManageUserForm - the same form that is used to add new users ! But why the fields in the form are filled already ? Because this is our object that was loaded from the database, using his unique identifier (passed as objectID parameter). You may change some data if you need. After you'll press Submit - data will be updated.

You may ask if we can do the same with books. Not yet, but let's implement this feature too.

Previous page Tree of contents Next page