DeltekCostpoint
Accounting software
Extends: Technology
Deltek Costpoint
Accounting software
Overview
Category: Accounting software
Accounting software
Related Skills
No related skills listed.
Occupations Using This Technology
- SOC Code: 11-3111.00
- SOC Code: 13-1021.00
- SOC Code: 13-1041.04
- SOC Code: 13-2031.00
Usage in Platform
import { $ } from 'sdk.do'
const tech = await $.Technology.create({
name: 'Deltek Costpoint',
category: 'Accounting software',
description: 'Accounting software',
hotTechnology: false,
})
JSON-LD Example
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Deltek Costpoint",
"applicationCategory": "Accounting software",
"description": "Accounting software"
}