cancel
Showing results for 
Search instead for 
Did you mean: 

How-To get the dialog: for browsing KM folders??? urgent!

Former Member
0 Kudos

Hi All,

I am trying to develop a UICommand.

I want to make the user <i>select a folder</i> by browsing the KM folders when UICommand is clicked.

I want to get that folder details when he (the user) selects.

How to do this?? plz help.. it's kinda urgent.

Waiting for your replies/ideas. Thankxx!

Regards,

Krishna.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos
Former Member
0 Kudos

Hi Patricio,

Thanks for the reply.

I have already seen this page. i couldn't find anything helpful.

Can you please be a bit more specific??? plz help.

The screenflow is something like this (developed using the Sample for a flexible UI one-step screenflow in SDN):

Click 'submit' UICommand >> confirmation dialog appears whether to copy the file or not >> if you say OK >> file gets copied to the target folder.

The targetFolder to which the file has to be copied is being taken from the parameter configuration.

Now, when targetFolder is NULL or when it is not configured in the command parameter ... I want to get this 'folder selection screen' onClick of 'submit' and after i select some folder i want to retrieve the path of this folder so that the file can be copied to that corresponding targetFolder (selected by the user).

plz plz help. Thanks in advance.

Regards,

Krishna.

Former Member
0 Kudos

Krishna,

The general idea is that use this screenflow code for built your command. Also, you can use km.appl.ui.flex.uicommand_core, this jar implemented all the commands. You could use them as guide.

Patricio.

Answers (0)