Skip to content

Latest commit

 

History

History
55 lines (38 loc) · 1.37 KB

File metadata and controls

55 lines (38 loc) · 1.37 KB

.NET Core Utilities

A collection of .NET Core utilities for various tasks.

Utilities

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}.csv

For 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}.csv

For more details, see the utility's README.

Requirements

  • .NET 10 SDK or higher

Contributing

Each utility is self-contained in its own directory with its own configuration and documentation.

Version: 1.0.0
Last Update: January, 2026