Rcs |
The RcsAction type exposes the following members.
Name | Description | |
---|---|---|
![]() | ActorId | Actor who performed RCS Action. In some cases this value is entered explicitly by user. |
![]() | ActorTypeId | Actor who performed RCS Action. In some cases this value is entered explicitly by user. |
![]() | AmountDestroyed | Amount Destroyed |
![]() | AmountReclaimed | Amount Reclaimed |
![]() | CertNumber | Optional certification number; a proof that RCS Action was performed by certified specialist. |
![]() | Circuit | Circuit involved in RCS Action, references rcsCircuitObject.ID. This value is supported and required if RCS Action Type has vlangRcsActionTypeLookup.NeedsCircuit == True. |
![]() | CircuitNumber | External Circuit number used as CircuitID replacement for RCS Actions where vlangRcsActionTypeLookup.NeedsCircuit == True. For these actions either CircuitID or CircuitNumber must be provided. |
![]() | Comments | Free-text comments. |
![]() | Cost | Cost is decimal value |
![]() | CostValue | Optional value of RCS Action. Used by RcsActionType.Purchased, RcsActionType.Refilled and RcsActionType.Disposed. Precision 2 digits; negative and zero values are allowed. |
![]() | Cylinder | Cylinder involved in RCS Action, references rcsCylinderObject.ID. Supported and required if RCS Action Type has rcsActionTypeLookup.NeedsCylinder == True (see also CylinderNumber). |
![]() | CylinderNumber | External Cylinder number used as CylinderID replacement for RCS Actions RcsActionType.Added and RcsActionType.Recovered. For these actions either CylinderID or CylinderNumber must be provided. |
![]() | CylinderSource | Cylinder from which refrigerant is transferred, references rcsCylinderObject.ID. This field is supported and required only by RcsActionType.Transferred. |
![]() | DtShipment | Date of shipment |
![]() | DtWhen | Date when RCS Action is performed. Please note this field is date only, no time. For certain RCS Actions this value is entered manually by user as date only; thus it's been decided to record date only for all actions. When application needs accurate chronological order, additional sorting by ID is used. |
![]() | EquipmentDestinationId | EquipmentDestinationId |
![]() | EquipmentDestinationManager | EquipmentDestinationManager |
![]() | IsALDCalibrationSuccess | Boolean flag for ALDCalibrationSuccess |
![]() | IsContactNotified | True indicates responsible party was notified about the status of the leak. This field is used by some Circuit-based RCS Actions. |
![]() | IsMetric | True means Qty is in kilograms (kg); False means Qty is in pounds (lb + oz). This field is used and verified by application when Cylinder or Circuit reference is available. |
![]() | IsTestPassed | Boolean flag applicable to RcsActionType.LeakTestInitial and RcsActionType.LeakTestFollow. True means test was successful. |
![]() | LeaksFound | Boolean flag for indicating LeaksFound is true || false |
![]() | MoneyId | Complementary value for Cost; validated for RCS Actions RcsActionType.Purchased and RcsActionType.Refilled. This field is nullable; BO will set it to NULL for unsupported RCS Action Types. |
![]() | NoLeakRate | True means RCS Action doesn't affect Leak Rate. This field is used only by RcsActionType.Added. |
![]() | PoNumber | Optional Purchase Order Number used by some RCS Action types. |
![]() | Product | Refrigerant Product used in RCS Action, references MHProductObject.ID. This field is computed by application when Cylinder or Circuit reference is available. |
![]() | Qty | Amount of refrigerant involved in RCS Action in pounds or kilograms depending on IsMetric. |
![]() | QtyCylinder | Amount of refrigerant remaining in the Cylinder referenced by CylinderID after RCS Action is done. This field is computed by application when Cylinder reference is available. Value is in pounds or kilograms depending on IsMetric. Precision is 4 digits; supported range is -99999999999999.9999 - 99999999999999.9999; zero value is allowed. |
![]() | QtyCylinderSource | Amount of refrigerant remaining in the "source" Cylinder CylinderID after transfer occurred. This field is computed by application as part of RcsActionType.Transferred. Value is in pounds or kilograms depending on IsMetric. Precision is 4 digits; supported range is -99999999999999.9999 - 99999999999999.9999; zero value is allowed. |
![]() | RcsExtensionReasonId | RcsExtension ReasonId |
![]() | RcsLeakCauseId | The cause of the leak occurring on the circuit |
![]() | RcsStockTypeId | How the recovered refrigerant is going to be managed |
![]() | RcsTestMethodId | Test method referencing vlangRcsTestMethod.ID. This field is used by some Circuit-based RCS Actions. |
![]() | ReclamationCompany | Reclamation company |
![]() | RefrigerantEvacuationConfirmed | Boolean flag for the "I confirm refrigerant was evacuated to local standards" checkbox. |
![]() | RemainingCapacity | RemainingCapacity of the Circuit |
![]() | ShippedTo | Who was the refrigerant shipped to |
![]() | Supplier | Optional Supplier information used by some RCS Action types. |
![]() | TypeId | Circuit status |
![]() | WorkOrderId | Work Order associated with RCS Action, references WorkOrder2Object.ID. Supported and required if RCS Action Type has vlangRcsActionTypeLookup.NeedsWO == True. |