PdcAllocations

From External Bemet Wiki
Revision as of 13:57, 25 April 2017 by Mike (talk | contribs) (Created page with "== Methods == pdcAllocations.New<br> pdcAllocations.Open<br> pdcAllocations.ProcessMaterial<br> == Properties == == Description == Allocations Object. Can be use...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Methods

pdcAllocations.New
pdcAllocations.Open
pdcAllocations.ProcessMaterial

Properties

Description

Allocations Object. Can be used to create or open Allocations. ProcessMaterial can be used to adjust/create a reservation, create an allocation and write off this allocation. This way there is no need to call individual functions; this function takes care of all of that.

Notes

ProcessMaterial uses a private function named ChangeReservation. This function can’t be called using the interface and will not be made public. Keep in mind that an allocation can only be written off through scripting if the material has the correct write-off-settings. Check the notes in WriteOff for more information.

Availability

Available since May 2017 (from version 5.4)