QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

qwc_file_info_app_unique_name Property

If this property is set the QuickBooks Web Connector will not use its clone/replace model for the AppName and will instead use the replace routine.

Syntax

def get_qwc_file_info_app_unique_name() -> str: ...
def set_qwc_file_info_app_unique_name(value: str) -> None: ...

qwc_file_info_app_unique_name = property(get_qwc_file_info_app_unique_name, set_qwc_file_info_app_unique_name)

Default Value

""

Remarks

If this property is set the QuickBooks Web Connector will not use its clone/replace model for the qwc_file_info_app_name and will instead use the replace routine.

This property is optional.

Copyright (c) 2021 /n software inc. - All rights reserved.
QuickBooks Integrator 2020 Python Edition - Version 20.0 [Build 7941]