This feature allows for the importing of Budget information into the Unanet system. Note that unlike most imports, this import is only available from the Financials > General Ledger > Budget screen, that is, there is no general administrative version of this import. As such, you can only import budget information into a specific Income Statement or Balance Sheet budget entry. Also note, this import is not available via the Command Line Import utility (only via the UI).
This import can be used to add new or replace existing entries.
Processing Rules:
This screen is available to users having any of the following roles: Administrator and GL Budget Manager.
This feature is available with the Project Financials family of licenses.
Topics covered on this help page include:
Import File Record Layout (field by field descriptions)
Import File Format (generic rules and Excel spreadsheet tips)
Excel Template (spreadsheet template containing column headings)
IMPORTANT: Note that there are multiple places within this documentation that say you MUST use double quotes for the strings in your import. If you are working in Excel, Excel will provide the double quotes and thus you do not need to add them in manually. Manually adding double quotes within Excel would result in multiple sets of double quotes in the resulting .csv file and thus cause an error (should you attempt to import that resulting file). Please see Excel Tips for more information.
|
|
Field Header Name |
Required/Comments |
1 |
A |
Legal_Entity_Org_Code |
ALWAYS REQUIRED. This value identifies the Legal Entity Organization to which the Budget belongs. This value must match an existing Legal Entity Organization Code value defined in your system (active or inactive). If the value you are trying to import does not already exist in the database, the entire record will be rejected. Budget Manager running the import must have access to this Legal Entity. |
2 |
B |
Fiscal_Year |
ALWAYS REQUIRED. This value identifies the Fiscal Year to which the Budget belongs. The value supplied must match an existing Fiscal Year Name as defined on the Admin >> Setup >> Fiscal Year screen. |
3 |
C |
Budget_Type |
ALWAYS REQUIRED. This field is used to indicate the type of budget. Valid values include a single character code:
B - Balance Sheet I - Income Statement
Maximum Length: 1 character |
4 |
D |
Budget_Name |
ALWAYS REQUIRED. This value identifies the specific Budget Name (or version) to which the Budget belongs. The value supplied must match an existing Budget Name as defined on the Admin >> Setup >> Budget Names screen. |
5 |
E |
Budget_Org_Code |
ALWAYS REQUIRED. This value identifies the Organization being budgeted.
|
6 |
F |
Account_Code |
ALWAYS REQUIRED. This value identifies the Account to which a specific budget entry is to be associated.
|
7 |
G |
Period## |
ALWAYS REQUIRED. This field is used to supply the budget amount for a particular period. The amounts can be positive or negative. An empty amount value will result in that period having no budget amount (ie it behaves like !BLANK! when updating). The number of "Period##" columns included in the file is expected to be equal to the number of Fiscal Periods that exist in the Fiscal_Year being imported.
This field accepts a numeric value up to 16 positions to the left of the decimal and 2 positions to the right. |
Note: Check out the Unanet Data model for specific field data types, lengths, and other attributes.
The file to import must be saved in a comma delimited format. The fields can be enclosed in double quotes -- which would be particularly necessary should the data being imported contain commas.
Examples:
LE_Code1,FY_14,B,Preliminary,Org1,Acct_123,1000,2000,3000 -- This will create or replace the budget entries for the specified budget.
You can create the comma delimited import file with any number of tools. For those interested in using an Excel spreadsheet to create the file, you can download an Excel Template with predefined headers and required fields noted.
See the Excel Tips regarding the use of double quotes and more.