Skip to main content

Module distinct

Module distinct 

Source
Expand description

Distinct call management operations

Functions for managing CFG_DFCALL (distinct calls) and CFG_DFBOM (distinct bill of materials) configuration sections.

Structs§

AddDistinctCallElementParams
Parameters for adding a distinct call element
AddDistinctCallParams
Parameters for adding a distinct call
DeleteDistinctCallElementParams
Parameters for deleting a distinct call element
SetDistinctCallElementParams
Parameters for setting a distinct call element
SetDistinctCallParams
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)