IDatabaseTableRelationshipOptions¶
- class IDatabaseTableRelationshipOptions¶
Bases:
ImpactCOMWrapperBase- Description:
Advanced options for table relationships.
- Remarks:
All table relationship properties are read-only. Introduced in Impact 11.0.0.58.
Wraps a COM object or another wrapper instance. Accepts: - A valid impact_object - An existing impact_com_wrapper_base-derived instance
- property customer_group_display_column¶
Gets customer_group_display_column.
- Description:
Returns the column used to display the customer group names.
- Returns:
The value of customer_group_display_column.
- Return type:
- property customer_group_is_group_sql¶
Gets customer_group_is_group_sql.
- Description:
Returns the SQL cause used to return the customer groups.
- Returns:
The value of customer_group_is_group_sql.
- Return type:
- property customer_group_relationship¶
Gets customer_group_relationship.
- Description:
Returns the releationship being used to define how customers are grouped.
- Returns:
The value of customer_group_relationship.
- Return type:
- property customer_group_terminology¶
Gets customer_group_terminology.
- Description:
Returns the terminology being used for customer groups.
- Returns:
The value of customer_group_terminology.
- Return type:
- property use_customer_groups¶
Gets use_customer_groups.
- Description:
Indicates whether customer groups are enabled in the database.
- Returns:
The value of use_customer_groups.
- Return type:
use_customer_groups (bool)
- customer_group_terminology_translated(language_i_d, exact_language_match)¶
- Description:
Returns the terminology being used for customer groups, translated into the specified language.
- Remarks:
For a more detailed explanation of the parameters, please see the notes for the IDatabase.master_setting_name_translated method. Introduced in Impact 11.0.0.58
language_id (‘any’): :param bool exact_language_match: Specifies what to do if there is no translation for the specified language.