Tag Archives: dimension relationship

Effective Use of Sage Intacct Dimension Relationships

To restrict users from entering improper location when posting to a specific GL account, i.e., basically allowing no entries unless they are to a certain location, we can write a Smart Rule with condition {!GLENTRY.ACCOUNTNO!} == ‘[account_no]’ && {!GLENTRY.LOCATION!} == ‘[location_id]’ and throwing an appropriate error. For scenarios like the above one, we usually tend… Read More »

Dimension Relationships in Sage Intacct

Dimension relationship is another interesting and crucial aspect of dimensions which Sage Intacct offers. You can setup a relationship between two dimensions to automate data entry and enforce the accuracy of data. Some of the benefits that dimension relationships provides; You can auto-populate dimension values You can filter dimension values You can cascade dimension values… Read More »