RunInterfaceService (Export) at cycle period level
The RunInterfaceService (Export) macro is used to run an interface service that exports
calendar data in the context of a cycle period.
The value for the Command field must be specified
in this format: RunInterfaceService (Interface Service Name, Direction, [Calendar
Type], [Period Label], [Num Periods], [Horizon Level]).
Note: The optional parameters are specified in [
].
This table lists the parameters used to execute the RunInterfaceService (Export) macro:
Parameter Name | Description |
---|---|
Interface Service Name | The name of the interface service that is run. |
Direction | The direction of the data flow. Note: This value is set to ‘Export’ when the
macro is created.
|
Calendar Type | The period for which the data is exported. Possible values:
Note: If the value is not specified, Start Bucket period is
considered.
|
Period Label | The start period for exporting the data. This supports rolling period nodes. Note:
|
Num Periods | The number of horizon level periods to be exported. If the horizon level is not
equal to the Calendar Level to store plans or if the Telescopic option is enabled, all the base buckets within the
specified range of selected periods are exported. Possible values:
|
Horizon Level | The calendar horizon level to be used by [Num periods] for export. Note: If this
value is not specified, the number of periods are based on the calendar level to
store scenario values.
|
This table lists the examples of the RunInterfaceService (Export) macro:
Requirement | Syntax |
---|---|
Export base calendar periods from the current planning period to the cycle period horizon at the calendar level, to store scenario values (no telescopic periods are defined). | RunInterfaceService("My AP Calendar","Export","Current Bucket","") |
Export base calendar periods starting from the current planning period corresponding to 6 buckets at the calendar level, to store scenario values. | RunInterfaceService("My AP Calendar","Export","Current Bucket","6") |
Export base calendar periods from FY14 M12 period corresponding to 10 periods at the calendar level to store scenario values. | RunInterfaceService("My AP Calendar","Export","Bucket","FY14 M12","10") |
Export base calendar periods, starting from FY14 M12 period corresponding to 10 months. | RunInterfaceService("My AP Calendar","Export","Bucket","FY14 M12","10", "Months") |
Export 1 month of telescopic, base buckets of calendar data from the current planning period. For example, "FY14 M12", where the Telescopic option is enabled for the cycle. Cycle calendar level to store plans = Weeks, telescopic periods for cycle = 7 days, with future horizon = 8 weeks. Result is 1 month of telescopic, base buckets, that is 7 daily buckets, 3 weekly buckets. |
RunInterfaceService("Export Scenario file","Export","Current Bucket","1","Months"). |