What this page covers: A complete reference mapping every Unanet GovCon field to its Mosaic equivalent. Use this guide when configuring your integration, verifying synced data, or troubleshooting discrepancies.
The integration uses the Unanet GovCon REST API to access data. Employee records, client organizations, projects, phases (tasks), time entries, portfolios, roles, bill rates (including project member rates), and cost rates are all pulled through the API and mapped into Mosaic.
Integrated Data Types
The integration syncs 9 data categories from Unanet GovCon into Mosaic:
#
Data Type
Description
1
Employees
Staff records with names, emails, labor categories, and rates
2
Clients
Client records (Unanet GovCon Organizations)
3
Projects
Project records from Contracts with organization, status, and budget
4
Phases
Task breakdowns under projects with dates and budget
5
Time Entries
Time records with hours, project, task, and employee
6
Portfolios
Portfolio records derived from Contracts via Project Lead
7
Roles
Employee roles (labor categories)
8
Bill Rates
Billing rates including project member rates
9
Cost Rates
Employee cost rates
This list may expand as new features are added.
Reading the Field Mapping Tables
Symbol legend for technical tables
The Technical Reference tabs below use a shorthand notation for API sources. Read this legend before reviewing the mappings.
Symbol
Meaning
Example
.
API object field reference
Employee.FirstName = the FirstName field from the Employee object
•
Values combined into one composite value
Employee.FirstName • Employee.LastName = concatenated into a full name
>
Fallback priority — use the first available value
Task.Begin > Task.End = use Begin; if null, use End