I just upgraded a customer from Laserfiche Avante 10.2 Server to Rio Version 10.3.1 and upgraded Weblink from 9.2 to 10.1
Now I am trying to fix a couple of small issues in Weblink
In version 9.2 we were able to Remove the Records Manager Search option from the customers view but in version 10.1 we have added the same code into this CSS file WebLinkStyles.css but it does not seem to work?
select[name="TheSearchForm:_ctl2"] {
display:none;
}
Does anyone know what the correct core would be to remove the Records Management option from the Weblink Portal.
The other issue we are trying to default the Search page to a specific Template at startup. in version 9 we edited the Search.aspx file but in 10.1 we find the code in Search9.aspx but changing the CSS to a specific template does not work?
<weblink:searchform id="TheSearchForm" runat="server" DynamicFieldLimit="10000" Height="100%" AllowCustomization="False" ShowWebLink="False" ShowField="True" TemplateDisplayed="Vendor invoice" />
I would like to have Weblink open up to a search template called Vendor invoice. Does anyone know the code that I can use to make this happen please.
Does anyone have a list of the Weblink 10.1 Attributes