Jim,
The current user ID is a property of the session object - I used it in the Help Desk form, so the name of the object was HelpDeskForm.Session.UserName. My code line reads:
HDCase_Row.dataView(0)(NameField) = HelpDeskForm.Session.UserName
This puts the user name into the provided name field. It's a passed parameter for me, but you would change "NameField" to "Character01" and substitute your dataview name and use the current row instead of row zero.
Making a field mandatory is described in the Help under Customization - Rule Wizard. I've not done it outside of a classroom exercise, but custom row rules didn't seem too challenging. The wizard does the heavy lifting.
I hope this helps!
Lynn Thomas
Senior Engineer
SAIC
317-357-4041 X255
[Non-text portions of this message have been removed]
The current user ID is a property of the session object - I used it in the Help Desk form, so the name of the object was HelpDeskForm.Session.UserName. My code line reads:
HDCase_Row.dataView(0)(NameField) = HelpDeskForm.Session.UserName
This puts the user name into the provided name field. It's a passed parameter for me, but you would change "NameField" to "Character01" and substitute your dataview name and use the current row instead of row zero.
Making a field mandatory is described in the Help under Customization - Rule Wizard. I've not done it outside of a classroom exercise, but custom row rules didn't seem too challenging. The wizard does the heavy lifting.
I hope this helps!
Lynn Thomas
Senior Engineer
SAIC
317-357-4041 X255
[Non-text portions of this message have been removed]