lihongji
2024-10-16 13275e4c638e430100ab4bf4cb49dbee6ba06fc0
1
2
3
4
5
6
7
8
9
10
11
12
Quintiq file version 2.0
#parent: #root
Method SendMetadataSuccessSetTypeInterestCreated (owning NamedValueTree nvt_i, LibDEF_System target_i, LibDEF_IntegrationEvent event_i)
{
  TextBody:
  [*
    LibDEF_Util::EventLog( event_i, "Sending SetTypeInterest created acknowledgement" );
    
    this.DataBroker().SendMessage( target_i, nvt_i, LibDEF_DataAccessor::KIND_SUCCESS(), event_i );
  *]
  InterfaceProperties { Accessibility: 'Module' }
}