Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

More information about MDAs can be found here: Multi-Dimensional Availabilities

Methods

Expand
titlegetTimeRangesgetLinkedIds

Description

This method takes a dimension scope, a date range, and a list to specify which kind of dimensions you want to be in the result. It returns the dimensions that have been made available in the given scope.

Signature

Code Block
global static B25.MdaLinkedDimensions.Result getLinkedIds(B25.MdaLinkedDimensions.Context)

Parameters

Code Block
B25.MdaLinkedDimensions.Context

An instance of B25.MdaLinkedDimensions.Context. This class wraps the input parameters.

Return Type

Code Block
B25.MdaLinkedDimensions.Result

An instance of B25.MdaLinkedDimensions.Result. This contains a list of available dimensions mapped by their dimension type (i.e. ‘B25__Staff__c’ or ‘B25__Resource__c’).

...