In Acubiz, more advanced searches can be made than those directly available through the search form itself, based on selected criterias.
The Search for field can be used for advanced searches that search for specific values
All transactions in Acubiz contain fields of values ... these are fields that can be searched for. Syntax for search on a field is:
[FIELDNAME]="VALUE"
Search for dimensions that are closed / deactivated
In the search form only searches can be made on open dimension values, as only those appear in the selection list itself. But the following will search for transactions that contain the value on a closed dimension (Department, Project, etc). The following examples have the following setup:
Dim1 = Department
Dim2 = Projects
Search for: [Dim1]="12345"
Search for: [Dim2]="9000"
Search for e-transactions with specific type code
Searching on single type code: [ExpenseCode_fi]="6010"
Searching for multiple type codes: [ExpenseCode_fi]="6010"|[ExpenseCode_fi]="6011"
Search for costs approved by:
The syntax for this search is:
[ConfirmedBy_fi]="APPROVER'S FULL NAME IN ACUBIZ"
Approvers full name is the combination of the First Name and Last Name on employee master data. This requires ADMIN access to see this.
The above will be as follows:
Search for: [ConfirmedBy_fi]="Darth Vader (BBB)"
Search for costs approved in FINANCE by:
The syntax for this search is: [ConfirmedByFinance_fi]="FULL NAME IN ACUBIZ"
The full name of the Finance users is the combination of the First Name and Last Name on employee master data. This requires ADMIN access to see this.
Search for: [ConfirmedByFinance_fi]="Master Yoda (DDD)"
Costs included in payroll-file:
This can be used by employees to check if their costs are included in a payroll-file from Acubiz..
Search for: [EXPORTEDSALARY_FI]="Yes"
Search for cash withdrawals
Search for: [ADVANCETYPE_FI]=1
Costs that have broken Company Policy
This feature requires CPM (Company Policy Manager) to be purchased and activated in your Acubiz EMS solution: This feature has to be activated on the expensetype (i.e. "Representation")
If this amount per. participant is exceeded it will return a search result with the below searchstring:
Search for: [PolicyBreak1_fi]="1"
IMS (Invoice Management)
-
[payment_date_fi]>#01-09-2020" everything after 01-09-2020
-
[payment_date_fi]=#01-09-2020# Exactly 01-09-2020
-
[payment_date_fi]>#31-08-2020# & [payment_date_fi]<#01-10-2020# in September
Comments
0 comments
Please sign in to leave a comment.