IPWorks EDI 2020 Python Edition

Questions / Feedback?

cem_accepted Property

Whether the CEM request is accepted.

Syntax

def get_cem_accepted(cem_index: int) -> bool: ...
def set_cem_accepted(cem_index: int, value: bool) -> None: ...

Default Value

FALSE

Remarks

Whether the CEM request is accepted.

Before calling on_send_cem_response set this to True to accept the CEM request.

When processing a CEM response check this property to determine if the request was accepted.

The cem_index parameter specifies the index of the item in the array. The size of the array is controlled by the cem_count property.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks EDI 2020 Python Edition - Version 20.0 [Build 8203]