Quintiq file version 2.0
|
#parent: #root
|
Method GetIdentifierFindByBody () as String
|
{
|
TextBody:
|
[*
|
body := "run.RegisterFailure( 'Not implemented yet.' );
|
|
instance := null( Object ); // TODO
|
|
iowrapper := construct( @MODELEDTYPE@,
|
DatasetMDSID := @DATASETARG@.MDSID(),
|
DatasetKey := @DATASETARG@.Key(),
|
InstanceKey := guard( instance.Key(), Key::ZeroKey() ) );
|
|
return &iowrapper;"
|
.ReplaceAll( '@MODELEDTYPE@', this.CreatedName() )
|
.ReplaceAll( '@DATASETARG@', 'company' ); // TODO Global Parameter
|
|
return body;
|
*]
|
}
|