Click or drag to resize

inventoryTransfers Class

Service for SL screen: ctDynamicsSL.inventory.inventory.input.inventoryTransfers Comparable functionality to the SL screen (10.040.00) Direct access by developers is supported.
Inheritance Hierarchy

Namespace:  ctDynamicsSL.inventory.inventory.input
Assembly:  ctDynamicsSL (in ctDynamicsSL.dll) Version: 2021.9.16.1 (2021.09.16.01)
Syntax
C#
[ScriptServiceAttribute]
[WebServiceAttribute(Namespace = "http://www.catalinatechnology.com/services/ctDynamicsSL")]
public class inventoryTransfers : baseServiceSL

The inventoryTransfers type exposes the following members.

Constructors
  NameDescription
Public methodinventoryTransfers
Initializes a new instance of the inventoryTransfers class
Top
Properties
  NameDescription
Public propertyApplication
Gets the application object for the current HTTP request.
(Inherited from WebService.)
Public propertyContainer
Gets the container for the component.
(Inherited from MarshalByValueComponent.)
Public propertyContext
Gets the ASP.NET HttpContext for the current request, which encapsulates all HTTP-specific context used by the HTTP server to process Web requests.
(Inherited from WebService.)
Public propertydbConn
The database connection for non transaction calls in the web service
(Inherited from baseServiceSL.)
Public propertydbConnWT
The database connection for the web service with transactions Automatically created if the license is valid.
(Inherited from baseServiceSL.)
Public propertydebugLevel (Inherited from baseServiceSL.)
Public propertydebugMode
Returns the boolean value of the web.config key "debugMode" If global debugmode is not set, checks if debugmode for the service is enabled. Defaults to false
(Inherited from baseServiceSL.)
Public propertyDesignMode
Gets a value indicating whether the component is currently in design mode.
(Inherited from MarshalByValueComponent.)
Public propertydisableTransactions (Inherited from baseServiceSL.)
Public propertydisableValidation (Inherited from baseServiceSL.)
Public propertydtDefaultFunctions
(Inherited from baseServiceSL.)
Public propertydtPostEditProcessing (Inherited from baseServiceSL.)
Public propertydtValidateFunctions
(Inherited from baseServiceSL.)
Public propertyerrorLogFile
Returns the errorlogfile for the executing service If not defined by service, then global log file is returned from AppSettings["ERRORLOGFILE"] Only used if debugMode = true
(Inherited from baseServiceSL.)
Public propertylicenseValid
(Inherited from baseServiceSL.)
Public propertymyBaseDSLLib (Inherited from baseServiceSL.)
Public propertymySite
(Inherited from baseServiceSL.)
Public propertymyTransaction (Inherited from baseServiceSL.)
Public propertyServer
Gets the HttpServerUtility for the current request.
(Inherited from WebService.)
Public propertySession
Gets the HttpSessionState instance for the current request.
(Inherited from WebService.)
Public propertySite
Gets or sets the site of the component.
(Inherited from MarshalByValueComponent.)
Public propertySoapVersion
Gets the version of the SOAP protocol used to make the SOAP request to the XML Web service.
(Inherited from WebService.)
Public propertyUser
Gets the ASP.NET server User object. Can be used to authenticate whether a user is authorized to execute the request.
(Inherited from WebService.)
Top
Methods
  NameDescription
Public methodabout
About Copyright 2021. Catalina Technology.
(Overrides baseServiceSLabout.)
Public methodbaseGetLOVByType
(Inherited from baseServiceSL.)
Public methodbaseGetNextCounter
(Inherited from baseServiceSL.)
Public methodDispose
Releases all resources used by the MarshalByValueComponent.
(Inherited from MarshalByValueComponent.)
Public methodeditBatch
Edits the records for the Batch table.
Public methodeditINTran
Edits the records for the INTran table.
Public methodeditLotSerT
Edits the records for the LotSerT table.
Public methodeditNote
Edits a note for IN batch or INTran. Requires noteLevel:BATCH,INTRAN;actionTypes:ADD,UPDATE,VALIDATEONLY
Public methodeditNoteAsDataSet
Edits a note for IN batch or INTran. Requires noteLevel:BATCH,INTRAN;actionTypes:ADD,UPDATE,VALIDATEONLY
Public methodeditScreen
Edits all the records for the inventory transfers screen.
Public methodeditTrnsfrDoc
Edits the records for the TrnsfrDoc table.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodgetBatchesByBatNbr
Gets Batches based on the passed batNbr, Used to populate: Batch.BatNbr, INTran.BatNbr
Public methodgetBatchesByBatNbrByExactID
Gets Batches based on the passed batNbr, Used to populate: Batch.BatNbr, INTran.BatNbr
Public methodgetClientIP (Inherited from baseServiceSL.)
Public methodgetDBConnection (Inherited from baseServiceSL.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodgetINTransByBatNbrAndRecordID
Gets IN Trans based on the passed batNbr and recordID (optional)
Public methodgetInventoryByExactID
Searches for a single inventory entry by ID, Used to populate: INTran.InvtID
Public methodgetInventoryByID
Searches for inventory entries by ID, Used to populate: INTran.InvtID
Public methodgetLotSerials
Searches for LotSerNbrs by invtID, siteID, whseLoc and lotSerNbr
Public methodgetNewBatch
Gets a new default Batch based on the passed template
Public methodgetNewINTran
Public methodgetNewscreen
Gets a new default screen based on the passed template
Public methodgetNewTrnsfrDoc
Gets a new default TrnsfrDoc based on the passed template
Public methodgetReasonCodesByID
Searches for reason codes by ID
Public methodgetScreenByBatNbr
Retrieves a Screen object for this class using the passed batNbr
Public methodGetService
Gets the implementer of the IServiceProvider.
(Inherited from MarshalByValueComponent.)
Public methodgetSiteIDs
Searches for Sites by ID, Used to populate: INTran.SiteID
Public methodgetSpecificCostIDs
Searches for ItemCosts by SiteID and InvtID,.Used to populate: INTran.SpecificCostID
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodgetUOMs
Searches for INUnits by invtID, classID and stkUnit, Used to populate: INTran.UnitDesc
Public methodgetWarehouseBinLocations
Searches for Bins by ID, Used to populate: INTran.WhseLoc
Public methodisTransaction (Inherited from baseServiceSL.)
Public methodlogErrorMessage
if debugMode is true, then it will log to the file specified in web.config key "errorLogFile" if the file is not specified in web.config, then no logging will occur writes the passed errormessage to the log file
(Inherited from baseServiceSL.)
Public methodlogErrorObject
if debugMode is true, then it will log to the file specified in web.config key "errorLogFile" if the file is not specified in web.config, then no logging will occur loops through the passed in System.Exception object and writes the messages
(Inherited from baseServiceSL.)
Public methodoES
Internal use only, not external support
(Inherited from baseServiceSL.)
Public methodping
(Inherited from baseServiceSL.)
Public methodsearchBatchesAsDataSetPaged
Public methodsearchBatchesPaged
Public methodToString
Returns a String containing the name of the Component, if any. This method should not be overridden.
(Inherited from MarshalByValueComponent.)
Top
Events
  NameDescription
Public eventDisposed
Adds an event handler to listen to the Disposed event on the component.
(Inherited from MarshalByValueComponent.)
Top
Fields
  NameDescription
Public fieldmySLHeader (Inherited from baseServiceSL.)
Top
See Also