Tag Archives: many to one 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 »