XTIVIA BLOG
Liferay 6.2 Theme Development Tips: Speeding Up the Work
The basic process of Liferay 6.2 Theme development involves creating a new theme, make changes to it, and deploy. It’s really a simple process; however. the only drawback to this process is that every time you make any changes to a theme, you will need to deploy it to see the...
InforCRM / SalesLogix Client-side Validation
In most case I try to do the validation for InforCRM form input on the server side. This is generally easier to implement (sometimes a lot easier), more reliable, and the performance is usually close (sometimes even better, if there are a lot of queries involved, as each one...
Customizing the Activity Form on InforCRM / SalesLogix
In InforCRM 8 the activity editor has been completely reworked to be entirely Javascript based. Although this brought a little bit of pain as none of the previous customizations carried over, and there wasn't a whole lot of documentation available, it's a big improvement over...
AngularJS i18n Example
Sometimes we need a mobile app to be internationalized when we use AngularJS. AngularJS supports i18n/l10n for date, number and currency filters. If we want to change something as simple as a literal, we will have to do something else. To do this there are several possible...
New Group Options Available in InforCRM/SalesLogix v8.1 CU03
Version 8.1 CU03b of Infor CRM / SalesLogix introduced some really handy group options. Columns setting Hide extended group list on record selection Stay In Detail View on Lookup Display Extended Group list on Lookup These options can be accessed when you are on the...
Introduction to Using the PowerShell Command Line for DB2 on Windows
A lot of DB2 LUW DBAs spend significantly more time working with DB2 on Linux and UNIX than they do working with DB2 on Microsoft Windows. This can lead to frustration when administering DB2 on Windows. Using a PowerShell command line for DB2 instead of a DB2 Command Window can...
VirtualBox Networks: DHCP vs Static IP
On my third day at XTIVIA, it was recommended I tinker with Oracle's free VirtualBox. The following week, I was hooked! A Unix guy at heart, I can launch whichever flavor of Linux desktop I'm in the mood for, while Windows keeps running and all the tools there remain available....
Query Liferay’s database to find documents marked searchable
This post shows you how to query Liferay's database and see which Documents and Media files are marked 'searchable'. For these examples, I was using SQL Server and did not validate the queries work on other databases. They are simple enough to port if you...
Profiling Data with SSIS
SQL Server Integration Services offers a useful tool to analyze data before you bring it into your Data Warehouse. The Profile Task will store the analysis in an XML file, which you can view using the Data Profile Viewer. Before we review how to use the Profile Task,...
Managing DB2 Transaction Log Files
Logging method There are two methods of logging that DB2 supports: Circular and Archive. Other RDBMSes have similar modes. Circular The default that DB2 uses if you don't change anything is Circular logging. Circular logging is more often appropriate for databases where you...









