Custom report menu links

As of build 2762 of InFront 3.2 we support creating custom links behind the gear icon on every report. The functionality is configured by entering an anchor tag <a ….. />,  or a plugin name  e.g. <mycustomlink>, on the report property called “Menu custom HTML or plugins”. Example : The following value : <a href=”http://www.profitbase.com”>Profitbase … Read more

Card Mode – divide, conquer and integrate

InFront Card mode enables integration of InFront into a different webpage/system. The ‘mode’ is enabled by adding “home/card/” to the base url.
Example:

http://localhost/infront/home/card/

When using this mode, all surrounding elements to the data will be removed. This means, no menu, no bookmarks, no filter selections, no header section, no bottom section. The only part that is left is either a dashboard with its content or a report with its content.

Read more

Using URL parameters to set filters and control navigation

Profitbase InFront supports a given URL format to control both initial filter states and the initial startup report/dashboard. Startup control When accessing InFront by using the base address http://myserver/InFront a lookup function will run that finds the report/dashboard matching the properties set on the first InFront role you belong to, and load (route to) this. The … Read more