Quintiq file version 2.0
|
#parent: #root
|
Method SynchronizeFileName
|
{
|
Description:
|
[*
|
This method using Domain model, SHOULD NOT be used outside server startup scope.
|
Synchronize the file name with import object groups.
|
*]
|
TextBody:
|
[*
|
this.ExcelDirectImportFileName( this.GetFileNameFromDomainModel( this.ExcelDirectImportBrokerName().Tokenize( ImportObjectGroup::GetFileAndBrokerNameDelimiter() ) ).ToString( ImportObjectGroup::GetFileAndBrokerNameDelimiter() ) );
|
this.ExcelMPSyncImportFileName( this.GetFileNameFromDomainModel( this.ExcelMPSyncImportBrokerName().Tokenize( ImportObjectGroup::GetFileAndBrokerNameDelimiter() ) ).ToString( ImportObjectGroup::GetFileAndBrokerNameDelimiter() ) );
|
*]
|
InterfaceProperties { Accessibility: 'Extensible' }
|
}
|