Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The InventValueReportContract class handles the parameters for the inventory value report.
Syntax
class InventValueReportContract implements SysOperationValidatable
Run On
Called
Methods
Method | Description | |
---|---|---|
![]() |
cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
![]() |
equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
![]() |
getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
![]() |
handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
![]() |
new | Initializes a new instance of the Object class. (Inherited from Object.) |
![]() |
notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
![]() |
notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
![]() |
objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
![]() |
owner | Returns the instance that owns the object. (Inherited from Object.) |
![]() |
pack | Serializes the current instance of the InventValueReportContract class. |
![]() |
parmDateInterval | Gets or sets the DateInterval parameter. |
![]() |
parmFromDate | Gets or sets the FromDate parameter. |
![]() |
parmIncludeNotPostedValue | Gets or sets the IncludeNotPostedValue parameter. |
![]() |
parmPrintLedgerValue | Gets or sets the PrintLedgerValue parameter. |
![]() |
parmQuery | Gets or sets the Query parameter. |
![]() |
parmReportId | Gets or sets the ReportId parameter. |
![]() |
parmReportName | Gets the ReportName parameter. |
![]() |
parmSRSPrintSettings | Gets or sets the SRSPrintSettings parameter. |
![]() |
parmToDate | Gets or sets the ToDate parameter. |
![]() |
parmTransactionId | Gets or sets the TransactionId parameter. |
![]() |
parmViewAvgUnitCost | Gets or sets the ViewAvgUnitCost parameter. |
![]() |
parmViewCOGSFinancial | Gets or sets the ViewCOGSFinancial parameter. |
![]() |
parmViewCOGSTotal | Gets or sets the ViewCOGSTotal parameter. |
![]() |
parmViewConfigId | Gets or sets the ViewConfigId parameter. |
![]() |
parmViewConfigIdTotal | Gets or sets the ViewConfigIdTotal parameter. |
![]() |
parmViewDefCOGSPhysicalNonPosted | Gets or sets the ViewDefCOGSPhysicalNonPosted parameter. |
![]() |
parmViewDefCOGSPhysicalPosted | Gets or sets the ViewDefCOGSPhysicalPosted parameter. |
![]() |
parmViewDefCOGSTotal | Gets or sets the ViewDefCOGSTotal parameter. |
![]() |
parmViewInventBatchId | Gets or sets the ViewInventBatchId parameter. |
![]() |
parmViewInventBatchIdTotal | Gets or sets the ViewInventBatchIdTotal parameter. |
![]() |
parmViewInventColorId | Gets or sets the ViewInventColorId parameter. |
![]() |
parmViewInventColorIdTotal | Gets or sets the ViewInventColorIdTotal parameter. |
![]() |
parmViewInventGTDId_RU | Gets or sets the ViewInventGTDId_RU parameter. |
![]() |
parmViewInventGTDId_RUTotal | Gets or sets the ViewInventGTDId_RUTotal parameter. |
![]() |
parmViewInventLocationId | Gets or sets the ViewInventLocationId parameter. |
![]() |
parmViewInventLocationIdTotal | Gets or sets the ViewInventLocationIdTotal parameter. |
![]() |
parmViewInventoryFinancial | Gets or sets the ViewInventoryFinancial parameter. |
![]() |
parmViewInventoryPhysicalNonPosted | Gets or sets the ViewInventoryPhysicalNonPosted parameter. |
![]() |
parmViewInventoryPhysicalPosted | Gets or sets the ViewInventoryPhysicalPosted parameter. |
![]() |
parmViewInventoryTotal | Gets or sets the ViewInventoryTotal parameter. |
![]() |
parmViewInventOwnerId_RU | Gets or sets the ViewInventOwnerId_RU parameter. |
![]() |
parmViewInventOwnerId_RUTotal | Gets or sets the ViewInventOwnerId_RUTotal parameter. |
![]() |
parmViewInventProfileId_RU | Gets or sets the ViewInventProfileId_RU parameter. |
![]() |
parmViewInventProfileId_RUTotal | Gets or sets the ViewInventProfileId_RUTotal parameter. |
![]() |
parmViewInventSerialId | Gets or sets the ViewInventSerialId parameter. |
![]() |
parmViewInventSerialIdTotal | Gets or sets the ViewInventSerialIdTotal parameter. |
![]() |
parmViewInventSiteId | Gets or sets the ViewInventSiteId parameter. |
![]() |
parmViewInventSiteIdTotal | Gets or sets the ViewInventSiteIdTotal parameter. |
![]() |
parmViewInventSizeId | Gets or sets the ViewInventSizeId parameter. |
![]() |
parmViewInventSizeIdTotal | Gets or sets the ViewInventSizeIdTotal parameter. |
![]() |
parmViewInventStyleId | Gets or sets the ViewInventStyleId parameter. |
![]() |
parmViewInventStyleIdTotal | Gets or sets the ViewInventStyleIdTotal parameter. |
![]() |
parmViewPLFinancial | Gets or sets the ViewPLFinancial parameter. |
![]() |
parmViewPLTotal | Gets or sets the ViewPLTotal parameter. |
![]() |
parmViewReference | Gets or sets the ViewReference parameter. |
![]() |
parmViewResourceGroupId | Gets or sets the ViewResourceGroupId parameter. |
![]() |
parmViewResourceGroupIdTotal | Gets or sets the ViewResourceGroupIdTotal parameter. |
![]() |
parmViewResourceId | Gets or sets the ViewResourceId parameter. |
![]() |
parmViewResourceIdTotal | Gets or sets the ViewResourceIdTotal parameter. |
![]() |
parmViewTransBeginTime | Gets or sets the ViewTransBeginTime parameter. |
![]() |
parmViewTransDate | Gets or sets the ViewTransDate parameter. |
![]() |
parmViewVoucher | Gets or sets the ViewVoucher parameter. |
![]() |
parmViewWIPPhysicalNonPosted | Gets or sets the ViewWIPPhysicalNonPosted parameter. |
![]() |
parmViewWIPPhysicalPosted | Gets or sets the ViewWIPPhysicalPosted parameter. |
![]() |
parmViewWIPTotal | Gets or sets the ViewWIPTotal parameter. |
![]() |
parmViewWMSLocationId | Gets or sets the ViewWMSLocationId parameter. |
![]() |
parmViewWMSLocationIdTotal | Gets or sets the ViewWMSLocationIdTotal parameter. |
![]() |
parmViewWMSPalletId | Gets or sets the ViewWMSPalletId parameter. |
![]() |
parmViewWMSPalletIdTotal | Gets or sets the ViewWMSPalletIdTotal parameter. |
![]() |
parmWithDimensionSet | Gets or sets the WithDimensionSet parameter. |
![]() |
setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
![]() |
toString | Returns a string that represents the current object. (Inherited from Object.) |
![]() |
unpack | Deserializes the _packedClass parameter value to an instance of the InventValueReportContract class. |
![]() |
usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
![]() |
validate | |
![]() |
wait | Pauses a process. (Inherited from Object.) |
![]() |
xml | Returns an XML string that represents the current object. (Inherited from Object.) |
![]() ![]() |
::construct | Initializes a new instance of the InventValueReportContract class. |
Top
Inheritance Hierarchy
Object Class
InventValueReportContract Class