hi all,
i have created the following query to create folder
CREATE cm_folder OBJECT
SET object_name = 'Miscellaneous\Temporary + user_name',
SET acl_domain = 'bst',
SET acl_name = 'cm_default_acl',
LINK '/user_os_name'
in the above query i want the object name as 'Miscellaneous\Temporary Ithape,Priyanka' where Ithape,Priyanka is the user_name.
In short i want to append it!!!
And also the LINK should be her wwid ie user_os_name.
How can des be done???