A collection of .NET Core utilities for various tasks.
Reads CSV files with activity IDs and retrieves inventories from the OFSC API.
Features:
- Reads activity IDs from CSV files
- Fetches inventory data from OFSC API
- Exports results to CSV format
Quick Start:
cd get-activity-inventory-ofsc
dotnet restore
dotnet build
dotnet run input.example.csv output_{0}.csvFor more details, see the utility's README.
Creates service requests in bulk in Oracle Field Service Cloud (OFSC) by reading data from a CSV file.
Features:
- Reads activity IDs and request types from CSV files
- Creates service requests via OFSC API
- Automatically sets the date field to today's date
- Exports results to CSV format with success/error status
Quick Start:
cd create-service-request-ofsc
dotnet restore
dotnet build
dotnet run input.example.csv output_{0}.csvFor more details, see the utility's README.
- .NET 10 SDK or higher
Each utility is self-contained in its own directory with its own configuration and documentation.
Version: 1.0.0
Last Update: January, 2026