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

Question

Question

custom toolbar button

asked on January 20, 2014

Need to make custom toolbar button that only displays when using a template named 'Invoices', passes in the current documentid and they can enter some text to update a sql table with that docid

 

Any Demos of this?

 

Searched for 'Custom Toolbar Button'

0 0

Answer

APPROVED ANSWER SELECTED ANSWER
replied on January 27, 2014

That fixed it thanks

0 0

Replies

replied on January 20, 2014

I'm pretty sure that ability is not available for custom toolbar buttons. I'll leave it to a Laserfiche employee to verify that though.

0 0
replied on January 20, 2014

Can you give us more information on exactly what you are trying to do and why? I can't deduce it from your question.

0 0
replied on January 20, 2014

I need a way to store 8000 char string into SQL and link it to the current DocumentID on the LF client.

 

This button should only appear when the current template in the LF client is Invoices'

 

This string is used to store GL coding string to integrate to the ERP. They do not want to use 2 text fields.

0 0
replied on January 21, 2014

You can find sample code for setting up custom toolbar buttons here: https://support.laserfiche.com/GetFileRepositoryEntry.aspx?id=2878&mode=download.Check out the "Investigation Management" sample program. Basically your custom button will use the %(DocumentID) command line token, which will be replaced with the IDs of the currently selected entries. There is no way to disable a custom button based on the template, we will look into adding that to a future version.

0 0
replied on January 24, 2014

it appears I do not have access to that file.

 

can you attach it in here pls

 

 

0 0
replied on January 24, 2014

You may need to manually log in to the support site first (same account information as this site) then try the link again. After that it should work. The direct downloads don't prompt you for credentials if you aren't already logged in.

0 0
replied on January 24, 2014

sorry Justin link does not work

 

cleared cache, cookies  etc

 

copied the link directly into firefox

 

0 0
replied on January 25, 2014 Show version history

trying to search in solutions

0 0
replied on January 26, 2014

I tried the link from another computer and it worked there, it downloads the zip file directly.

0 0
replied on January 26, 2014

nope not working

 

I can log into https://support.laserfiche.com no problem.

 

as soon as i paste /GetFileRepositoryEntry.aspx?id=2878&mode=download

 

to the end it just keeps asking m to log back in.

 

Your login must have more rights then mine

0 0
replied on January 26, 2014

OK

 

https://support.laserfiche.com/GetFileRepositoryEntry.aspx?id=2257

 

works fine

 

change the last 4 chars to 2878

 

back to login screen

 

1 0
replied on January 27, 2014

I think the permissions on the file were too restrictive, try it now.

0 0
replied on January 27, 2014 Show version history

I also am blocked from that download.

 

The basic idea that they are promoting is that you build a custom console application that takes command arguments or uses CAT to get the entry information.  Then you use RA to check the assigned template.  If the proper template is assigned, have your custom application proceed with the updates.

 

Your custom toolbar button calls your custom console application and you get the functionality that you are looking for.

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

Sign in to reply to this post.