cooobj.CPGetDefaultFieldUserForms(#MyClass.classsuperclass)
to include the default values in your result, where #MyClass
is the class your of your customization.
UserForm[]
FSCUSERFORMS@1.1001:CPGetDefaultFieldUserForms(
key ObjectClass
roomclass,
ObjectAllowMode
allowmode,
out retval UserForm[]
defaultuserforms)
Name |
Description |
roomclass |
room object class
|
allowmode |
either
AM_CLASSES or AM_COMMONCLASSES or AM_RESTRICTEDCLASSES |
defaultuserforms |
list of possible default user forms
|
Additional Information