| Quintiq file version 2.0 | 
| #parent: #root | 
| Method SetRequestingDataset (String requestingKind_i, String requestingName_i) | 
| { | 
|   Description: 'Set the attributes that indicate the requesting dataset in a System on Channel.' | 
|   TextBody: | 
|   [* | 
|     // Timothy Guan Nov-12-2015 (created) | 
|      | 
|     isRequestingDataset := requestingKind_i <> "" and requestingName_i <> ""; | 
|      | 
|     this.HasRequestingDataset( isRequestingDataset ); | 
|     this.RequestingDatasetKind( requestingKind_i ); | 
|     this.RequestingDatasetName( requestingName_i ); | 
|   *] | 
| } |