Expand description
Distinct call management operations
Functions for managing CFG_DFCALL (distinct calls) and CFG_DFBOM (distinct bill of materials) configuration sections.
Structs§
- AddDistinct
Call Element Params - Parameters for adding a distinct call element
- AddDistinct
Call Params - Parameters for adding a distinct call
- Delete
Distinct Call Element Params - Parameters for deleting a distinct call element
- SetDistinct
Call Element Params - Parameters for setting a distinct call element
- SetDistinct
Call Params - Parameters for setting (updating) a distinct call
Functions§
- add_
distinct_ call - Add a new distinct call with element list
- add_
distinct_ call_ element - Add a distinct call element (DBOM record)
- delete_
distinct_ call - Delete a distinct call by ID
- delete_
distinct_ call_ element - Delete a distinct call element
- get_
distinct_ call - Get a single distinct call by ID
- list_
distinct_ calls - List all distinct calls with resolved names
- set_
distinct_ call - Update a distinct call (stub - not implemented in Python)
- set_
distinct_ call_ element - Update a distinct call element (stub - not typically used)