Spezifikation/Num-Spezifikation: Unterschied zwischen den Versionen

Aus Asprova Hilfe
Wechseln zu: Navigation, Suche
(Imported from text file)
(kein Unterschied)

Version vom 7. April 2017, 09:25 Uhr

Hilfe Nummer: 741580
Interne Funktionen
Formeldialog

Interne Funktionen, zugehörig zu Spez und SpezNum.


GetApplicableNumSpec ( Index, Operation )

Parameter


Index Num Spezifikation #
Operation Operation

Rückgabewert


Num Spezifikation ist anwendbar bei dem Vorgang.

Beispiel


ME ist der Vorgang. Im Fall, dass die NumSpez1 des Vorgangs 100 beträgt.

GetApplicableNumSpec(1, ME) -> 100

Hinweise


Index ist die Seriennummer der NumSpez.
Index = 1 -> NumSpez1, Index = 2 -> NumSpez2, Index = 3 -> NumSpez3, Index = 4 -> NumSpez4 ...
Dies wird gebraucht bei NumSpez# der Standard Einlastungsschlüssel.


GetApplicableSpec( Index, Operation )

Parameter


Index Spezifikation #
Operation Operation

Rückgabewert


Spezifikation, anwendbar auf Vorgang.

Beispiel


ME ist der Vorgang. Im Fall, dass der verbundenen Auftrag mit diesem Vorgang mit "Rot" eingestellt ist.

GetApplicableSpec(1, ME) -> "Red"

Hinweise


Index is the serial number of Spec.
Index = 1 -> Spez1, Index = 2 -> Spez2, Index = 3 -> Spez3, Index = 4 -> Spez4 ...
Wird angewandt bei Spez# der Standard Einlastungsschlüssel.



Hilfe Nummer: 741580