Service - Expense
Revision as of 11:25, 21 March 2026 by Sven the Barbarian (talk | contribs)
Overview
- NO LONGER USED - moved to Expense Manager in Purchases stack
Configuration for each Expense type.
Repository
...
Object Schemas
- Additional Information
- Per Service Schemas
expense
{
objectType: "expense",
canDelete: false,
belongTo: {
serviceTag: "Business",
objectType: "business"
},
addOnDataStructure: [],
storageResources: {
myGraph: {
storageType: "graph",
graphServerTag: "GraphHandler"
}
},
fieldNames: {
expenseId: {
type: "string",
randomOnCreate: true,
storageResourceTags: ['myGraph']
},
},
identifiers: [
{
type: "identifier",
fieldName: "expenseId"
}
]
}
RelationshipSchemas
...