You are viewing limited content. For full access, please sign in.

Question

Question

Is it possible, get the Entry ID of the document(s) selected in Laserfiche client using a LF Client toolbar button (button: aplication external) and send the entry id how a parameter to the aplication external (button)

asked on September 8, 2016

Is it possible, get the Entry ID of the document(s) selected in Laserfiche client using a LF Client toolbar button (button: aplication external) and send the entry id how a parameter to the  aplication external (button)

What I am after is, to get the Entry ID of the document(s) selected in Laserfiche client. 

 

i'm using: 

string[] args = Environment.GetCommandLineArgs();

                for (int i = 0; i < args.Length - 1; i++)
                {
                    if (args[i] == "-SelectedEntries")
                        selectedEntries = args[i + 1];
                }

result: args[0] get the path of the application "c/:..../LFIntgDemo.exe"

I'm sure there's probably a simple method I've overlooked for doing this.

 

Any ideas?

0 0

Replies

replied on September 8, 2016

I don't understand your question. It sounds like you already have the button configured using the %(SelectedEntries) token? You can find documentation on the tokens here.

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.