deMapUserTypeToViewType
deMapUserTypeToViewType(
t_userType
)
=> t_viewType
Description
Maps a user type to the dfII_viewType.
If the given user type is not found in the mapping, the function returns the user type itself.
Arguments
Value Returned
Example
deMapUserTypeToViewType("layout")
=>("masklayout")
Return to top